tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Replace the USE_DIRECT_JUMP ifdef with a TCG_TARGET_HAS_direct_jump
boolean test. Replace the tb_set_jmp_target1 ifdef with an unconditional
function tb_target_set_jmp_target.
While we're touching all backends, add a parameter for tb->tc_ptr;
we're going to need it shortly for some backends.
Move tb_set_jmp_target and tb_add_jump from exec-all.h to cpu-exec.c.
This opens the possibility for TCG_TARGET_HAS_direct_jump to be
a runtime decision -- based on host cpu capabilities, the size of
code_gen_buffer, or a future debugging switch.
Signed-off-by:
Richard Henderson <rth@twiddle.net>
Showing
- accel/tcg/cpu-exec.c 35 additions, 0 deletionsaccel/tcg/cpu-exec.c
- accel/tcg/translate-all.c 7 additions, 7 deletionsaccel/tcg/translate-all.c
- include/exec/exec-all.h 3 additions, 92 deletionsinclude/exec/exec-all.h
- tcg/aarch64/tcg-target.h 4 additions, 1 deletiontcg/aarch64/tcg-target.h
- tcg/aarch64/tcg-target.inc.c 5 additions, 8 deletionstcg/aarch64/tcg-target.inc.c
- tcg/arm/tcg-target.h 5 additions, 1 deletiontcg/arm/tcg-target.h
- tcg/i386/tcg-target.h 9 additions, 0 deletionstcg/i386/tcg-target.h
- tcg/mips/tcg-target.h 4 additions, 1 deletiontcg/mips/tcg-target.h
- tcg/mips/tcg-target.inc.c 2 additions, 1 deletiontcg/mips/tcg-target.inc.c
- tcg/ppc/tcg-target.h 2 additions, 0 deletionstcg/ppc/tcg-target.h
- tcg/ppc/tcg-target.inc.c 4 additions, 2 deletionstcg/ppc/tcg-target.inc.c
- tcg/s390/tcg-target.h 10 additions, 0 deletionstcg/s390/tcg-target.h
- tcg/sparc/tcg-target.h 3 additions, 0 deletionstcg/sparc/tcg-target.h
- tcg/sparc/tcg-target.inc.c 2 additions, 1 deletiontcg/sparc/tcg-target.inc.c
- tcg/tcg.h 2 additions, 2 deletionstcg/tcg.h
- tcg/tci/tcg-target.h 9 additions, 0 deletionstcg/tci/tcg-target.h
Loading
Please register or sign in to comment