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

Function testFPU0x2d8

source/test/testFPU.cpp:2882–2882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2880
2881void testFPU0x0d8() { cpu->big = false; testFPUD8(); }
2882void testFPU0x2d8() { cpu->big = true; testFPUD8(); }
2883void testFPU0x0d9() { cpu->big = false; testFPUD9(); }
2884void testFPU0x2d9() { cpu->big = true; testFPUD9(); }
2885void testFPU0x0da() { cpu->big = false; testFPUDA(); }

Callers

nothing calls this directly

Calls 1

testFPUD8Function · 0.85

Tested by

no test coverage detected