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

Function FLD

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

fld st(i)

Source from the content-addressed store, hash-verified

16
17// fld st(i)
18emitterT void FLD(int st) { xWrite16(0xc0d9 + (st << 8)); }
19emitterT void FLD1() { xWrite16(0xe8d9); }
20emitterT void FLDL2E() { xWrite16(0xead9); }
21

Callers

nothing calls this directly

Calls 1

xWrite16Function · 0.85

Tested by

no test coverage detected