Lines Matching refs:r_rmc
1028 PPCInstr* PPCInstr_DfpRound ( HReg dst, HReg src, PPCRI* r_rmc ) { in PPCInstr_DfpRound() argument
1033 i->Pin.DfpRound.r_rmc = r_rmc; in PPCInstr_DfpRound()
1037 HReg src_lo, PPCRI* r_rmc ) { in PPCInstr_DfpRound128() argument
1044 i->Pin.DfpRound128.r_rmc = r_rmc; in PPCInstr_DfpRound128()
2106 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2115 ppPPCRI(i->Pin.DfpRound128.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
5529 UInt r_rmc, r, rmc; in emit_PPCInstr() local
5531 r_rmc = i->Pin.DfpRound.r_rmc->Pri.Imm; in emit_PPCInstr()
5532 r = (r_rmc & 0x8) >> 3; in emit_PPCInstr()
5533 rmc = r_rmc & 0x3; in emit_PPCInstr()
5545 UInt r_rmc, r, rmc; in emit_PPCInstr() local
5547 r_rmc = i->Pin.DfpRound128.r_rmc->Pri.Imm; in emit_PPCInstr()
5548 r = (r_rmc & 0x8) >> 3; in emit_PPCInstr()
5549 rmc = r_rmc & 0x3; in emit_PPCInstr()