
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>
5 lines
194 B
SQL
5 lines
194 B
SQL
/* 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)
|