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

Function testIncAx0x040

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

:TODO: test when flags come from the previous instruction

Source from the content-addressed store, hash-verified

5222
5223// :TODO: test when flags come from the previous instruction
5224void testIncAx0x040() { cpu->big = false; EwReg(0x40, 0, incw); X86_TEST1(inc, incw, ax) }
5225void testIncEax0x240() { cpu->big = true; EdReg(0x40, 0, incd); X86_TEST1(inc, incd, eax) }
5226void testIncCx0x041() { cpu->big = false; EwReg(0x41, 1, incw); }
5227void testIncEcx0x241() { cpu->big = true; EdReg(0x41, 1, incd); }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected