Lines Matching refs:indent
172 o.indent(i * 2) << format("0x%hx", id); in emitOneID()
174 o.indent(i * 2) << 0; in emitOneID()
196 o.indent(i * 2) << "static const InstrUID modRMEmptyTable[1] = { 0 };\n"; in emitEmptyTable()
299 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; in emitModRMDecision()
302 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision()
303 o2.indent(i2) << "modRMEmptyTable"; in emitModRMDecision()
306 o2.indent(i2) << "}"; in emitModRMDecision()
310 o1.indent(i1) << "static const InstrUID modRMTable" << thisTableNumber; in emitModRMDecision()
346 o1.indent(i1) << "};" << "\n"; in emitModRMDecision()
349 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; in emitModRMDecision()
352 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; in emitModRMDecision()
353 o2.indent(i2) << "modRMTable" << sTableNumber << "\n"; in emitModRMDecision()
356 o2.indent(i2) << "}"; in emitModRMDecision()
369 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n"; in emitOpcodeDecision()
371 o2.indent(i2) << "{" << "\n"; in emitOpcodeDecision()
375 o2.indent(i2); in emitOpcodeDecision()
388 o2.indent(i2) << "}" << "\n"; in emitOpcodeDecision()
390 o2.indent(i2) << "}" << "\n"; in emitOpcodeDecision()
400 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n"; in emitContextDecision()
402 o2.indent(i2) << "{ /* opcodeDecisions */" << "\n"; in emitContextDecision()
408 o2.indent(i2) << "/* "; in emitContextDecision()
420 o2.indent(i2) << "}" << "\n"; in emitContextDecision()
422 o2.indent(i2) << "};" << "\n"; in emitContextDecision()
427 o.indent(i * 2) << "static const struct InstructionSpecifier "; in emitInstructionInfo()
436 o.indent(i * 2) << "{ /* " << index << " */" << "\n"; in emitInstructionInfo()
439 o.indent(i * 2) << in emitInstructionInfo()
443 o.indent(i * 2) << "0x"; in emitInstructionInfo()
447 o.indent(i * 2) << "{" << "\n"; in emitInstructionInfo()
451 o.indent(i * 2) << "{ "; in emitInstructionInfo()
468 o.indent(i * 2) << "}," << "\n"; in emitInstructionInfo()
470 o.indent(i * 2) << "\"" << InstructionSpecifiers[index].name << "\""; in emitInstructionInfo()
474 o.indent(i * 2) << "}"; in emitInstructionInfo()
483 o.indent(i * 2) << "};" << "\n"; in emitInstructionInfo()
489 o.indent(i * 2) << "static const InstructionContext " CONTEXTS_STR in emitContextTable()
494 o.indent(i * 2); in emitContextTable()
557 o.indent(i * 2) << "};" << "\n"; in emitContextTable()