Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_FXAM
Function
common_FXAM
source/emulation/cpu/common/common_fpu.cpp:321–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
void common_FXAM(CPU* cpu) {
322
cpu->fpu.FXAM();
323
#ifdef LOG_FPU
324
flog(
"FXAM"
);
325
cpu->fpu.LOG_STACK();
326
#endif
327
}
328
329
void common_FLD1(CPU* cpu) {
330
cpu->fpu.FLD1();
Callers
nothing calls this directly
Calls
3
flog
Function · 0.85
FXAM
Method · 0.80
LOG_STACK
Method · 0.80
Tested by
no test coverage detected