reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
352 if (NumBits > BitsLeft) { 363 (uint64_t)i << (OpcodeInfoBits-BitsLeft); 374 BitsLeft -= NumBits; 386 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8; 391 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32) 409 if (BitsLeft < (OpcodeInfoBits - 32)) 428 BitsLeft = OpcodeInfoBits-AsmStrBits; 435 assert(NumBits <= BitsLeft && "consistency error"); 444 << (OpcodeInfoBits-BitsLeft) << ") & " 455 << (OpcodeInfoBits-BitsLeft) << ") & " 467 BitsLeft -= NumBits;