Lines Matching defs:MaxOffset
446 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale;448 if ((OffsetImm & (Scale - 1)) || OffsetImm > MaxOffset)