MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FSTP

Function FSTP

common/emitter/fpu.cpp:31–31  ·  view source on GitHub ↗

fstp st(i)

Source from the content-addressed store, hash-verified

29
30// fstp st(i)
31emitterT void FSTP(int st) { xWrite16(0xd8dd + (st << 8)); }
32
33emitterT void FRNDINT() { xWrite16(0xfcd9); }
34emitterT void FXCH(int st) { xWrite16(0xc8d9 + (st << 8)); }

Callers

nothing calls this directly

Calls 1

xWrite16Function · 0.85

Tested by

no test coverage detected