Home
last modified time | relevance | path

Searched refs:OpcodeInfoBits (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp292 const unsigned OpcodeInfoBits = 64; in EmitPrintInstruction() local
334 unsigned BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()
364 (uint64_t)i << (OpcodeInfoBits-BitsLeft); in EmitPrintInstruction()
387 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8; in EmitPrintInstruction()
392 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32) in EmitPrintInstruction()
410 if (BitsLeft < (OpcodeInfoBits - 32)) in EmitPrintInstruction()
429 BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()
445 << (OpcodeInfoBits-BitsLeft) << ") & " in EmitPrintInstruction()
456 << (OpcodeInfoBits-BitsLeft) << ") & " in EmitPrintInstruction()