Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_FXTRACT
Function
common_FXTRACT
source/emulation/cpu/common/common_fpu.cpp:417–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
void common_FXTRACT(CPU* cpu) {
418
cpu->fpu.FXTRACT();
419
#ifdef LOG_FPU
420
flog(
"FXTRACT"
);
421
cpu->fpu.LOG_STACK();
422
#endif
423
}
424
425
void common_FPREM(CPU* cpu) {
426
cpu->fpu.FPREM();
Callers
nothing calls this directly
Calls
3
flog
Function · 0.85
FXTRACT
Method · 0.80
LOG_STACK
Method · 0.80
Tested by
no test coverage detected