Home
last modified time | relevance | path

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

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