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

Function testAdd0x000

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

Source from the content-addressed store, hash-verified

5104#endif
5105
5106void testAdd0x000() { cpu->big = false; EbGb(0x00, addb, true); }
5107void testAdd0x200() { cpu->big = true; EbGb(0x00, addb, true); X86_TEST(add, addb, al, cl) }
5108void testAdd0x001() { cpu->big = false; EwGw(0x01, addw, 0, true); X86_TEST(add, addw, ax, cx) }
5109void testAdd0x201() { cpu->big = true; EdGd(0x01, addd, 0, true); X86_TEST(add, addd, eax, ecx) }

Callers

nothing calls this directly

Calls 1

EbGbFunction · 0.85

Tested by

no test coverage detected