/openbmc/qemu/include/exec/ |
H A D | translator.h | 173 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest);
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 106 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 105 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest) in translator_use_goto_tb() function
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 134 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 299 if (translator_use_goto_tb(&ctx->base, dest) && !ctx->itrigger) { in gen_goto_tb()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 1622 if (translator_use_goto_tb(&dc->base, jmp_dest)) { in openrisc_tr_tb_stop()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 123 if (translator_use_goto_tb(&dc->base, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 984 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 230 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 152 if (translator_use_goto_tb(&dc->base, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 442 if (translator_use_goto_tb(&ctx->base, ctx->base.pc_next + disp)) { in gen_goto_tb()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 367 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 D | translate.c | 2236 if (use_goto_tb && translator_use_goto_tb(&s->base, new_pc)) { in gen_jmp_rel()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 792 translator_use_goto_tb(&ctx->base, ctx->iaoq_first + f->disp)); in use_goto_tb()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1396 } else if (translator_use_goto_tb(&s->base, dest)) { in gen_jmp_tb()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3610 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 2533 if (translator_use_goto_tb(&s->base, s->pc_curr + diff)) { in gen_goto_tb()
|
H A D | translate-a64.c | 489 return translator_use_goto_tb(&s->base, dest); in use_goto_tb()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 385 return translator_use_goto_tb(&dc->base, dest) ? slot : -1; in adjust_jump_slot()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 636 return translator_use_goto_tb(&s->base, dest); in use_goto_tb()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2824 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 4346 if (translator_use_goto_tb(&ctx->base, dest)) { in gen_goto_tb()
|