Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:hasV6MOps

261   bool hasV6MOps() const {
262 return STI.getFeatureBits() & ARM::HasV6MOps;
5460 if (hasV6MOps())
8558 else if (Opc == ARM::tADDhirr && isThumbOne() && !hasV6MOps() &&