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

Function testFPUDD

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

Source from the content-addressed store, hash-verified

2706}
2707
2708void testFPUDD() {
2709 // MEMORY
2710
2711 // 1 FISTTP 64-bit
2712 testFISTTP64();
2713
2714 // 3 FST_DOUBLE_REAL
2715 testFST_DOUBLE_REAL(false);
2716
2717 // 4 FST_DOUBLE_REAL_Pop
2718 testFST_DOUBLE_REAL(true);
2719
2720 // 6 FSAVE
2721 testFSAVE();
2722 testFSAVEMmx();
2723}
2724
2725void testFILD() {
2726 U64 data = 0x123456789abcdef0l;

Callers 2

testFPU0x0ddFunction · 0.85
testFPU0x2ddFunction · 0.85

Calls 4

testFISTTP64Function · 0.85
testFST_DOUBLE_REALFunction · 0.85
testFSAVEFunction · 0.85
testFSAVEMmxFunction · 0.85

Tested by

no test coverage detected