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>
This commit is contained in:
Richard Henderson 2024-12-24 22:06:54 -08:00
parent a417ef8350
commit 76da0a9c83
11 changed files with 4 additions and 3 deletions

View 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. */

View File

@ -0,0 +1 @@
/* No target specific opcodes. */

View File

@ -0,0 +1 @@
/* No target specific opcodes. */

View File

@ -0,0 +1 @@
/* No target specific opcodes. */