Searched refs:hasMips4 (Results 1 – 5 of 5) sorted by relevance
112 else if (P.hasMips4()) in setISALevelAndRevisionFromPredicates()
251 bool hasMips4() const { return MipsArchVersion >= Mips4; } in hasMips4() function
795 if (STI->hasMips32() || STI->hasMips4()) in handleFPUDelaySlot()
2644 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts()4591 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()4668 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
575 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()626 bool hasMips4() const { in hasMips4() function in __anon03c4d4620211::MipsAsmParser