• Home
  • Raw
  • Download

Lines Matching refs:indent

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