Home | History | Annotate | Download | only in TableGen

Lines Matching full:bitsleft

316   unsigned BitsLeft = OpcodeInfoBits-AsmStrBits;
335 if (NumBits > BitsLeft) {
346 (uint64_t)i << (OpcodeInfoBits-BitsLeft);
357 BitsLeft -= NumBits;
369 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8;
374 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
392 if (BitsLeft < (OpcodeInfoBits - 32))
411 BitsLeft = OpcodeInfoBits-AsmStrBits;
418 assert(NumBits <= BitsLeft && "consistency error");
427 << (OpcodeInfoBits-BitsLeft) << ") & "
438 << (OpcodeInfoBits-BitsLeft) << ") & "
450 BitsLeft -= NumBits;