Searched refs:hasMips2 (Results 1 – 6 of 6) sorted by relevance
116 else if (P.hasMips2()) in setISALevelAndRevisionFromPredicates()
251 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
805 if (STI->hasMips2()) in handleLoadDelaySlot()
159 def HasMips2 : Predicate<"Subtarget->hasMips2()">,
50 bool hasMips2() const { return STI.hasFeature(Mips::FeatureMips2); } in hasMips2() function in __anon9e9369d20111::MipsDisassembler1285 if (hasMips2() && isPTR64()) { in getInstruction()
617 bool hasMips2() const { in hasMips2() function in __anona2e40b320211::MipsAsmParser4416 if (hasMips1() && !hasMips2()) { in expandTrunc()