The Cortex-M4 Instruction Set
ARM DUI 0553A
Copyright © 2010 ARM. All rights reserved.
3-141
ID121610
Non-Confidential
3.11.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
.
Dd
Specifies the destination register, for a doubleword operation.
Dm
Specifies the source register, for a doubleword operation.
Sd
Specifies the destination register, for a singleword operation.
Sm
Specifies 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.