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

Method FNCLEX

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

Source from the content-addressed store, hash-verified

769}
770
771void OpDispatchBuilder::FNCLEX(OpcodeArgs) {
772 // Clear the exception flag bit
773 SetRFLAG<FEXCore::X86State::X87FLAG_IE_LOC>(_Constant(0));
774}
775
776void OpDispatchBuilder::FNINIT(OpcodeArgs) {
777 auto Zero = Constant(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected