Home | History | Annotate | Download | only in ARM

Lines Matching refs:Bytes

188   unsigned Bytes = (unsigned)NumBytes;
189 if (isSub) Bytes = -NumBytes;
262 assert(((Bytes & 3) == 0 || ExtraScale == 1) &&
267 if (CopyOpc && Bytes < CopyScale) {
275 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange);
303 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale;
304 Bytes -= CopyImm * CopyScale;
319 while (Bytes) {
320 unsigned ExtraImm = std::min(Bytes, ExtraRange) / ExtraScale;
321 Bytes -= ExtraImm * ExtraScale;