diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-12-24 22:06:54 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-01-16 20:57:16 -0800 |
commit | 76da0a9c83e65634cb24502e642a194177a24853 (patch) | |
tree | 5431ca5cec1b5e512c1b4b08b438f06647f19c0d /include/tcg | |
parent | a417ef835058995d09a9d2e58c04c4bf640563e3 (diff) | |
download | qemu-76da0a9c83e65634cb24502e642a194177a24853.zip qemu-76da0a9c83e65634cb24502e642a194177a24853.tar.gz qemu-76da0a9c83e65634cb24502e642a194177a24853.tar.bz2 |
tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
In addition, add empty files for mips, sparc64 and tci.
Make the include unconditional within tcg-opc.h.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/tcg')
-rw-r--r-- | include/tcg/tcg-opc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tcg/tcg-opc.h b/include/tcg/tcg-opc.h index 546eb49..93622f3 100644 --- a/include/tcg/tcg-opc.h +++ b/include/tcg/tcg-opc.h @@ -301,9 +301,7 @@ DEF(cmpsel_vec, 1, 4, 1, IMPLVEC | IMPL(TCG_TARGET_HAS_cmpsel_vec)) DEF(last_generic, 0, 0, 0, TCG_OPF_NOT_PRESENT) -#if TCG_TARGET_MAYBE_vec -#include "tcg-target.opc.h" -#endif +#include "tcg-target-opc.h.inc" #ifdef TCG_TARGET_INTERPRETER /* These opcodes are only for use between the tci generator and interpreter. */ |