| 2884 | void testFPU0x2d9() { cpu->big = true; testFPUD9(); } |
| 2885 | void testFPU0x0da() { cpu->big = false; testFPUDA(); } |
| 2886 | void testFPU0x2da() { cpu->big = true; testFPUDA(); } |
| 2887 | void testFPU0x0dd() { cpu->big = false; testFPUDD(); } |
| 2888 | void testFPU0x2dd() { cpu->big = true; testFPUDD(); } |
| 2889 | void testFPU0x0df() { cpu->big = false; testFPUDF(); } |
nothing calls this directly
no test coverage detected