Searched refs:OpcodeInfo (Results 1 – 4 of 4) sorted by relevance
37 :class:`OpcodeInfo` class; *arg* is the decoded value, as a Python object, of
273 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitPrintInstruction() local308 OpcodeInfo[AWI.CGIIndex] = Idx+1; in EmitPrintInstruction()345 OpcodeInfo[Instructions[Idx].CGIIndex] |= in EmitPrintInstruction()385 O << " " << ((OpcodeInfo[i] >> Shift) & Mask) << "U,\t// " in EmitPrintInstruction()
284 std::vector<unsigned> OpcodeInfo; in EmitPrintInstruction() local309 OpcodeInfo.push_back(Idx+1); in EmitPrintInstruction()346 OpcodeInfo[i] |= InstIdxs[i] << (BitsLeft+AsmStrBits); in EmitPrintInstruction()368 O << " " << OpcodeInfo[i] << "U,\t// " in EmitPrintInstruction()
823 class OpcodeInfo(object): class882 I = OpcodeInfo