]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Formalize tcg_out_goto_ptr
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 21 Jan 2025 05:57:32 +0000 (21:57 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:17 +0000 (13:40 -0700)
commitfee03fdde32c3d5b26429b7e691f78d1ee03d631
tree966512edb0904cb2de763033fe40c227dd9dc50e
parent3752a5a5ba33448fe40556d781e8096b5b9dd916
tcg: Formalize tcg_out_goto_ptr

Split these functions out from tcg_out_op.
Define outop_goto_ptr generically.
Call tcg_out_goto_ptr from tcg_reg_alloc_op.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc