reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
195 if (isSub) Bytes = -NumBytes; 268 assert(((Bytes & 3) == 0 || ExtraScale == 1) && 273 if (CopyOpc && Bytes < CopyScale) { 281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); 281 unsigned RangeAfterCopy = (CopyRange > Bytes) ? 0 : (Bytes - CopyRange); 309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; 310 Bytes -= CopyImm * CopyScale; 325 while (Bytes) { 326 unsigned ExtraImm = std::min(Bytes, ExtraRange) / ExtraScale; 327 Bytes -= ExtraImm * ExtraScale;