]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Split out tcg_out_exit_tb
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 26 Nov 2022 20:42:06 +0000 (12:42 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Jan 2023 19:55:13 +0000 (09:55 -1000)
commitb55a8d9d0bb486c0ad7a34985ec43f22fae930c3
treefb08dd0ce145764a3afc8d27de0e2fdccba0b420
parent7c9236d6d61f30583d5d860097d88dbf0fe487bf
tcg: Split out tcg_out_exit_tb

The INDEX_op_exit_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