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

Function testAdd0x205

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

Source from the content-addressed store, hash-verified

5115void testAdd0x204() { cpu->big = true; AlIb(0x04, addb); }
5116void testAdd0x005() { cpu->big = false; AxIw(0x05, addw); }
5117void testAdd0x205() { cpu->big = true; EaxId(0x05, addd); }
5118
5119void testOr0x008() { cpu->big = false; EbGb(0x08, orb, true); }
5120void testOr0x208() { cpu->big = true; EbGb(0x08, orb, true); X86_TEST(or , orb, al, cl) }

Callers

nothing calls this directly

Calls 1

EaxIdFunction · 0.85

Tested by

no test coverage detected