| 690 | } |
| 691 | |
| 692 | void testFPUD8() { |
| 693 | testF32Add(); |
| 694 | testF32Sub(); |
| 695 | testF32SubR(); |
| 696 | testF32Mul(); |
| 697 | testF32Div(); |
| 698 | testF32DivR(); |
| 699 | testF32Com(); |
| 700 | testF32ComP(); |
| 701 | } |
| 702 | |
| 703 | void FSTFloat(int op, int group, float f, int pop) { |
| 704 | struct FPU_Float result; |
no test coverage detected