MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / common_FST_STi_Pop

Function common_FST_STi_Pop

source/emulation/cpu/common/common_fpu.cpp:521–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void common_FST_STi_Pop(CPU* cpu, U32 reg) {
522 cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg));
523 cpu->fpu.FPOP();
524#ifdef LOG_FPU
525 flog("FSTP ST(reg)");
526 cpu->fpu.LOG_STACK();
527#endif
528}
529
530void common_FIADD_DWORD_INTEGER(CPU* cpu, U32 address) {
531#ifdef LOG_FPU

Callers

nothing calls this directly

Calls 5

flogFunction · 0.85
FSTMethod · 0.80
STVMethod · 0.80
FPOPMethod · 0.80
LOG_STACKMethod · 0.80

Tested by

no test coverage detected