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