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:
parent
a417ef8350
commit
76da0a9c83
@ -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)
|
DEF(last_generic, 0, 0, 0, TCG_OPF_NOT_PRESENT)
|
||||||
|
|
||||||
#if TCG_TARGET_MAYBE_vec
|
#include "tcg-target-opc.h.inc"
|
||||||
#include "tcg-target.opc.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef TCG_TARGET_INTERPRETER
|
#ifdef TCG_TARGET_INTERPRETER
|
||||||
/* These opcodes are only for use between the tci generator and interpreter. */
|
/* These opcodes are only for use between the tci generator and interpreter. */
|
||||||
|
1
tcg/mips/tcg-target-opc.h.inc
Normal file
1
tcg/mips/tcg-target-opc.h.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* No target specific opcodes. */
|
1
tcg/sparc64/tcg-target-opc.h.inc
Normal file
1
tcg/sparc64/tcg-target-opc.h.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* No target specific opcodes. */
|
1
tcg/tci/tcg-target-opc.h.inc
Normal file
1
tcg/tci/tcg-target-opc.h.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* No target specific opcodes. */
|
Loading…
x
Reference in New Issue
Block a user