The STM32 Cortex-M4 instruction set PM0214
152/262 PM0214 Rev 9
3.10.2 VADD
Floating-point Add
Syntax
VADD{cond}.F32 {Sd,} Sn, Sm
Where:
• ‘cond’ is an optional condition code, see Conditional execution on page 65.
• ‘Sd’ is the destination floating-point value
• ‘Sn, Sm’ are the operand floating-point values.
Operation
This instruction:
1. Adds the values in the two floating-point operand registers.
2. Places the results in the destination floating-point register.
Restrictions
There are no restrictions.
Condition flags
This instruction does not change the flags.
Examples
VADD.F32 S4, S6, S7