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

Function testIncEdi0x247

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

Source from the content-addressed store, hash-verified

5237void testIncEsi0x246() { cpu->big = true; EdReg(0x46, 6, incd); }
5238void testIncDi0x047() { cpu->big = false; EwReg(0x47, 7, incw); }
5239void testIncEdi0x247() { cpu->big = true; EdReg(0x47, 7, incd); }
5240
5241void testDecAx0x048() { cpu->big = false; EwReg(0x48, 0, decw); X86_TEST1(dec, decw, ax) }
5242void testDecEax0x248() { cpu->big = true; EdReg(0x48, 0, decd); X86_TEST1(dec, decd, eax) }

Callers

nothing calls this directly

Calls 1

EdRegFunction · 0.85

Tested by

no test coverage detected