Searched refs:DfpRound (Results 1 – 2 of 2) sorted by relevance
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()[all …]
885 } DfpRound; member