Lines Matching refs:BitsLeft
347 unsigned BitsLeft = 64-AsmStrBits; in EmitPrintInstruction() local
366 if (NumBits > BitsLeft) { in EmitPrintInstruction()
375 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft); in EmitPrintInstruction()
377 BitsLeft -= NumBits; in EmitPrintInstruction()
407 if (BitsLeft < 32) { in EmitPrintInstruction()
411 << ((BitsLeft < 16) ? "32" : (BitsLeft < 24) ? "16" : "8") in EmitPrintInstruction()
430 if (BitsLeft < 32) { in EmitPrintInstruction()
444 BitsLeft = 64-AsmStrBits; in EmitPrintInstruction()
451 assert(NumBits <= BitsLeft && "consistency error"); in EmitPrintInstruction()
460 << (64-BitsLeft) << ") & " in EmitPrintInstruction()
471 << (64-BitsLeft) << ") & " in EmitPrintInstruction()
483 BitsLeft -= NumBits; in EmitPrintInstruction()