Searched refs:hasMips3 (Results 1 – 5 of 5) sorted by relevance
114 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
252 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
165 def HasMips3 : Predicate<"Subtarget->hasMips3()">,167 def NotMips3 : Predicate<"!Subtarget->hasMips3()">,
51 bool hasMips3() const { return STI.hasFeature(Mips::FeatureMips3); } in hasMips3() function in __anon9e9369d20111::MipsDisassembler70 return !hasMips32() && !hasMips3(); in hasCOP3()
621 bool hasMips3() const { in hasMips3() function in __anona2e40b320211::MipsAsmParser2953 if (!Is32BitAddress && !hasMips3()) { in expandLoadAddress()