qemu/tcg/loongarch64
Richard Henderson b52a2c03b7 tcg: Introduce set_jmp_insn_offset
Similar to the existing set_jmp_reset_offset.  Move any assert for
TCG_TARGET_HAS_direct_jump into the new function (which now cannot
be build-time).  Will be unused if TCG_TARGET_HAS_direct_jump is
constant 0, but we can't test for constant in the preprocessor,
so just mark it G_GNUC_UNUSED.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-01-17 09:55:13 -10:00
..
tcg-insn-defs.c.inc tcg/loongarch64: Add generated instruction opcodes and encoding helpers 2021-12-21 13:17:06 -08:00
tcg-target-con-set.h tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops 2021-12-21 13:17:06 -08:00
tcg-target-con-str.h tcg/loongarch64: Define the operand constraints 2021-12-21 13:17:06 -08:00
tcg-target.c.inc tcg: Introduce set_jmp_insn_offset 2023-01-17 09:55:13 -10:00
tcg-target.h tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 2023-01-05 11:41:29 -08:00