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

Method InvalidOp

FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:4921–4928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4919}
4920
4921void OpDispatchBuilder::InvalidOp(OpcodeArgs) {
4922 BreakOp(Op, FEXCore::IR::BreakDefinition {
4923 .ErrorRegister = 0,
4924 .Signal = SIGILL,
4925 .TrapNumber = 0,
4926 .si_code = 0,
4927 });
4928}
4929
4930void OpDispatchBuilder::NoExecOp(OpcodeArgs) {
4931 BreakOp(Op, FEXCore::IR::BreakDefinition {

Callers 1

GenerateIRMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected