Lines Matching defs:OpcodeInfoBits
345 const unsigned OpcodeInfoBits = 64;
386 BitsLeft = OpcodeInfoBits - AsmStrBits;
415 (uint64_t)i << (OpcodeInfoBits - BitsLeft);
436 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8;
441 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
459 if (BitsLeft < (OpcodeInfoBits - 32))
488 const unsigned OpcodeInfoBits = 64;
514 O << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
519 BitsLeft = OpcodeInfoBits - AsmStrBits;
534 O << " if ((Bits >> " << (OpcodeInfoBits - BitsLeft) << ") & "
542 O << " switch ((Bits >> " << (OpcodeInfoBits - BitsLeft) << ") & "