tcg/tci: Move TCI specific opcodes to tcg-target-opc.h.inc
Now that tcg-target-opc.h.inc is unconditional, we can move these out of the generic header. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
76da0a9c83
commit
87431dd6a9
@ -303,12 +303,6 @@ DEF(last_generic, 0, 0, 0, TCG_OPF_NOT_PRESENT)
|
|||||||
|
|
||||||
#include "tcg-target-opc.h.inc"
|
#include "tcg-target-opc.h.inc"
|
||||||
|
|
||||||
#ifdef TCG_TARGET_INTERPRETER
|
|
||||||
/* These opcodes are only for use between the tci generator and interpreter. */
|
|
||||||
DEF(tci_movi, 1, 0, 1, TCG_OPF_NOT_PRESENT)
|
|
||||||
DEF(tci_movl, 1, 0, 1, TCG_OPF_NOT_PRESENT)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef DATA64_ARGS
|
#undef DATA64_ARGS
|
||||||
#undef IMPL
|
#undef IMPL
|
||||||
#undef IMPL64
|
#undef IMPL64
|
||||||
|
@ -1 +1,4 @@
|
|||||||
/* No target specific opcodes. */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
/* These opcodes for use between the tci generator and interpreter. */
|
||||||
|
DEF(tci_movi, 1, 0, 1, TCG_OPF_NOT_PRESENT)
|
||||||
|
DEF(tci_movl, 1, 0, 1, TCG_OPF_NOT_PRESENT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user