Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:hasV6Ops

158   bool hasV6Ops() const {
159 return STI.getFeatureBits() & ARM::HasV6Ops;
7459 else if (Opc == ARM::tMOVr && isThumbOne() && !hasV6Ops() &&