| |||
| Home > NEON and VFP Programming > VFP instructions > FDIV | |||
Floating-point divide.
FDIV can be scalar, vector, or mixed (see VFP vector and scalar operations).
FDIV<precision>{cond}Fd,Fn,Fm
where:
<precision>must be either S for single-precision,
or D for double-precision.
condis an optional condition code (see Condition codes).
Fdis the VFP register for the result.
Fnis the VFP register holding the first operand.
Fmis the VFP register holding the second operand.
The precision of , Fd and Fn must
match the precision specified in Fm<.precision>
FDIV operations can produce Division by Zero,
Invalid Operation, Overflow, Underflow, or Inexact exceptions.