Lines Matching refs:IntID
268 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
271 [(set Ty:$RT, (IntID Ty:$RA, Ty:$RB, Ty:$RC))]>;
275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
279 [(set OutTy:$RT, (IntID InTy:$RA, InTy:$RB, InTy:$RC))]>;
283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
288 (IntID In1Ty:$RA, In1Ty:$RB, In2Ty:$RC))]>;
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))]>;