Searched refs:hasCnMipsP (Results 1 – 5 of 5) sorted by relevance
142 if (P.hasCnMipsP()) in setISAExtensionFromPredicates()
284 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP() function
215 def HasCnMipsP : Predicate<"Subtarget->hasCnMipsP()">,217 def NotCnMipsP : Predicate<"!Subtarget->hasCnMipsP()">,
66 bool hasCnMipsP() const { return STI.hasFeature(Mips::FeatureCnMipsP); } in hasCnMipsP() function in __anon9e9369d20111::MipsDisassembler1302 if (hasCnMipsP()) { in getInstruction()
693 bool hasCnMipsP() const { in hasCnMipsP() function in __anona2e40b320211::MipsAsmParser