Lines Matching defs:OpcodeInfoBits
346 const unsigned OpcodeInfoBits = 64;
387 BitsLeft = OpcodeInfoBits - AsmStrBits;
416 (uint64_t)i << (OpcodeInfoBits - BitsLeft);
437 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8;
442 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
460 if (BitsLeft < (OpcodeInfoBits - 32))
489 const unsigned OpcodeInfoBits = 64;
515 O << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
520 BitsLeft = OpcodeInfoBits - AsmStrBits;
535 O << " if ((Bits >> " << (OpcodeInfoBits - BitsLeft) << ") & "
543 O << " switch ((Bits >> " << (OpcodeInfoBits - BitsLeft) << ") & "