Home | History | Annotate | Download | only in TableGen

Lines Matching full:indent

472     o2.indent(i2) << "{ /* ModRMDecision */" << "\n";
475 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
476 o2.indent(i2) << 0 << " /* EmptyTable */\n";
479 o2.indent(i2) << "}";
522 o1.indent(i1 * 2) << format("0x%hx", *I) << ", /* "
528 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n";
531 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
532 o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n";
535 o2.indent(i2) << "}";
568 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n";
570 o2.indent(i2) << "{" << "\n";
574 o2.indent(i2);
588 o2.indent(i2) << "}" << "\n";
590 o2.indent(i2) << "}" << "\n";
598 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
600 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n";
604 o2.indent(i2) << "/* ";
617 o2.indent(i2) << "}" << "\n";
619 o2.indent(i2) << "};" << "\n";
660 o.indent(i * 2) << "static const struct InstructionSpecifier ";
666 o.indent(i * 2) << "{ /* " << index << " */\n";
678 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n";
680 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */\n";
683 o.indent(i * 2) << "},\n";
687 o.indent(i * 2) << "};" << "\n";
692 o.indent(i * 2) << "static const uint8_t " CONTEXTS_STR
697 o.indent(i * 2);
809 o.indent(i * 2) << "};" << "\n";
848 o1.indent(i1 * 2) << "0x0,\n";