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