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 186 o << InstructionSpecifiers[id].name;
444 unsigned NumInstructions = InstructionSpecifiers.size();
459 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[Index]
462 stringForOperandType((OperandType)InstructionSpecifiers[Index]
481 o << INSTRUCTIONS_STR "[" << InstructionSpecifiers.size() << "] = {\n";
490 (ModifierType)InstructionSpecifiers[index].modifierType);
494 o << format("%02hhx", (uint16_t)InstructionSpecifiers[index].modifierBase);
501 stringForOperandEncoding((OperandEncoding)InstructionSpecifiers[index]
504 stringForOperandType((OperandType)InstructionSpecifiers[index]
510 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */"
    [all...]

Completed in 360 milliseconds