fstp st(i)
| 29 | |
| 30 | // fstp st(i) |
| 31 | emitterT void FSTP(int st) { xWrite16(0xd8dd + (st << 8)); } |
| 32 | |
| 33 | emitterT void FRNDINT() { xWrite16(0xfcd9); } |
| 34 | emitterT void FXCH(int st) { xWrite16(0xc8d9 + (st << 8)); } |
nothing calls this directly
no test coverage detected