MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / FSTToStack

Method FSTToStack

FEXCore/Source/Interface/Core/OpcodeDispatcher/X87.cpp:140–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void OpDispatchBuilder::FSTToStack(OpcodeArgs) {
141 const uint8_t Offset = Op->OP & 7;
142 if (Offset != 0) {
143 _StoreStackToStack(Offset);
144 }
145
146 if (Op->TableInfo->Flags & X86Tables::InstFlags::FLAGS_POP) {
147 _PopStackDestroy();
148 }
149}
150
151// Store integer to memory (possibly with truncation)
152void OpDispatchBuilder::FIST(OpcodeArgs, bool Truncate) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected