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

Function F2XM1

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

Source from the content-addressed store, hash-verified

33emitterT void FRNDINT() { xWrite16(0xfcd9); }
34emitterT void FXCH(int st) { xWrite16(0xc8d9 + (st << 8)); }
35emitterT void F2XM1() { xWrite16(0xf0d9); }
36emitterT void FSCALE() { xWrite16(0xfdd9); }
37emitterT void FPATAN(void) { xWrite16(0xf3d9); }
38emitterT void FSIN(void) { xWrite16(0xfed9); }

Callers

nothing calls this directly

Calls 1

xWrite16Function · 0.85

Tested by

no test coverage detected