MOV (vector, predicated)

Move vector elements (predicated)

Move elements from the source vector to the corresponding elements of the destination vector. Inactive elements in the destination vector register remain unmodified.

Encoding: SVE

Variants: FEAT_SVE || FEAT_SME (FEAT_SVE || FEAT_SME)

313029282726252423222120191817161514131211109876543210
00000101111
sizeZmPvZnZd

MOV <Zd>.<T>, <Pv>/M, <Zn>.<T>

Equivalent to: SEL <Zd>.<T>, <Pv>, <Zn>.<T>, <Zd>.<T>

Explanations

<Zd>: Is the name of the destination scalable vector register, encoded in the "Zd" field.
<T>: <Pv>: Is the name of the vector select predicate register, encoded in the "Pv" field.
<Zn>: Is the name of the source scalable vector register, encoded in the "Zn" field.

Operational Notes

If PSTATE.DIT is 1: