Searched refs:hasStandardEncoding (Results 1 – 3 of 3) sorted by relevance
251 bool hasStandardEncoding() const { return !inMips16Mode(); } in hasStandardEncoding() function256 return hasStandardEncoding() || allowMixed16_32(); in enableLongBranchPass()
312 if (!Subtarget.hasStandardEncoding()) in canRealignStack()
203 def HasStdEnc : Predicate<"Subtarget->hasStandardEncoding()">,