Searched refs:gen_jmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 2574 * gen_jmp(); in gen_jmp_tb() 2576 * gen_jmp(); in gen_jmp_tb() 2577 * on the second call to gen_jmp(). in gen_jmp_tb() 2601 static inline void gen_jmp(DisasContext *s, target_long diff) in gen_jmp() function 6580 gen_jmp(s, jmp_diff(s, a->imm)); in trans_BLX_i() 6595 gen_jmp(s, jmp_diff(s, a->imm)); in trans_BL_suffix() 6602 gen_jmp(s, jmp_diff(s, a->imm)); in trans_BL_suffix() 6623 gen_jmp(s, jmp_diff(s, a->imm - (s->pc_curr & 3))); in trans_BF() 6787 gen_jmp(s, jmp_diff(s, a->imm)); in trans_LE() 6866 gen_jmp( [all...] |
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 256 static void gen_jmp(DisasContext *s, TCGv dest) in gen_jmp() function 2880 gen_jmp(s, tmp); in DISAS_INSN() 2897 gen_jmp(s, tmp); in DISAS_INSN() 2906 gen_jmp(s, tmp); in DISAS_INSN() 2926 gen_jmp(s, tmp); in DISAS_INSN()
|