| 2856 | } |
| 2857 | |
| 2858 | void 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 | |
| 2881 | void testFPU0x0d8() { cpu->big = false; testFPUD8(); } |
no test coverage detected