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

References

utils/TableGen/X86DisassemblerTables.cpp
  891   o.indent(i * 2) << "static const uint8_t " CONTEXTS_STR
  896     o.indent(i * 2);
  900         o << "IC_EVEX";
  902         o << "IC_VEX";
  905         o << "_L2";
  907         o << "_L";
  910         o << "_W";
  913         o << "_OPSIZE";
  915         o << "_XD";
  917         o << "_XS";
  921           o << "_KZ";
  923           o << "_K";
  926           o << "_B";
  930       o << "IC_64BIT_REXW_XS";
  932       o << "IC_64BIT_REXW_XD";
  935       o << "IC_64BIT_REXW_OPSIZE";
  938       o << "IC_64BIT_REXW_ADSIZE";
  940       o << "IC_64BIT_XD_OPSIZE";
  942       o << "IC_64BIT_XD_ADSIZE";
  944       o << "IC_64BIT_XS_OPSIZE";
  946       o << "IC_64BIT_XS_ADSIZE";
  948       o << "IC_64BIT_XS";
  950       o << "IC_64BIT_XD";
  953       o << "IC_64BIT_OPSIZE_ADSIZE";
  955       o << "IC_64BIT_OPSIZE";
  957       o << "IC_64BIT_ADSIZE";
  959       o << "IC_64BIT_REXW";
  961       o << "IC_64BIT";
  963       o << "IC_XS_OPSIZE";
  965       o << "IC_XD_OPSIZE";
  967       o << "IC_XS_ADSIZE";
  969       o << "IC_XD_ADSIZE";
  971       o << "IC_XS";
  973       o << "IC_XD";
  975       o << "IC_OPSIZE_ADSIZE";
  977       o << "IC_OPSIZE";
  979       o << "IC_ADSIZE";
  981       o << "IC";
  983     o << ", /* " << index << " */";
  985     o << "\n";
  989   o.indent(i * 2) << "};" << "\n";