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

Function testFPUDF

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

Source from the content-addressed store, hash-verified

2856}
2857
2858void testFPUDF() {
2859 // MEMORY
2860
2861 // 0
2862 testFILD_I16();
2863
2864 // 1 FISTTP16
2865 testFISTTP16();
2866
2867 // 2 FIST_WORD_INTEGER
2868 testFIST_WORD_INTEGER();
2869
2870 // 3 FIST_WORD_INTEGER_Pop
2871 testFIST_WORD_INTEGER_Pop();
2872
2873 // 5 FILD
2874 testFILD();
2875
2876 //7
2877 testFISTP_QWORD_INTEGER();
2878}
2879
2880
2881void testFPU0x0d8() { cpu->big = false; testFPUD8(); }

Callers 2

testFPU0x0dfFunction · 0.85
testFPU0x2dfFunction · 0.85

Calls 6

testFILD_I16Function · 0.85
testFISTTP16Function · 0.85
testFIST_WORD_INTEGERFunction · 0.85
testFILDFunction · 0.85
testFISTP_QWORD_INTEGERFunction · 0.85

Tested by

no test coverage detected