Searched refs:Dfp64Cmp (Results 1 – 2 of 2) sorted by relevance
1118 i->Pin.Dfp64Cmp.dst = dst; in PPCInstr_Dfp64Cmp()1119 i->Pin.Dfp64Cmp.srcL = srcL; in PPCInstr_Dfp64Cmp()1120 i->Pin.Dfp64Cmp.srcR = srcR; in PPCInstr_Dfp64Cmp()2172 ppHRegPPC(i->Pin.Dfp64Cmp.srcL); in ppPPCInstr()2174 ppHRegPPC(i->Pin.Dfp64Cmp.srcR); in ppPPCInstr()2176 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()2178 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()2180 ppHRegPPC(i->Pin.Dfp64Cmp.dst); in ppPPCInstr()2598 addHRegUse(u, HRmWrite, i->Pin.Dfp64Cmp.dst); in getRegUsage_PPCInstr()2599 addHRegUse(u, HRmRead, i->Pin.Dfp64Cmp.srcL); in getRegUsage_PPCInstr()[all …]
978 } Dfp64Cmp; member