Searched refs:tb_num (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 259 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num); 260 static void gen_jmp_rel_csize(DisasContext *s, int diff, int tb_num); 2199 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num) in gen_jmp_rel() argument 2238 tcg_gen_goto_tb(tb_num); in gen_jmp_rel() 2242 tcg_gen_exit_tb(s->base.tb, tb_num); in gen_jmp_rel() 2257 static void gen_jmp_rel_csize(DisasContext *s, int diff, int tb_num) in gen_jmp_rel_csize() argument 2260 gen_jmp_rel(s, CODE32(s) ? MO_32 : MO_16, diff, tb_num); in gen_jmp_rel_csize()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 371 static void gen_goto_tb(DisasContext *s, int tb_num, in gen_goto_tb() argument 376 tcg_gen_goto_tb(tb_num); in gen_goto_tb() 379 tcg_gen_exit_tb(s->base.tb, tb_num); in gen_goto_tb()
|