NEG $X,Y,$Z | NEG $X,Y,Z |
NEGU $X,Y,$Z | NEGU $X,Y,Z |
Specification:
NEG: s($X) | ← Y - s($Z) |
NEGU: u($X) | ← (Y - u($Z))mod264 |
Timing:
1υ
Description:
Y is a nonnegative constant, usually zero. If Y has the value zero, it can be omitted. The instruction is used to negate $Z.