| 8164 | } |
| 8165 | |
| 8166 | void testGrp30x2f7() { |
| 8167 | cpu->big = true; |
| 8168 | EdId(0xf7, 0, testd); |
| 8169 | EdId(0xf7, 1, testd); |
| 8170 | Ed(0xf7, 2, notd, true); |
| 8171 | Ed(0xf7, 3, negd, true); |
| 8172 | EdEaxEdx(0xf7, 4, mulEax, false); |
| 8173 | EdEaxEdx(0xf7, 5, imulEax, false); |
| 8174 | EdEaxEdx(0xf7, 6, divEax, true); |
| 8175 | EdEaxEdx(0xf7, 7, idivEax, true); |
| 8176 | } |
| 8177 | |
| 8178 | void testClc0x0f8() { cpu->big = false; EbReg(0xf8, 0, clc); } |
| 8179 | void testClc0x2f8() { cpu->big = true; EbReg(0xf8, 0, clc); } |