summary refs log tree commit diff stats
path: root/include/exec/helper-gen-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Remove plugin helpersRichard Henderson2024-04-301-4/+0
| | | | | | | These placeholder helpers are no longer required. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* tcg: Split helper-gen.hRichard Henderson2023-06-051-0/+18
Create helper-gen-common.h without the target specific portion. Use that in tcg-op-common.h. Reorg headers in target/arm to ensure that helper-gen.h is included before helper-info.c.inc. All other targets are already correct in this regard. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>