| |||
Home > NEON and VFP Programming > NEON general data processing instructions > VTRN |
VTRN
(Vector Transpose) treats the elements of
its operand vectors as elements of 2 x 2 matrices, and transposes
the matrices. Figure 5.3 and Figure 5.4 show examples
of the operation of VTRN
.
VTRN{cond
}.size
Qd
,Qm
VTRN{cond
}.size
Dd
,Dm
where:
cond
is an optional condition code (see Condition codes).
size
must be one of 8
, 16
,
or 32
.
Qd, Qm
specifies the vectors, for a quadword operation.
Dd, Dm
specifies the vectors, for a doubleword operation.