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

Function testIMul0x269

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

Source from the content-addressed store, hash-verified

5466
5467void testIMul0x069() { cpu->big = false; GwEw(0x69, imulw); X86_TEST2C(imul, &imulw[0], ax, cx, 2) X86_TEST2C(imul, &imulw[1], ax, cx, 2) X86_TEST2C(imul, &imulw[2], ax, cx, 0xFFFE) X86_TEST2C(imul, &imulw[3], ax, cx, 300) X86_TEST2C(imul, &imulw[4], ax, cx, 300) }
5468void testIMul0x269() { cpu->big = true; GdEd(0x69, imuld); X86_TEST2C(imul, &imuld[0], eax, ecx, 2) X86_TEST2C(imul, &imuld[1], eax, ecx, 2) X86_TEST2C(imul, &imuld[2], eax, ecx, 0xFFFFFFFE) X86_TEST2C(imul, &imuld[3], eax, ecx, 400000) X86_TEST2C(imul, &imuld[4], eax, ecx, 400000) }
5469
5470void testImulw0x1af() {
5471 cpu->big = false;

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected