Home | History | Annotate | Download | only in TableGen

Lines Matching full:bitsleft

367   unsigned BitsLeft = 64-AsmStrBits;
386 if (NumBits > BitsLeft) {
395 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft);
397 BitsLeft -= NumBits;
427 if (BitsLeft < 32) {
431 << ((BitsLeft < 16) ? "32" : (BitsLeft < 24) ? "16" : "8")
450 if (BitsLeft < 32) {
464 BitsLeft = 64-AsmStrBits;
471 assert(NumBits <= BitsLeft && "consistency error");
480 << (64-BitsLeft) << ") & "
491 << (64-BitsLeft) << ") & "
503 BitsLeft -= NumBits;