Searched refs:hasMips3 (Results 1 – 5 of 5) sorted by relevance
187 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
155 def HasMips3 : Predicate<"Subtarget->hasMips3()">,
166 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
65 bool hasMips3() const { return STI.getFeatureBits() & Mips::FeatureMips3; } in hasMips3() function in __anon538e03eb0111::MipsDisassembler75 return !hasMips32() && !hasMips3(); in hasCOP3()
266 bool hasMips3() const { return STI.getFeatureBits() & Mips::FeatureMips3; } in hasMips3() function in __anonc89f468b0211::MipsAsmParser