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

Class UnaryOp

include/recompiler/operations.h:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 };
165
166 struct UnaryOp {
167 UnaryOpType operation;
168 Operand output;
169 Operand input;
170 // Whether the FR bit needs to be checked for odd float registers for this instruction.
171 bool check_fr = false;
172 // Whether the input need to be checked for being NaN.
173 bool check_nan = false;
174 };
175
176 struct BinaryOperands {
177 // Operation to apply to each operand before applying the binary operation to them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected