Home | History | Annotate | Download | only in PowerPC

Lines Matching full:outty

172 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
176 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
180 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
184 [(set OutTy:$vD,
195 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
199 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB))]>;
203 class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
207 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
217 class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
221 [(set OutTy:$vD, (IntID InTy:$vB))]>;