Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5370 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj() local
5376 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); in emitFrameOffsetAdj()