Home | History | Annotate | Download | only in TableGen

Lines Matching full:indent

173     o.indent(i * 2) << format("0x%hx", id);
175 o.indent(i * 2) << 0;
197 o.indent(i * 2) << "static const InstrUID modRMEmptyTable[1] = { 0 };\n";
300 o2.indent(i2) << "{ /* ModRMDecision */" << "\n";
303 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
304 o2.indent(i2) << "modRMEmptyTable";
307 o2.indent(i2) << "}";
311 o1.indent(i1) << "static const InstrUID modRMTable" << thisTableNumber;
347 o1.indent(i1) << "};" << "\n";
350 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n";
353 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
354 o2.indent(i2) << "modRMTable" << sTableNumber << "\n";
357 o2.indent(i2) << "}";
370 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n";
372 o2.indent(i2) << "{" << "\n";
376 o2.indent(i2);
389 o2.indent(i2) << "}" << "\n";
391 o2.indent(i2) << "}" << "\n";
401 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
403 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n";
409 o2.indent(i2) << "/* ";
421 o2.indent(i2) << "}" << "\n";
423 o2.indent(i2) << "};" << "\n";
428 o.indent(i * 2) << "static const struct InstructionSpecifier ";
437 o.indent(i * 2) << "{ /* " << index << " */" << "\n";
440 o.indent(i * 2) <<
444 o.indent(i * 2) << "0x";
448 o.indent(i * 2) << "{" << "\n";
452 o.indent(i * 2) << "{ ";
469 o.indent(i * 2) << "}," << "\n";
471 o.indent(i * 2) << "\"" << InstructionSpecifiers[index].name << "\"";
475 o.indent(i * 2) << "}";
484 o.indent(i * 2) << "};" << "\n";
490 o.indent(i * 2) << "static const InstructionContext " CONTEXTS_STR
495 o.indent(i * 2);
566 o.indent(i * 2) << "};" << "\n";