| |||
| Home > NEON and VFP Programming > NEON general data processing instructions > VEXT | |||
VEXT (Vector Extract) extracts 8-bit elements
from the bottom end of the second operand vector and the top end
of the first, concatenates them, and places the result in the destination
vector. See Figure 5.2 for
an example.
VEXT{cond}.8 {Qd},Qn,Qm, #imm
VEXT{cond}.8 {Dd},Dn,Dm, #imm
where:
condis an optional condition code (see Condition codes).
Qd, Qn, Qmspecifies the destination register, the first operand register, and the second operand register, for a quadword operation.
Dd, Dn, Dmspecifies the destination register, the first operand register, and the second operand register, for a doubleword operation.
immis the number of 8-bit elements to extract from the bottom of the second operand vector, in the range 0-7 for doubleword operations, or 0-15 for quadword operations.