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

Function common_FST_STi

source/emulation/cpu/common/common_fpu.cpp:513–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void common_FST_STi(CPU* cpu, U32 reg) {
514 cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg));
515#ifdef LOG_FPU
516 flog("FST ST(reg)");
517 cpu->fpu.LOG_STACK();
518#endif
519}
520
521void common_FST_STi_Pop(CPU* cpu, U32 reg) {
522 cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg));

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected