Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:hasMips4

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