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

Function testDecEcx0x249

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

Source from the content-addressed store, hash-verified

5242void testDecEax0x248() { cpu->big = true; EdReg(0x48, 0, decd); X86_TEST1(dec, decd, eax) }
5243void testDecCx0x049() { cpu->big = false; EwReg(0x49, 1, decw); }
5244void testDecEcx0x249() { cpu->big = true; EdReg(0x49, 1, decd); }
5245void testDecDx0x04a() { cpu->big = false; EwReg(0x4a, 2, decw); }
5246void testDecEdx0x24a() { cpu->big = true; EdReg(0x4a, 2, decd); }
5247void testDecBx0x04b() { cpu->big = false; EwReg(0x4b, 3, decw); }

Callers

nothing calls this directly

Calls 1

EdRegFunction · 0.85

Tested by

no test coverage detected