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

References

utils/TableGen/X86DisassemblerTables.cpp
  798   o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
  800   o2.indent(i2) << "{ /* opcodeDecisions */" << "\n";
  804     o2.indent(i2) << "/* ";
  805     o2 << stringForContext((InstructionContext)index);
  806     o2 << " */";
  807     o2 << "\n";
  809     emitOpcodeDecision(o1, o2, i1, i2, ModRMTableNum,
  813       o2 << ", ";
  817   o2.indent(i2) << "}" << "\n";
  819   o2.indent(i2) << "};" << "\n";