Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dpickletools.rst37 :class:`OpcodeInfo` class; *arg* is the decoded value, as a Python object, of
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp273 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitPrintInstruction() local
308 OpcodeInfo[AWI.CGIIndex] = Idx+1; in EmitPrintInstruction()
345 OpcodeInfo[Instructions[Idx].CGIIndex] |= in EmitPrintInstruction()
385 O << " " << ((OpcodeInfo[i] >> Shift) & Mask) << "U,\t// " in EmitPrintInstruction()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp284 std::vector<unsigned> OpcodeInfo; in EmitPrintInstruction() local
309 OpcodeInfo.push_back(Idx+1); in EmitPrintInstruction()
346 OpcodeInfo[i] |= InstIdxs[i] << (BitsLeft+AsmStrBits); in EmitPrintInstruction()
368 O << " " << OpcodeInfo[i] << "U,\t// " in EmitPrintInstruction()
/external/python/cpython2/Lib/
Dpickletools.py823 class OpcodeInfo(object): class
882 I = OpcodeInfo