You copied the Doc URL to your clipboard.
SDIV
Signed Divide.
Syntax
SDIV
Wd
, Wn
, Wm
; 32-bit
SDIV
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
Signed Divide divides a signed integer register value by another signed 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
.