Searched refs:hasMips3 (Results 1 – 5 of 5) sorted by relevance
114 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
250 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
164 def HasMips3 : Predicate<"Subtarget->hasMips3()">,166 def NotMips3 : Predicate<"!Subtarget->hasMips3()">,
51 bool hasMips3() const { return STI.getFeatureBits()[Mips::FeatureMips3]; } in hasMips3() function in __anon1a178b7f0111::MipsDisassembler70 return !hasMips32() && !hasMips3(); in hasCOP3()
627 bool hasMips3() const { in hasMips3() function in __anon41cfaf1f0211::MipsAsmParser2898 if (!Is32BitAddress && !hasMips3()) { in expandLoadAddress()