Home
last modified time | relevance | path

Searched refs:MaxEncodableValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2912 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset() local
2915 if (((unsigned)Offset) > MaxEncodableValue) { in emitFrameOffset()
2916 ThisVal = MaxEncodableValue; in emitFrameOffset()
2918 ThisVal = Offset & MaxEncodableValue; in emitFrameOffset()