Home
last modified time | relevance | path

Searched refs:translator_use_goto_tb (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/include/exec/
H A Dtranslator.h173 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest);
/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c106 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
/openbmc/qemu/accel/tcg/
H A Dtranslator.c105 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest) in translator_use_goto_tb() function
/openbmc/qemu/target/hexagon/
H A Dtranslate.c134 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
/openbmc/qemu/target/riscv/
H A Dtranslate.c299 if (translator_use_goto_tb(&ctx->base, dest) && !ctx->itrigger) { in gen_goto_tb()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c1622 if (translator_use_goto_tb(&dc->base, jmp_dest)) { in openrisc_tr_tb_stop()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c123 if (translator_use_goto_tb(&dc->base, dest)) { in gen_goto_tb()
/openbmc/qemu/target/avr/
H A Dtranslate.c984 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
/openbmc/qemu/target/sh4/
H A Dtranslate.c230 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
/openbmc/qemu/target/rx/
H A Dtranslate.c152 if (translator_use_goto_tb(&dc->base, dest)) { in gen_goto_tb()
/openbmc/qemu/target/alpha/
H A Dtranslate.c442 if (translator_use_goto_tb(&ctx->base, ctx->base.pc_next + disp)) { in gen_goto_tb()
/openbmc/qemu/target/sparc/
H A Dtranslate.c367 return translator_use_goto_tb(&s->base, pc) && in use_goto_tb()
368 translator_use_goto_tb(&s->base, npc); in use_goto_tb()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2236 if (use_goto_tb && translator_use_goto_tb(&s->base, new_pc)) { in gen_jmp_rel()
/openbmc/qemu/target/hppa/
H A Dtranslate.c792 translator_use_goto_tb(&ctx->base, ctx->iaoq_first + f->disp)); in use_goto_tb()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1396 } else if (translator_use_goto_tb(&s->base, dest)) { in gen_jmp_tb()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3610 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c2533 if (translator_use_goto_tb(&s->base, s->pc_curr + diff)) { in gen_goto_tb()
H A Dtranslate-a64.c489 return translator_use_goto_tb(&s->base, dest); in use_goto_tb()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c385 return translator_use_goto_tb(&dc->base, dest) ? slot : -1; in adjust_jump_slot()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c636 return translator_use_goto_tb(&s->base, dest); in use_goto_tb()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2824 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4346 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()