/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 107 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/docs/devel/ |
H A D | tcg.rst | 74 1. Call ``tcg_gen_goto_tb()`` passing a jump slot index (either 0 or 1) 87 Step 1, ``tcg_gen_goto_tb()``, will emit a ``goto_tb`` TCG
|
H A D | tcg-ops.rst | 672 instructions. Only indices 0 and 1 are valid and tcg_gen_goto_tb may be issued
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 310 tcg_gen_goto_tb(n); in gen_goto_tb() 312 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 446 tcg_gen_goto_tb(idx); in gen_goto_tb() 448 tcg_gen_goto_tb(idx); in gen_goto_tb()
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 141 tcg_gen_goto_tb(idx); in gen_goto_tb()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 64 void tcg_gen_goto_tb(unsigned idx);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 1623 tcg_gen_goto_tb(0); in openrisc_tr_tb_stop()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 124 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 985 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 236 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1085 tcg_gen_goto_tb(0); in help_goto_direct() 1160 tcg_gen_goto_tb(0); in help_branch() 1171 tcg_gen_goto_tb(1); in help_branch()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 153 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3638 tcg_gen_goto_tb(n); in gen_goto_tb() 6629 tcg_gen_goto_tb(0); in ppc_tr_tb_stop()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 2544 tcg_gen_goto_tb(n); in gen_goto_tb() 2546 tcg_gen_goto_tb(n); in gen_goto_tb()
|
H A D | translate-a64.c | 505 tcg_gen_goto_tb(n); in gen_goto_tb() 507 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 2238 tcg_gen_goto_tb(tb_num); in gen_jmp_rel()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 3326 void tcg_gen_goto_tb(unsigned idx) in tcg_gen_goto_tb() function
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 812 tcg_gen_goto_tb(which); in gen_goto_tb()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1397 tcg_gen_goto_tb(n); in gen_jmp_tb()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 376 tcg_gen_goto_tb(tb_num); in gen_goto_tb()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 370 tcg_gen_goto_tb(slot); in gen_jump_slot()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2825 tcg_gen_goto_tb(n); in gen_goto_tb()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 4347 tcg_gen_goto_tb(n); in gen_goto_tb()
|