Lines Matching defs:i2
685 unsigned &i1, unsigned &i2,
770 unsigned &i1, unsigned &i2,
774 ++i2;
786 --i2;
791 o2.indent(i2);
795 emitModRMDecision(o1, o2, i1, i2, ModRMTableNum,
803 o2.indent(i2) << "}\n";
804 --i2;
805 o2.indent(i2) << "},\n";
810 unsigned &i1, unsigned &i2,
814 o2.indent(i2) << "static const struct ContextDecision " << name
816 i2++;
819 o2.indent(i2) << "/*";
823 emitOpcodeDecision(o1, o2, i1, i2, ModRMTableNum,
827 i2--;
828 o2.indent(i2) << "}};"
1018 unsigned &i1, unsigned &i2,
1020 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[0], ONEBYTE_STR);
1021 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[1], TWOBYTE_STR);
1022 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[2],
1024 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[3],
1026 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[4], XOP8_MAP_STR);
1027 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[5], XOP9_MAP_STR);
1028 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[6], XOPA_MAP_STR);
1029 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[7],
1031 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[8], MAP4_STR);
1032 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[9], MAP5_STR);
1033 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[10], MAP6_STR);
1034 emitContextDecision(o1, o2, i1, i2, ModRMTableNum, *Tables[11], MAP7_STR);
1039 unsigned i2 = 0;
1047 emitInstructionInfo(o, i2);
1050 emitContextTable(o, i2);
1063 emitContextDecisions(o1, o2, i1, i2, ModRMTableNum);