Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:hasV6Ops

130   bool hasV6Ops() const {
131 return STI.getFeatureBits() & ARM::HasV6Ops;
7452 else if (Opc == ARM::tMOVr && isThumbOne() && !hasV6Ops() &&