| |||
| Home > ARM and Thumb Instructions > General data processing instructions > SDIV and UDIV | |||
Signed and Unsigned Divide.
SDIV{cond} Rd, Rn, Rm
UDIV{cond} Rd, Rn, Rm
where:
condis an optional condition code (see Conditional execution).
Rdis the destination register.
Rnis the register holding the value to be divided.
Rmis a register holding the divisor.