Lines Matching refs:IntID
273 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
276 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB, Ty:$vC))]>;
280 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
284 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
288 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
293 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
296 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
299 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB))]>;
303 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
307 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB))]>;
311 class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
315 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
318 class VX2_Int_SP<bits<11> xo, string opc, Intrinsic IntID>
321 [(set v4f32:$vD, (IntID v4f32:$vB))]>;
325 class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
329 [(set OutTy:$vD, (IntID InTy:$vB))]>;
331 class VXBX_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
334 [(set Ty:$vD, (IntID Ty:$vA))]>;
336 class VXCR_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
339 [(set Ty:$vD, (IntID Ty:$vA, timm:$ST, timm:$SIX))]>;