| 5225 | void testIncEax0x240() { cpu->big = true; EdReg(0x40, 0, incd); X86_TEST1(inc, incd, eax) } |
| 5226 | void testIncCx0x041() { cpu->big = false; EwReg(0x41, 1, incw); } |
| 5227 | void testIncEcx0x241() { cpu->big = true; EdReg(0x41, 1, incd); } |
| 5228 | void testIncDx0x042() { cpu->big = false; EwReg(0x42, 2, incw); } |
| 5229 | void testIncEdx0x242() { cpu->big = true; EdReg(0x42, 2, incd); } |
| 5230 | void testIncBx0x043() { cpu->big = false; EwReg(0x43, 3, incw); } |