| 33 | emitterT void FRNDINT() { xWrite16(0xfcd9); } |
| 34 | emitterT void FXCH(int st) { xWrite16(0xc8d9 + (st << 8)); } |
| 35 | emitterT void F2XM1() { xWrite16(0xf0d9); } |
| 36 | emitterT void FSCALE() { xWrite16(0xfdd9); } |
| 37 | emitterT void FPATAN(void) { xWrite16(0xf3d9); } |
| 38 | emitterT void FSIN(void) { xWrite16(0xfed9); } |
nothing calls this directly
no test coverage detected