Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:hasD16

1017   bool hasD16 = featureBits[ARM::FeatureD16];
1019 if (RegNo > 31 || (hasD16 && RegNo > 15))