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

Class BinaryOperands

include/recompiler/operations.h:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 };
175
176 struct BinaryOperands {
177 // Operation to apply to each operand before applying the binary operation to them.
178 UnaryOpType operand_operations[2];
179 // The source of the input operands.
180 Operand operands[2];
181 };
182
183 struct BinaryOp {
184 // The type of binary operation this represents.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected