Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp503 unsigned BottomBits = (Offset / Scale) & Mask; in rewriteFrameIndex() local
504 bool CanMakeBottomByteZero = ((Offset - BottomBits * Scale) & 0xff) == 0; in rewriteFrameIndex()
510 InstrOffs = BottomBits; in rewriteFrameIndex()