MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / testImuld0x3af

Function testImuld0x3af

source/test/testCPU.cpp:5480–5488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5478}
5479
5480void 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
5490void testPush0x06a() { cpu->big = false; push16s8(0x6a); }
5491void testPush0x26a() { cpu->big = true; push32s8(0x6a); }

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected