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

Function testAaa0x237

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

Source from the content-addressed store, hash-verified

5203
5204void testAaa0x037() { cpu->big = false; EwReg(0x37, 0, aaa); }
5205void testAaa0x237() { cpu->big = true; EwReg(0x37, 0, aaa); }
5206
5207void testCmp0x038() { cpu->big = false; EbGb(0x38, cmpb); }
5208void testCmp0x238() { cpu->big = true; EbGb(0x38, cmpb); X86_TEST(cmp, cmpb, al, cl) }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected