Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:hasD16

1031   bool hasD16 = featureBits & ARM::FeatureD16;
1033 if (RegNo > 31 || (hasD16 && RegNo > 15))