Lines Matching refs:TCG_REG_R20

556     tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
557 tcg_out_mtctl_sar(s, TCG_REG_R20);
580 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
581 tcg_out_mtctl_sar(s, TCG_REG_R20);
593 tcg_out_arithi(s, TCG_REG_R20, creg, 32, INSN_SUBI);
594 tcg_out_vshd(s, ret, arg, arg, TCG_REG_R20);
638 tcg_out32(s, INSN_LDIL | INSN_R2(TCG_REG_R20) | reassemble_21(hi));
639 tcg_out32(s, INSN_BLE_SR4 | INSN_R2(TCG_REG_R20)
679 int tmp = (destl == ah || destl == bh ? TCG_REG_R20 : destl);
694 int tmp = (destl == ah || destl == bh ? TCG_REG_R20 : destl);
698 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_R20, bl);
699 bl = TCG_REG_R20;
847 int scratch = TCG_REG_R20;
930 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset + 4);
932 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset);
943 tcg_out_brcond2(s, TCG_COND_NE, TCG_REG_R20, TCG_REG_R23,
946 tcg_out_brcond(s, TCG_COND_NE, TCG_REG_R20, r0, 0, lab_miss);
987 tcg_out_bswap32(s, datalo_reg, datalo_reg, TCG_REG_R20);
999 tcg_out_arith(s, TCG_REG_R20, addr_reg, addend_reg, INSN_ADD);
1000 addr_reg = TCG_REG_R20;
1011 tcg_out_bswap32(s, datalo_reg, datalo_reg, TCG_REG_R20);
1012 tcg_out_bswap32(s, datahi_reg, datahi_reg, TCG_REG_R20);
1041 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, (offset ? TCG_REG_R1 : TCG_REG_R25),
1043 tcg_out_qemu_ld_direct(s, datalo_reg, datahi_reg, addrlo_reg, TCG_REG_R20, opc);
1107 tcg_out_bswap16(s, TCG_REG_R20, datalo_reg, 0);
1108 datalo_reg = TCG_REG_R20;
1114 tcg_out_bswap32(s, TCG_REG_R20, datalo_reg, TCG_REG_R20);
1115 datalo_reg = TCG_REG_R20;
1121 tcg_out_bswap32(s, TCG_REG_R20, datalo_reg, TCG_REG_R20);
1123 datahi_reg = TCG_REG_R20;
1156 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, (offset ? TCG_REG_R1 : TCG_REG_R25),
1161 tcg_out_arith(s, TCG_REG_R31, addrlo_reg, TCG_REG_R20, INSN_ADDL);
1196 argreg = TCG_REG_R20;
1249 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, TCG_REG_R0,
1251 tcg_out32(s, INSN_BV_N | INSN_R2(TCG_REG_R20));
1421 tcg_out_bswap32(s, args[0], args[1], TCG_REG_R20);
1660 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_R20);
1677 tcg_regset_set_reg(s->reserved_regs, TCG_REG_R20); /* reserved */