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

Function testAdd0x201

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

Source from the content-addressed store, hash-verified

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) }
5110void testAdd0x002() { cpu->big = false; GbEb(0x02, addb); }
5111void testAdd0x202() { cpu->big = true; GbEb(0x02, addb); }
5112void testAdd0x003() { cpu->big = false; GwEw(0x03, addw); }

Callers

nothing calls this directly

Calls 1

EdGdFunction · 0.85

Tested by

no test coverage detected