MOV (predicate, merging)

Move predicates (merging)

Read active elements from the source predicate and place in the corresponding elements of the destination predicate. Inactive elements in the destination predicate register remain unmodified. Does not set the condition flags.

Encoding: SVE

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

313029282726252423222120191817161514131211109876543210
0010010100000111
opSPmPgo2Pno3Pd

MOV <Pd>.B, <Pg>/M, <Pn>.B

Equivalent to: SEL <Pd>.B, <Pg>, <Pn>.B, <Pd>.B

Explanations

<Pd>: Is the name of the destination scalable predicate register, encoded in the "Pd" field.
<Pg>: Is the name of the governing scalable predicate register, encoded in the "Pg" field.
<Pn>: Is the name of the source scalable predicate register, encoded in the "Pn" field.

Operational Notes

If PSTATE.DIT is 1: