| |||
| Home > NEON and VFP Programming > NEON general data processing instructions > VSWP | |||
VSWP (Vector Swap) exchanges the contents of
two vectors. The vectors can be either doubleword or quadword. There
is no distinction between data types.
VSWP{cond}{.datatype} Qd, Qm
VSWP{cond}{.datatype} Dd, Dm
where:
condis an optional condition code.
datatypeis an optional datatype. The assembler ignores .datatype
Qd, Qmspecifies the vectors for a quadword operation.
Dd, Dmspecifies the vectors for a doubleword operation.