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

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 51 std::vector<InstructionSpecifier> InstructionSpecifiers;
264 if (uid >= InstructionSpecifiers.size())
265 InstructionSpecifiers.resize(uid + 1);
267 return InstructionSpecifiers[uid];
X86DisassemblerTables.cpp 494 << InstructionSpecifiers[*I].name << " */\n";
595 unsigned NumInstructions = InstructionSpecifiers.size();
610 OperandEncoding Encoding = (OperandEncoding)InstructionSpecifiers[Index]
612 OperandType Type = (OperandType)InstructionSpecifiers[Index]
632 o << INSTRUCTIONS_STR "[" << InstructionSpecifiers.size() << "] = {\n";
643 OperandEncoding Encoding = (OperandEncoding)InstructionSpecifiers[index]
645 OperandType Type = (OperandType)InstructionSpecifiers[index]
651 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */\n";
843 InstructionSpecifiers[uid];
845 InstructionSpecifiers[decision.instructionIDs[index]]
    [all...]

Completed in 37 milliseconds