Atmel Xplained Pro Evaluation Kit ATSAM4E-XPRO ATSAM4E-XPRO Data Sheet

Product codes
ATSAM4E-XPRO
Page of 1506
183
SAM4E [DATASHEET]
Atmel-11157D-ATARM-SAM4E16-SAM4E8-Datasheet_12-Jun-14
12.6.11.2  VADD
Floating-point Add
Syntax
VADD{cond}.F32 {Sd,} SnSm
where:
cond
is an optional condition code, see 
.
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