Lines Matching refs:DfpRound
1031 i->Pin.DfpRound.dst = dst; in PPCInstr_DfpRound()
1032 i->Pin.DfpRound.src = src; in PPCInstr_DfpRound()
1033 i->Pin.DfpRound.r_rmc = r_rmc; in PPCInstr_DfpRound()
2102 ppHRegPPC(i->Pin.DfpRound.dst); in ppPPCInstr()
2104 ppHRegPPC(i->Pin.DfpRound.src); in ppPPCInstr()
2106 ppPPCRI(i->Pin.DfpRound.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2547 addHRegUse(u, HRmWrite, i->Pin.DfpRound.dst); in getRegUsage_PPCInstr()
2548 addHRegUse(u, HRmRead, i->Pin.DfpRound.src); in getRegUsage_PPCInstr()
2887 mapReg(m, &i->Pin.DfpRound.dst); in mapRegs_PPCInstr()
2888 mapReg(m, &i->Pin.DfpRound.src); in mapRegs_PPCInstr()
5527 UInt fr_dst = fregEnc(i->Pin.DfpRound.dst); in emit_PPCInstr()
5528 UInt fr_src = fregEnc(i->Pin.DfpRound.src); in emit_PPCInstr()
5531 r_rmc = i->Pin.DfpRound.r_rmc->Pri.Imm; in emit_PPCInstr()