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

Function testDas0x22f

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

Source from the content-addressed store, hash-verified

5187
5188void testDas0x02f() { cpu->big = false; EbReg(0x2f, 0, das); }
5189void testDas0x22f() { cpu->big = true; EbReg(0x2f, 0, das); }
5190
5191void testXor0x030() { cpu->big = false; EbGb(0x30, xorb, true); }
5192void testXor0x230() { cpu->big = true; EbGb(0x30, xorb, true); X86_TEST(xor, xorb, al, cl) }

Callers

nothing calls this directly

Calls 1

EbRegFunction · 0.85

Tested by

no test coverage detected