Lines Matching refs:DfpRound
1079 i->Pin.DfpRound.dst = dst; in PPCInstr_DfpRound()
1080 i->Pin.DfpRound.src = src; in PPCInstr_DfpRound()
1081 i->Pin.DfpRound.r_rmc = r_rmc; in PPCInstr_DfpRound()
2015 ppHRegPPC(i->Pin.DfpRound.dst); in ppPPCInstr()
2017 ppHRegPPC(i->Pin.DfpRound.src); in ppPPCInstr()
2019 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2429 addHRegUse(u, HRmWrite, i->Pin.DfpRound.dst); in getRegUsage_PPCInstr()
2430 addHRegUse(u, HRmRead, i->Pin.DfpRound.src); in getRegUsage_PPCInstr()
2740 mapReg(m, &i->Pin.DfpRound.dst); in mapRegs_PPCInstr()
2741 mapReg(m, &i->Pin.DfpRound.src); in mapRegs_PPCInstr()
5153 UInt fr_dst = fregNo(i->Pin.DfpRound.dst); in emit_PPCInstr()
5154 UInt fr_src = fregNo(i->Pin.DfpRound.src); in emit_PPCInstr()
5157 r_rmc = i->Pin.DfpRound.r_rmc->Pri.Imm; in emit_PPCInstr()