Home | History | Annotate | Download | only in ARM

Lines Matching full:dstoffset

1713       unsigned DstOffset = BBOffsets[MBB->getNumber()];
1716 if (ByteOk && (DstOffset - JTOffset) > ((1<<8)-1)*2)
1719 if (HalfWordOk && (DstOffset - JTOffset) > TBHLimit)