MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / rsp_ignores_element

Function rsp_ignores_element

RSPRecomp/src/rsp_recomp.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool rsp_ignores_element(InstrId id) {
179 return id == InstrId::rsp_vmacq || id == InstrId::rsp_vnop;
180}
181
182struct BranchTargets {
183 std::unordered_set<uint32_t> direct_targets;

Callers 1

process_instructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected