Home | History | Annotate | Download | only in ARM

Lines Matching full:numbytes

1781 NumBytes,
1784 bool isSub = NumBytes < 0;
1785 if (isSub) NumBytes = -NumBytes;
1787 while (NumBytes) {
1788 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes);
1789 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt);
1793 NumBytes &= ~ThisVal;