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

Class FunctionPermutation

RSPRecomp/src/rsp_recomp.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824struct FunctionPermutation {
825 std::vector<rabbitizer::InstructionRsp> instrs;
826 std::vector<uint32_t> permutation;
827};
828
829struct Permutation {
830 std::vector<uint32_t> instr_words;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected