Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
18
emitterT void FLD(int st) { xWrite16(0xc0d9 + (st << 8)); }
19
emitterT void FLD1() { xWrite16(0xe8d9); }
20
emitterT void FLDL2E() { xWrite16(0xead9); }
21
Callers
nothing calls this directly
Calls
1
xWrite16
Function · 0.85
Tested by
no test coverage detected