Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp2029 const unsigned MaxEncoding = 0xfff; in emitFrameOffset() local
2031 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset()
2039 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffset()