Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dtranslate.c174 static TCGv_i32 reg_for_read(DisasContext *dc, int reg) in reg_for_read() function
200 ra = reg_for_read(dc, arg->ra); in do_typea()
201 rb = reg_for_read(dc, arg->rb); in do_typea()
216 ra = reg_for_read(dc, arg->ra); in do_typea0()
231 ra = reg_for_read(dc, arg->ra); in do_typeb_imm()
246 ra = reg_for_read(dc, arg->ra); in do_typeb_val()
907 tcg_gen_qemu_st_i32(reg_for_read(dc, rd), addr, mem_index, mop); in do_store()
932 gen_helper_sbea(tcg_env, reg_for_read(dc, arg->rd), addr); in trans_sbea()
966 (tcg_env, reg_for_read(dc, arg->rd), addr); in trans_shea()
1000 (tcg_env, reg_for_read(dc, arg->rd), addr); in trans_swea()
[all …]