Searched refs:hasMips4 (Results 1 – 4 of 4) sorted by relevance
112 else if (P.hasMips4()) in setISALevelAndRevisionFromPredicates()
248 bool hasMips4() const { return MipsArchVersion >= Mips4; } in hasMips4() function
2630 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts()4560 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()4637 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 __anon5ed6d99d0211::MipsAsmParser