| 2880 | |
| 2881 | void testFPU0x0d8() { cpu->big = false; testFPUD8(); } |
| 2882 | void testFPU0x2d8() { cpu->big = true; testFPUD8(); } |
| 2883 | void testFPU0x0d9() { cpu->big = false; testFPUD9(); } |
| 2884 | void testFPU0x2d9() { cpu->big = true; testFPUD9(); } |
| 2885 | void testFPU0x0da() { cpu->big = false; testFPUDA(); } |
nothing calls this directly
no test coverage detected