Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2415 const unsigned MaxEncoding = 0xfff; in emitFrameOffset() local
2417 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset()
2425 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2979 const unsigned MaxEncoding = 0xfff; in emitFrameOffset() local
2981 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset()
2989 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffset()