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

Enum StoreOpType

include/recompiler/operations.h:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 using Cop0Reg = rabbitizer::Registers::Cpu::Cop0;
11
12 enum class StoreOpType {
13 SD,
14 SDL,
15 SDR,
16 SW,
17 SWL,
18 SWR,
19 SH,
20 SB,
21 SDC1,
22 SWC1
23 };
24
25 enum class UnaryOpType {
26 None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected