HomeSort by relevance Sort by last modified time
    Searched refs:OpcodeInfoBits (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 274 const unsigned OpcodeInfoBits = 64;
316 unsigned BitsLeft = OpcodeInfoBits-AsmStrBits;
346 (uint64_t)i << (OpcodeInfoBits-BitsLeft);
369 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8;
374 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
392 if (BitsLeft < (OpcodeInfoBits - 32))
411 BitsLeft = OpcodeInfoBits-AsmStrBits;
427 << (OpcodeInfoBits-BitsLeft) << ") & "
438 << (OpcodeInfoBits-BitsLeft) << ") & "
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 292 const unsigned OpcodeInfoBits = 64;
334 unsigned BitsLeft = OpcodeInfoBits-AsmStrBits;
364 (uint64_t)i << (OpcodeInfoBits-BitsLeft);
387 unsigned BytesNeeded = ((OpcodeInfoBits - BitsLeft) + 7) / 8;
392 BitsOS << " uint" << ((BitsLeft < (OpcodeInfoBits - 32)) ? 64 : 32)
410 if (BitsLeft < (OpcodeInfoBits - 32))
429 BitsLeft = OpcodeInfoBits-AsmStrBits;
445 << (OpcodeInfoBits-BitsLeft) << ") & "
456 << (OpcodeInfoBits-BitsLeft) << ") & "
    [all...]

Completed in 88 milliseconds