Home
last modified time | relevance | path

Searched refs:use_goto_tb (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dtranslate.c428 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
444 } else if (use_goto_tb(ctx, dest)) { in gen_bdirect()
461 if (use_goto_tb(ctx, dest)) { in gen_bcond_internal()
2937 if (use_goto_tb(ctx, ctx->base.pc_next)) { in alpha_tr_tb_stop()
/openbmc/qemu/target/hexagon/
H A Dtranslate.c131 static bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
139 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/openbmc/qemu/target/cris/
H A Dtranslate.c462 static bool use_goto_tb(DisasContext *dc, target_ulong dest) in use_goto_tb() function
469 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
3104 && (use_goto_tb(dc, dc->jmp_pc) || use_goto_tb(dc, npc))) { in cris_tr_tb_stop()
/openbmc/qemu/target/sh4/
H A Dtranslate.c227 static bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
237 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2832 bool use_goto_tb = s->jmp_opt; in gen_jmp_rel() local
2842 use_goto_tb = false; in gen_jmp_rel()
2860 if (!use_goto_tb || !is_same_page(&s->base, new_pc)) { in gen_jmp_rel()
2862 use_goto_tb = false; in gen_jmp_rel()
2868 if (use_goto_tb && translator_use_goto_tb(&s->base, new_pc)) { in gen_jmp_rel()
/openbmc/qemu/target/hppa/
H A Dtranslate.c613 static bool use_goto_tb(DisasContext *ctx, uint64_t dest) in use_goto_tb() function
631 if (f != -1 && b != -1 && use_goto_tb(ctx, f)) { in gen_goto_tb()
4527 && use_goto_tb(ctx, ctx->iaoq_b) in hppa_tr_translate_insn()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c660 static bool use_goto_tb(DisasContext *s, uint64_t dest) in use_goto_tb() function
1136 if (use_goto_tb(s, dest)) { in help_goto_direct()
1187 if (use_goto_tb(s, s->pc_tmp)) { in help_branch()
1188 if (is_imm && use_goto_tb(s, dest)) { in help_branch()
/openbmc/qemu/target/ppc/
H A Dtranslate.c4202 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() function
4233 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
7468 if (use_goto_tb(ctx, nip)) { in ppc_tr_tb_stop()
/openbmc/qemu/target/sparc/
H A Dtranslate.c362 static bool use_goto_tb(DisasContext *s, target_ulong pc, target_ulong npc) in use_goto_tb() function
371 if (use_goto_tb(s, pc, npc)) { in gen_goto_tb()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c484 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()