]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
tcg: Remove TCG_TARGET_HAS_direct_jump
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Dec 2022 22:55:40 +0000 (16:55 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Jan 2023 20:25:49 +0000 (10:25 -1000)
commit2fd2e78d1b5281d589eabdf31a21166c80bebd80
tree700d3fbf2985621bd6d02736c11ea77ff9f80787
parent90c0fee3a28b25d23081b3c435762cadde813ec4
tcg: Remove TCG_TARGET_HAS_direct_jump

We now have the option to generate direct or indirect
goto_tb depending on the dynamic displacement, thus
the define is no longer necessary or completely accurate.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
17 files changed:
accel/tcg/cpu-exec.c
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.c.inc
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target.c.inc
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.c.inc
tcg/riscv/tcg-target.h
tcg/s390x/tcg-target.c.inc
tcg/s390x/tcg-target.h
tcg/sparc64/tcg-target.h
tcg/tcg.c
tcg/tci/tcg-target.c.inc
tcg/tci/tcg-target.h