The STM32 Cortex-M4 instruction set PM0214
164/262 PM0214 Rev 9
3.10.14 VMOV register
Copies the contents of one register to another.
Syntax
VMOV{cond}.F64 Dd, Dm
VMOV{cond}.F32 Sd, Sm
Where:
• ‘cond’ is an optional condition code, see Conditional execution on page 65.
• ‘Dd’ is the destination register, for a doubleword operation.
• ‘Dm’ is the source register, for a doubleword operation.
• ‘Sd’ is the destination register, for a singleword operation.
• ‘Sm’ is the source register, for a singleword operation.
Operation
This instruction copies the contents of one floating-point register to another.
Restrictions
There are no restrictions
Condition flags
These instructions do not change the flags.