]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Split out tcg_out_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 27 Nov 2022 01:14:05 +0000 (17:14 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Jan 2023 19:56:45 +0000 (09:56 -1000)
commitcf7d6b8e9828784d118eebb6419678d196cd51b5
tree08a9edd8cfd9555e7f4ef518a43ac7f86a15da33
parentbecc452a367aa681ca0c1fcb688ae0f16b32b11f
tcg: Split out tcg_out_goto_tb

The INDEX_op_goto_tb opcode needs no register allocation.
Split out a dedicated helper function for it.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@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