MCPcopy 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
321void common_FXAM(CPU* cpu) {
322 cpu->fpu.FXAM();
323#ifdef LOG_FPU
324 flog("FXAM");
325 cpu->fpu.LOG_STACK();
326#endif
327}
328
329void common_FLD1(CPU* cpu) {
330 cpu->fpu.FLD1();

Callers

nothing calls this directly

Calls 3

flogFunction · 0.85
FXAMMethod · 0.80
LOG_STACKMethod · 0.80

Tested by

no test coverage detected