qemu-e2k/tcg
Richard Henderson 493c9b19a7 tcg/riscv: Implement direct branch for goto_tb
Now that tcg can handle direct and indirect goto_tb simultaneously,
we can optimistically leave space for a direct branch and fall back
to loading the pointer from the TB for an indirect branch.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-01-17 22:36:17 +00:00
..
aarch64 tcg/aarch64: Reorg goto_tb implementation 2023-01-17 10:36:02 -10:00
arm tcg/arm: Implement direct branch for goto_tb 2023-01-17 10:44:18 -10:00
i386 tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
loongarch64 tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
mips tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
ppc tcg/ppc: Reorg goto_tb implementation 2023-01-17 10:36:16 -10:00
riscv tcg/riscv: Implement direct branch for goto_tb 2023-01-17 22:36:17 +00:00
s390x tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
sparc64 tcg/sparc64: Reorg goto_tb implementation 2023-01-17 10:38:18 -10:00
tci tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
meson.build
optimize.c
region.c
tcg-common.c
tcg-internal.h
tcg-ldst.c.inc
tcg-op-gvec.c
tcg-op-vec.c
tcg-op.c
tcg-pool.c.inc
tcg.c tcg: Remove TCG_TARGET_HAS_direct_jump 2023-01-17 10:25:49 -10:00
tci.c