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

Function FSCALE

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

Source from the content-addressed store, hash-verified

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); }
39

Callers

nothing calls this directly

Calls 1

xWrite16Function · 0.85

Tested by

no test coverage detected