Searched refs:NoARM (Results 1 – 4 of 4) sorted by relevance
234 bool NoARM = false; variable606 bool hasARMOps() const { return !NoARM; } in hasARMOps()
208 NoARM = true; in initSubtargetFeatures()
453 def FeatureNoARM : SubtargetFeature<"noarm", "NoARM", "true",
19451 if (Bits[ARM::FeatureNoARM]) NoARM = true;