Searched refs:cpu_btarget (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 55 static TCGv_i32 cpu_btarget; variable 1067 tcg_gen_addi_i32(cpu_btarget, cpu_R[dest_rb], add_pc); in do_branch() 1070 tcg_gen_movi_i32(cpu_btarget, dc->jmp_dest); in do_branch() 1109 tcg_gen_addi_i32(cpu_btarget, cpu_R[dest_rb], dc->base.pc_next); in DO_BR() 1112 tcg_gen_movi_i32(cpu_btarget, dc->jmp_dest); in DO_BR() 1118 tcg_gen_movcond_i32(dc->jmp_cond, cpu_btarget, in DO_BR() 1120 cpu_btarget, next); in DO_BR() 1270 tcg_gen_addi_i32(cpu_btarget, reg_for_read(dc, arg->ra), arg->imm); in do_rts() 1725 tcg_gen_mov_i32(cpu_pc, cpu_btarget); in mb_tr_tb_stop() 1726 tcg_gen_discard_i32(cpu_btarget); in mb_tr_tb_stop() [all …]
|