You copied the Doc URL to your clipboard.
UDIV
Unsigned Divide.
Syntax
UDIV
Wd
, Wn
, Wm
; 32-bit
UDIV
Xd
, Xn
, Xm
; 64-bit
Where:
Wd
- Is the 32-bit name of the general-purpose destination register.
Wn
- Is the 32-bit name of the first general-purpose source register.
Wm
- Is the 32-bit name of the second general-purpose source register.
Xd
- Is the 64-bit name of the general-purpose destination register.
Xn
- Is the 64-bit name of the first general-purpose source register.
Xm
- Is the 64-bit name of the second general-purpose source register.
Operation
Unsigned Divide divides an unsigned integer register value by another unsigned integer register value, and writes the result to the destination register. The condition flags are not affected.
, where R
d = R
n / R
m
is either R
W
or X
.