• Home
  • Raw
  • Download

Lines Matching refs:indent

178     o.indent(i * 2) << format("0x%hx", id);  in emitOneID()
180 o.indent(i * 2) << 0; in emitOneID()
202 o.indent(i * 2) << "0x0, /* EmptyTable */\n"; in emitEmptyTable()
316 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; in emitModRMDecision()
319 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision()
320 o2.indent(i2) << 0 << " /* EmptyTable */\n"; in emitModRMDecision()
323 o2.indent(i2) << "}"; in emitModRMDecision()
354 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; in emitModRMDecision()
357 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision()
358 o2.indent(i2) << sEntryNumber << " /* Table" << sTableNumber << " */\n"; in emitModRMDecision()
361 o2.indent(i2) << "}"; in emitModRMDecision()
391 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n"; in emitOpcodeDecision()
393 o2.indent(i2) << "{" << "\n"; in emitOpcodeDecision()
397 o2.indent(i2); in emitOpcodeDecision()
410 o2.indent(i2) << "}" << "\n"; in emitOpcodeDecision()
412 o2.indent(i2) << "}" << "\n"; in emitOpcodeDecision()
422 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n"; in emitContextDecision()
424 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n"; in emitContextDecision()
430 o2.indent(i2) << "/* "; in emitContextDecision()
442 o2.indent(i2) << "}" << "\n"; in emitContextDecision()
444 o2.indent(i2) << "};" << "\n"; in emitContextDecision()
449 o.indent(i * 2) << "static const struct InstructionSpecifier "; in emitInstructionInfo()
458 o.indent(i * 2) << "{ /* " << index << " */" << "\n"; in emitInstructionInfo()
461 o.indent(i * 2) << stringForModifierType( in emitInstructionInfo()
465 o.indent(i * 2) << "0x"; in emitInstructionInfo()
469 o.indent(i * 2) << "{" << "\n"; in emitInstructionInfo()
473 o.indent(i * 2) << "{ "; in emitInstructionInfo()
490 o.indent(i * 2) << "}," << "\n"; in emitInstructionInfo()
492 o.indent(i * 2) << "/* " << InstructionSpecifiers[index].name << " */"; in emitInstructionInfo()
496 o.indent(i * 2) << "}"; in emitInstructionInfo()
505 o.indent(i * 2) << "};" << "\n"; in emitInstructionInfo()
511 o.indent(i * 2) << "static const InstructionContext " CONTEXTS_STR in emitContextTable()
516 o.indent(i * 2); in emitContextTable()
593 o.indent(i * 2) << "};" << "\n"; in emitContextTable()