| 5237 | void testIncEsi0x246() { cpu->big = true; EdReg(0x46, 6, incd); } |
| 5238 | void testIncDi0x047() { cpu->big = false; EwReg(0x47, 7, incw); } |
| 5239 | void testIncEdi0x247() { cpu->big = true; EdReg(0x47, 7, incd); } |
| 5240 | |
| 5241 | void testDecAx0x048() { cpu->big = false; EwReg(0x48, 0, decw); X86_TEST1(dec, decw, ax) } |
| 5242 | void testDecEax0x248() { cpu->big = true; EdReg(0x48, 0, decd); X86_TEST1(dec, decd, eax) } |