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

References

utils/TableGen/FixedLenDecoderEmitter.cpp
  754   OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
  767     OS << "/* " << Pos << " */";
  768     OS.PadToColumn(12);
  777       OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
  780         OS << (Start + Len - 1) << "-";
  781       OS << Start << "} ...\n";
  786       OS.indent(Indentation) << "MCD::OPC_FilterValue, ";
  789         OS << (unsigned)*I++ << ", ";
  790       OS << (unsigned)*I++ << ", ";
  795       OS << (unsigned)Byte << ", ";
  797       OS << (unsigned)Byte << ", ";
  800       OS << utostr(Byte) << ", ";
  802       OS << "// Skip to: " << ((I - Table.begin()) + NumToSkip) << "\n";
  809       OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", "
  813         OS << (unsigned)*I << ", ";
  814       OS << (unsigned)*I++ << ", ";
  818       OS << (unsigned)Byte << ", ";
  820       OS << (unsigned)Byte << ", ";
  823       OS << utostr(Byte) << ", ";
  825       OS << "// Skip to: " << ((I - Table.begin()) + NumToSkip) << "\n";
  830       OS.indent(Indentation) << "MCD::OPC_CheckPredicate, ";
  832         OS << (unsigned)*I << ", ";
  833       OS << (unsigned)*I++ << ", ";
  838       OS << (unsigned)Byte << ", ";
  840       OS << (unsigned)Byte << ", ";
  843       OS << utostr(Byte) << ", ";
  845       OS << "// Skip to: " << ((I - Table.begin()) + NumToSkip) << "\n";
  859       OS.indent(Indentation) << "MCD::OPC_" << (IsTry ? "Try" : "")
  862         OS << (unsigned)*p << ", ";
  863       OS << (unsigned)*p << ", ";
  867         OS << (unsigned)*I << ", ";
  868       OS << (unsigned)*I++ << ", ";
  871         OS << "// Opcode: " << NumberedEncodings[Opc] << "\n";
  880       OS << (unsigned)Byte << ", ";
  882       OS << (unsigned)Byte << ", ";
  885       OS << utostr(Byte) << ", ";
  888       OS << "// Opcode: " << NumberedEncodings[Opc]
  894       OS.indent(Indentation) << "MCD::OPC_SoftFail";
  899         OS << ", " << (unsigned)*I;
  904         OS << " /* 0x";
  905         OS.write_hex(Value);
  906         OS << " */";
  912         OS << ", " << (unsigned)*I;
  917         OS << " /* 0x";
  918         OS.write_hex(Value);
  919         OS << " */";
  921       OS << ",\n";
  926       OS.indent(Indentation) << "MCD::OPC_Fail,\n";
  931   OS.indent(Indentation) << "0\n";
  935   OS.indent(Indentation) << "};\n\n";