Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:HasV7Ops

272   bool hasV7Ops() const {
273 return getSTI().getFeatureBits()[ARM::HasV7Ops];
3339 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11))
4113 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813)
6383 if (!hasV7Ops())