VFPv4 (Float) Instructions
4 ARM instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| vfma | VFMA<c>.F64 <Qd>, <Qn>, <Qm> | VFP Arith | Fused multiply-add (Double). |
| vfms | VFMS<c>.F64 <Qd>, <Qn>, <Qm> | VFP Arith | Fused multiply-subtract (Double). |
| vfnma | VFNMA<c>.F32 <Sd>, <Sn>, <Sm> | VFP Arith | Computes Vd = Vd - (Vn * Vm). |
| vfnms | VFNMS<c>.F32 <Sd>, <Sn>, <Sm> | VFP Arith | Computes Vd = -Vd + (Vn * Vm). |