Lines Matching refs:BitsLeft
349 unsigned BitsLeft = 64-AsmStrBits; in EmitPrintInstruction() local
368 if (NumBits > BitsLeft) { in EmitPrintInstruction()
377 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft); in EmitPrintInstruction()
379 BitsLeft -= NumBits; in EmitPrintInstruction()
409 if (BitsLeft < 32) { in EmitPrintInstruction()
413 << ((BitsLeft < 16) ? "32" : (BitsLeft < 24) ? "16" : "8") in EmitPrintInstruction()
432 if (BitsLeft < 32) { in EmitPrintInstruction()
446 BitsLeft = 64-AsmStrBits; in EmitPrintInstruction()
453 assert(NumBits <= BitsLeft && "consistency error"); in EmitPrintInstruction()
462 << (64-BitsLeft) << ") & " in EmitPrintInstruction()
473 << (64-BitsLeft) << ") & " in EmitPrintInstruction()
485 BitsLeft -= NumBits; in EmitPrintInstruction()