You copied the Doc URL to your clipboard.
VMOV (between two general-purpose registers and a 64-bit extension register)
Transfer contents between two general-purpose registers and a 64-bit extension register.
Syntax
VMOV
{
}
cond
, Dm
,
Rd
Rn
VMOV
{
}
cond
, Rd
,
Rn
Dm
where:
cond
is an optional condition code.
Dm
is a 64-bit extension register.
Rd
,Rn
are the general-purpose registers.
R
andd
R
must not be PC.n
Operation
VMOV
transfers the contents of Dm
,
Rd
, Rn
into the low half of Rd
, and the contents of Dm
into the high half of Rn
.Dm
VMOV
transfers the contents of the low half of Rd
,
Rn
, Dm
into Dm
, and the contents of the high half of Rd
into Dm
.Rn