Searched refs:hasMips4 (Results 1 – 5 of 5) sorted by relevance
112 else if (P.hasMips4()) in setISALevelAndRevisionFromPredicates()
253 bool hasMips4() const { return MipsArchVersion >= Mips4; } in hasMips4() function
794 if (STI->hasMips32() || STI->hasMips4()) in handleFPUDelaySlot()
2669 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts()4609 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()4686 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
574 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters()625 bool hasMips4() const { in hasMips4() function in __anona2e40b320211::MipsAsmParser