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

Class StoreOp

include/recompiler/operations.h:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 };
160
161 struct StoreOp {
162 StoreOpType type;
163 Operand value_input;
164 };
165
166 struct UnaryOp {
167 UnaryOpType operation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected