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