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