Lines Matching refs:DfpRound128
1040 i->Pin.DfpRound128.dst_hi = dst_hi; in PPCInstr_DfpRound128()
1041 i->Pin.DfpRound128.dst_lo = dst_lo; in PPCInstr_DfpRound128()
1042 i->Pin.DfpRound128.src_hi = src_hi; in PPCInstr_DfpRound128()
1043 i->Pin.DfpRound128.src_lo = src_lo; in PPCInstr_DfpRound128()
1044 i->Pin.DfpRound128.r_rmc = r_rmc; in PPCInstr_DfpRound128()
2111 ppHRegPPC(i->Pin.DfpRound128.dst_hi); in ppPPCInstr()
2113 ppHRegPPC(i->Pin.DfpRound128.src_hi); in ppPPCInstr()
2115 ppPPCRI(i->Pin.DfpRound128.r_rmc); /* R in bit 3 and RMC in bits 2:0 */ in ppPPCInstr()
2551 addHRegUse(u, HRmWrite, i->Pin.DfpRound128.dst_hi); in getRegUsage_PPCInstr()
2552 addHRegUse(u, HRmWrite, i->Pin.DfpRound128.dst_lo); in getRegUsage_PPCInstr()
2553 addHRegUse(u, HRmRead, i->Pin.DfpRound128.src_hi); in getRegUsage_PPCInstr()
2554 addHRegUse(u, HRmRead, i->Pin.DfpRound128.src_lo); in getRegUsage_PPCInstr()
2891 mapReg(m, &i->Pin.DfpRound128.dst_hi); in mapRegs_PPCInstr()
2892 mapReg(m, &i->Pin.DfpRound128.dst_lo); in mapRegs_PPCInstr()
2893 mapReg(m, &i->Pin.DfpRound128.src_hi); in mapRegs_PPCInstr()
2894 mapReg(m, &i->Pin.DfpRound128.src_lo); in mapRegs_PPCInstr()
5541 UInt fr_dstHi = fregEnc(i->Pin.DfpRound128.dst_hi); in emit_PPCInstr()
5542 UInt fr_dstLo = fregEnc(i->Pin.DfpRound128.dst_lo); in emit_PPCInstr()
5543 UInt fr_srcHi = fregEnc(i->Pin.DfpRound128.src_hi); in emit_PPCInstr()
5544 UInt fr_srcLo = fregEnc(i->Pin.DfpRound128.src_lo); in emit_PPCInstr()
5547 r_rmc = i->Pin.DfpRound128.r_rmc->Pri.Imm; in emit_PPCInstr()