Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dtranslate.c179 static TCGv_i32 reg_for_read(DisasContext *dc, int reg) in reg_for_read() function
215 ra = reg_for_read(dc, arg->ra); in do_typea()
216 rb = reg_for_read(dc, arg->rb); in do_typea()
231 ra = reg_for_read(dc, arg->ra); in do_typea0()
246 ra = reg_for_read(dc, arg->ra); in do_typeb_imm()
261 ra = reg_for_read(dc, arg->ra); in do_typeb_val()
1107 tcg_gen_mov_i32(cpu_bvalue, reg_for_read(dc, ra)); in DO_BR()
1122 reg_for_read(dc, ra), zero, in DO_BR()
1154 tcg_gen_mov_i32(cpu_pc, reg_for_read(dc, arg->rb)); in DO_BCC()
1372 TCGv_i32 src = reg_for_read(dc, arg->ra); in trans_mts()
[all …]