Searched refs:use_goto_tb (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 132 static bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function 140 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 2201 bool use_goto_tb = s->jmp_opt; in gen_jmp_rel() local 2213 use_goto_tb = false; in gen_jmp_rel() 2228 if (!use_goto_tb || !is_same_page(&s->base, new_pc)) { in gen_jmp_rel() 2230 use_goto_tb = false; in gen_jmp_rel() 2236 if (use_goto_tb && translator_use_goto_tb(&s->base, new_pc)) { in gen_jmp_rel()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 225 static bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function 235 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 634 static bool use_goto_tb(DisasContext *s, uint64_t dest) in use_goto_tb() function 1084 if (use_goto_tb(s, dest)) { in help_goto_direct() 1159 if (is_imm && use_goto_tb(s, dest)) { in help_branch() 1170 if (use_goto_tb(s, s->pc_tmp)) { in help_branch()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 787 static bool use_goto_tb(DisasContext *ctx, const DisasIAQE *f, in use_goto_tb() function 811 if (use_goto_tb(ctx, f, b)) { in gen_goto_tb() 4796 if (use_goto_tb(ctx, f, b) in hppa_tr_tb_stop()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3605 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function 3636 if (use_goto_tb(ctx, dest)) { in gen_goto_tb() 6627 if (use_goto_tb(ctx, nip)) { in ppc_tr_tb_stop()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 365 static bool use_goto_tb(DisasContext *s, target_ulong pc, target_ulong npc) in use_goto_tb() function 374 if (use_goto_tb(s, pc, npc)) { in gen_goto_tb()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 484 static inline bool use_goto_tb(DisasContext *s, uint64_t dest) in use_goto_tb() function 494 if (use_goto_tb(s, s->pc_curr + diff)) { in gen_goto_tb()
|