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 45 std::vector<InstructionSpecifier> InstructionSpecifiers;
277 if (uid >= InstructionSpecifiers.size())
278 InstructionSpecifiers.resize(uid + 1);
280 return InstructionSpecifiers[uid];
X86DisassemblerTables.cpp 275 o << InstructionSpecifiers[id].name;
533 unsigned NumInstructions = InstructionSpecifiers.size();
548 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[Index]
551 stringForOperandType((OperandType)InstructionSpecifiers[Index]
570 o << INSTRUCTIONS_STR "[" << InstructionSpecifiers.size() << "] = {\n";
579 (ModifierType)InstructionSpecifiers[index].modifierType);
583 o << format("%02hhx", (uint16_t)InstructionSpecifiers[index].modifierBase);
590 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[index]
593 stringForOperandType((OperandType)InstructionSpecifiers[index]
599 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */"
    [all...]

Completed in 53 milliseconds