| 769 | } |
| 770 | |
| 771 | void OpDispatchBuilder::FNCLEX(OpcodeArgs) { |
| 772 | // Clear the exception flag bit |
| 773 | SetRFLAG<FEXCore::X86State::X87FLAG_IE_LOC>(_Constant(0)); |
| 774 | } |
| 775 | |
| 776 | void OpDispatchBuilder::FNINIT(OpcodeArgs) { |
| 777 | auto Zero = Constant(0); |
nothing calls this directly
no outgoing calls
no test coverage detected