Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:hasMips4

248   bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
267 bool hasMips4() const { return STI.getFeatureBits() & Mips::FeatureMips4; }