Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2910 const unsigned MaxEncoding = 0xfff; in emitFrameOffset() local
2912 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset()
2920 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffset()