| 2796 | } |
| 2797 | |
| 2798 | void testFISTTP16() { |
| 2799 | doFISTTP16(0.0f, 0); |
| 2800 | doFISTTP16(-0.0f, 0); |
| 2801 | doFISTTP16(1.2f, 1); |
| 2802 | doFISTTP16(1.90f, 1); |
| 2803 | doFISTTP16(-1024.4f, -1024); |
| 2804 | doFISTTP16(-1024.9f, -1024); |
| 2805 | } |
| 2806 | |
| 2807 | void doFIST_WORD_INTEGER(float data, U16 result) { |
| 2808 | newInstruction(0); |
no test coverage detected