Searched refs:hasMips2 (Results 1 – 4 of 4) sorted by relevance
170 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
149 def HasMips2 : Predicate<"Subtarget->hasMips2()">,
176 else if (P.hasMips2()) in setISALevelAndRevisionFromPredicates()
390 bool hasMips2() const { return STI.getFeatureBits() & Mips::FeatureMips2; } in hasMips2() function in __anond0efcad40211::MipsAsmParser