Home | History | Annotate | Download | only in TableGen

Lines Matching full:indent

395     o2.indent(i2) << "{ /* ModRMDecision */" << "\n";
398 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
399 o2.indent(i2) << 0 << " /* EmptyTable */\n";
402 o2.indent(i2) << "}";
445 o1.indent(i1 * 2) << format("0x%hx", *I) << ", /* "
451 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n";
454 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
455 o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n";
458 o2.indent(i2) << "}";
491 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n";
493 o2.indent(i2) << "{" << "\n";
497 o2.indent(i2);
511 o2.indent(i2) << "}" << "\n";
513 o2.indent(i2) << "}" << "\n";
521 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
523 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n";
527 o2.indent(i2) << "/* ";
540 o2.indent(i2) << "}" << "\n";
542 o2.indent(i2) << "};" << "\n";
583 o.indent(i * 2) << "static const struct InstructionSpecifier ";
589 o.indent(i * 2) << "{ /* " << index << " */" << "\n";
603 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n";
605 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */";
609 o.indent(i * 2) << "}";
618 o.indent(i * 2) << "};" << "\n";
623 o.indent(i * 2) << "static const uint8_t " CONTEXTS_STR
628 o.indent(i * 2);
732 o.indent(i * 2) << "};" << "\n";
771 o1.indent(i1 * 2) << "0x0,\n";