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

Method FXSaveOp

FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:2488–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2486template void OpDispatchBuilder::AVXVFCMPOp<OpSize::i64Bit>(OpcodeArgs);
2487
2488void OpDispatchBuilder::FXSaveOp(OpcodeArgs) {
2489 Ref Mem = MakeSegmentAddress(Op, Op->Dest);
2490
2491 SaveX87State(Op, Mem);
2492 SaveSSEState(Mem);
2493 SaveMXCSRState(Mem);
2494}
2495
2496void OpDispatchBuilder::XSaveOp(OpcodeArgs) {
2497 XSaveOpImpl(Op);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected