Searched refs:ImmCheckType (Results 1 – 4 of 4) sorted by relevance
237 class ImmCheckType<int val> {246 def ImmCheck0_7 : ImmCheckType<6>; // 0..7253 def ImmCheck0_1 : ImmCheckType<13>; // 0..1254 def ImmCheck0_2 : ImmCheckType<14>; // 0..2255 def ImmCheck0_3 : ImmCheckType<15>; // 0..3256 def ImmCheck0_0 : ImmCheckType<16>; // 0..0259 def ImmCheck2_4_Mul2 : ImmCheckType<19>; // 2, 4260 def ImmCheck1_1 : ImmCheckType<20>; // 1..1261 def ImmCheck1_3 : ImmCheckType<21>; // 1..3262 def ImmCheck1_7 : ImmCheckType<22>; // 1..7[all …]
252 enum ImmCheckType { enum
2220 …O_PRED<string name, string types, string intrinsic, list<FlagType> flags=[], ImmCheckType immCh > {2230 …TO_VEC<string name, string types, string intrinsic, list<FlagType> flags=[], ImmCheckType immCh > {
3052 switch ((SVETypeFlags::ImmCheckType)CheckTy) { in ParseSVEImmChecks()