Home
last modified time | relevance | path

Searched refs:reg_for_write (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dtranslate.c194 static TCGv_i32 reg_for_write(DisasContext *dc, int reg) in reg_for_write() function
214 rd = reg_for_write(dc, arg->rd); in do_typea()
230 rd = reg_for_write(dc, arg->rd); in do_typea0()
245 rd = reg_for_write(dc, arg->rd); in do_typeb_imm()
260 rd = reg_for_write(dc, arg->rd); in do_typeb_val()
747 tcg_gen_qemu_ld_i32(reg_for_write(dc, rd), addr, mem_index, mop); in do_load()
1019 reg_for_write(dc, arg->rd), in trans_swx()
1418 TCGv_i32 dest = reg_for_write(dc, arg->rd); in trans_mfs()
1555 gen_helper_get(reg_for_write(dc, rd), t_id, t_ctrl); in do_get()