Searched refs:reg_for_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 176 static TCGv_i32 reg_for_read(DisasContext *dc, int reg) in reg_for_read() function 212 ra = reg_for_read(dc, arg->ra); in do_typea() 213 rb = reg_for_read(dc, arg->rb); in do_typea() 228 ra = reg_for_read(dc, arg->ra); in do_typea0() 243 ra = reg_for_read(dc, arg->ra); in do_typeb_imm() 258 ra = reg_for_read(dc, arg->ra); in do_typeb_val() 894 tcg_gen_qemu_st_i32(reg_for_read(dc, rd), addr, mem_index, mop); in do_store() 1104 tcg_gen_mov_i32(cpu_bvalue, reg_for_read(dc, ra)); in DO_BR() 1119 reg_for_read(dc, ra), zero, in DO_BR() 1151 tcg_gen_mov_i32(cpu_pc, reg_for_read(dc, arg->rb)); in DO_BCC() [all …]
|