Searched refs:hasMips3 (Results 1 – 6 of 6) sorted by relevance
117 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
185 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
158 def HasMips3 : Predicate<"Subtarget->hasMips3()">,
3111 if (Subtarget.hasMips3() && Subtarget.useSoftFloat()) { in shouldSignExtendTypeInLibCall()
42 bool hasMips3() const { return STI.getFeatureBits()[Mips::FeatureMips3]; } in hasMips3() function in __anonac374e550111::MipsDisassembler54 return !hasMips32() && !hasMips3(); in hasCOP3()
474 bool hasMips3() const { in hasMips3() function in __anon5de389750211::MipsAsmParser