]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Dec 2024 06:06:54 +0000 (22:06 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:16 +0000 (20:57 -0800)
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>
include/tcg/tcg-opc.h
tcg/aarch64/tcg-target-opc.h.inc [moved from tcg/aarch64/tcg-target.opc.h with 100% similarity]
tcg/arm/tcg-target-opc.h.inc [moved from tcg/arm/tcg-target.opc.h with 100% similarity]
tcg/i386/tcg-target-opc.h.inc [moved from tcg/i386/tcg-target.opc.h with 100% similarity]
tcg/loongarch64/tcg-target-opc.h.inc [moved from tcg/loongarch64/tcg-target.opc.h with 100% similarity]
tcg/mips/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/ppc/tcg-target-opc.h.inc [moved from tcg/ppc/tcg-target.opc.h with 100% similarity]
tcg/riscv/tcg-target-opc.h.inc [moved from tcg/riscv/tcg-target.opc.h with 100% similarity]
tcg/s390x/tcg-target-opc.h.inc [moved from tcg/s390x/tcg-target.opc.h with 100% similarity]
tcg/sparc64/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/tci/tcg-target-opc.h.inc [new file with mode: 0644]

index 546eb49c11c2e8eb77228d4a93b6c565ad2628f0..93622f3f6b62e0057319223d85294dfc6a52fb80 100644 (file)
@@ -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. */
diff --git a/tcg/mips/tcg-target-opc.h.inc b/tcg/mips/tcg-target-opc.h.inc
new file mode 100644 (file)
index 0000000..84e777b
--- /dev/null
@@ -0,0 +1 @@
+/* No target specific opcodes. */
diff --git a/tcg/sparc64/tcg-target-opc.h.inc b/tcg/sparc64/tcg-target-opc.h.inc
new file mode 100644 (file)
index 0000000..84e777b
--- /dev/null
@@ -0,0 +1 @@
+/* No target specific opcodes. */
diff --git a/tcg/tci/tcg-target-opc.h.inc b/tcg/tci/tcg-target-opc.h.inc
new file mode 100644 (file)
index 0000000..84e777b
--- /dev/null
@@ -0,0 +1 @@
+/* No target specific opcodes. */