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

Function testAdc0x215

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

Source from the content-addressed store, hash-verified

5142void testAdc0x214() { cpu->big = true; AlIb(0x14, adcb); }
5143void testAdc0x015() { cpu->big = false; AxIw(0x15, adcw); }
5144void testAdc0x215() { cpu->big = true; EaxId(0x15, adcd); }
5145
5146void testSbb0x018() { cpu->big = false; EbGb(0x18, sbbb, true); }
5147void testSbb0x218() { cpu->big = true; EbGb(0x18, sbbb, true); X86_TEST(sbb, sbbb, al, cl) }

Callers

nothing calls this directly

Calls 1

EaxIdFunction · 0.85

Tested by

no test coverage detected