Searched refs:Dfp128Cmp (Results 1 – 2 of 2) sorted by relevance
1127 i->Pin.Dfp128Cmp.dst = dst; in PPCInstr_Dfp128Cmp()1128 i->Pin.Dfp128Cmp.srcL_hi = srcL_hi; in PPCInstr_Dfp128Cmp()1129 i->Pin.Dfp128Cmp.srcL_lo = srcL_lo; in PPCInstr_Dfp128Cmp()1130 i->Pin.Dfp128Cmp.srcR_hi = srcR_hi; in PPCInstr_Dfp128Cmp()1131 i->Pin.Dfp128Cmp.srcR_lo = srcR_lo; in PPCInstr_Dfp128Cmp()2185 ppHRegPPC(i->Pin.Dfp128Cmp.srcL_hi); in ppPPCInstr()2187 ppHRegPPC(i->Pin.Dfp128Cmp.srcR_hi); in ppPPCInstr()2189 ppHRegPPC(i->Pin.Dfp128Cmp.dst); in ppPPCInstr()2191 ppHRegPPC(i->Pin.Dfp128Cmp.dst); in ppPPCInstr()2193 ppHRegPPC(i->Pin.Dfp128Cmp.dst); in ppPPCInstr()[all …]
986 } Dfp128Cmp; member