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

Function testMovEdGd0x28b

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

Source from the content-addressed store, hash-verified

6308void testMovEbGb0x28a() { cpu->big = true; GbEb(0x8a, movb); }
6309void testMovEwGw0x08b() { cpu->big = false; GwEw(0x8b, movw); }
6310void testMovEdGd0x28b() { cpu->big = true; GdEd(0x8b, movd); }
6311
6312void testMovEwSw0x08c() { cpu->big = false; EwSw(0x8c, movw); }
6313void testMovEwSw0x28c() { cpu->big = true; EdSw(0x8c, movw); }

Callers

nothing calls this directly

Calls 1

GdEdFunction · 0.85

Tested by

no test coverage detected