Searched refs:reg_for_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 191 static TCGv_i32 reg_for_write(DisasContext *dc, int reg) in reg_for_write() function 211 rd = reg_for_write(dc, arg->rd); in do_typea() 227 rd = reg_for_write(dc, arg->rd); in do_typea0() 242 rd = reg_for_write(dc, arg->rd); in do_typeb_imm() 257 rd = reg_for_write(dc, arg->rd); in do_typeb_val() 744 tcg_gen_qemu_ld_i32(reg_for_write(dc, rd), addr, mem_index, mop); in do_load() 1016 reg_for_write(dc, arg->rd), in trans_swx() 1415 TCGv_i32 dest = reg_for_write(dc, arg->rd); in trans_mfs() 1552 gen_helper_get(reg_for_write(dc, rd), t_id, t_ctrl); in do_get()
|