Lines Matching refs:IntID
268 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
271 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB, Ty:$vC))]>;
275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
279 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
288 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
291 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
294 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB))]>;
298 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
302 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB))]>;
306 class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
310 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
313 class VX2_Int_SP<bits<11> xo, string opc, Intrinsic IntID>
316 [(set v4f32:$vD, (IntID v4f32:$vB))]>;
320 class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
324 [(set OutTy:$vD, (IntID InTy:$vB))]>;
326 class VXBX_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
329 [(set Ty:$vD, (IntID Ty:$vA))]>;
331 class VXCR_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
334 [(set Ty:$vD, (IntID Ty:$vA, timm:$ST, timm:$SIX))]>;