reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/X86DisassemblerTables.cpp
  826   o << "static const struct OperandSpecifier x86OperandSets[]["
  850     o << "  { /* " << (OperandSetNum - 1) << " */\n";
  854       o << "    { " << Encoding << ", " << Type << " },\n";
  856     o << "  },\n";
  858   o << "};" << "\n\n";
  860   o.indent(i * 2) << "static const struct InstructionSpecifier ";
  861   o << INSTRUCTIONS_STR "[" << InstructionSpecifiers.size() << "] = {\n";
  866     o.indent(i * 2) << "{ /* " << index << " */\n";
  878     o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n";
  880     o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */\n";
  883     o.indent(i * 2) << "},\n";
  887   o.indent(i * 2) << "};" << "\n";