Lines Matching full:indent
176 o.indent(i * 2) << format("0x%hx", id);
178 o.indent(i * 2) << 0;
199 o.indent(i * 2) << "0x0, /* EmptyTable */\n";
308 o2.indent(i2) << "{ /* ModRMDecision */" << "\n";
311 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
312 o2.indent(i2) << 0 << " /* EmptyTable */\n";
315 o2.indent(i2) << "}";
352 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n";
355 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n";
356 o2.indent(i2) << sEntryNumber << " /* Table" << sTableNumber << " */\n";
359 o2.indent(i2) << "}";
391 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n";
393 o2.indent(i2) << "{" << "\n";
397 o2.indent(i2);
410 o2.indent(i2) << "}" << "\n";
412 o2.indent(i2) << "}" << "\n";
419 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
421 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n";
425 o2.indent(i2) << "/* ";
437 o2.indent(i2) << "}" << "\n";
439 o2.indent(i2) << "};" << "\n";
480 o.indent(i * 2) << "static const struct InstructionSpecifier ";
486 o.indent(i * 2) << "{ /* " << index << " */" << "\n";
489 o.indent(i * 2) << stringForModifierType(
493 o.indent(i * 2) << "0x";
508 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n";
510 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */";
514 o.indent(i * 2) << "}";
523 o.indent(i * 2) << "};" << "\n";
527 o.indent
532 o.indent(i * 2);
609 o.indent(i * 2) << "};" << "\n";