You copied the Doc URL to your clipboard.
UMNEGL
Unsigned Multiply-Negate Long.
This instruction is an alias of UMSUBL
.
Syntax
UMNEGL
Xd
, Wn
, Wm
Equivalent to UMSUBL
Xd
, Wn
, Wm
, XZR
Where:
Xd
-
Is the 64-bit name of the general-purpose destination register.
Wn
-
Is the 32-bit name of the first general-purpose source register holding the multiplicand.
Wm
-
Is the 32-bit name of the second general-purpose source register holding the multiplier.
Usage
Unsigned Multiply-Negate Long multiplies two 32-bit register values, negates the product, and writes the result to the 64-bit destination register.