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

Product codes
ATSAM4E-XPRO
Page of 1506
199
SAM4E [DATASHEET]
Atmel-11157D-ATARM-SAM4E16-SAM4E8-Datasheet_12-Jun-14
12.6.11.18  VMOV ARM Core Register to Scalar
Transfers one word to a floating-point register from an ARM core register.
Syntax
VMOV{cond}{.32Dd[x]Rt
where:
cond
is an optional condition code, see 
.
32
is an optional data size specifier.
Dd[x]
is the destination, where [x] defines which half of the doubleword is transferred,
as follows:
If x is 0, the lower half is extracted
If x is 1, the upper half is extracted.
Rt
is the source ARM core register.
Operation
This instruction transfers one word to the upper or lower half of a doubleword floating-point register from an ARM
core register.
Restrictions
Rt cannot be PC or SP.
Condition Flags
These instructions do not change the flags.