| 5478 | } |
| 5479 | |
| 5480 | void testImuld0x3af() { |
| 5481 | cpu->big = true; |
| 5482 | GdEd(0x3af, dimuld); |
| 5483 | X86_TEST(imul, &dimuld[0], eax, ecx) |
| 5484 | X86_TEST(imul, &dimuld[1], eax, ecx) |
| 5485 | X86_TEST(imul, &dimuld[2], eax, ecx) |
| 5486 | X86_TEST(imul, &dimuld[3], eax, ecx) |
| 5487 | X86_TEST(imul, &dimuld[4], eax, ecx) |
| 5488 | } |
| 5489 | |
| 5490 | void testPush0x06a() { cpu->big = false; push16s8(0x6a); } |
| 5491 | void testPush0x26a() { cpu->big = true; push32s8(0x6a); } |