Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2417 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset() local
2420 if (((unsigned)Offset) > MaxEncodableValue) { in emitFrameOffset()
2421 ThisVal = MaxEncodableValue; in emitFrameOffset()
2423 ThisVal = Offset & MaxEncodableValue; in emitFrameOffset()