MOV

Move predicate (unpredicated)

Read all elements from the source predicate and place in the destination predicate. This instruction is unpredicated. Does not set the condition flags.

For programmer convenience, an assembler must also accept predicate-as-counter register names for the source and destination predicate registers.

Encoding: Not setting the condition flags

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

313029282726252423222120191817161514131211109876543210
0010010110000100
opSPmPgo2Pno3Pd

MOV <Pd>.B, <Pn>.B

Equivalent to: ORR <Pd>.B, <Pn>/Z, <Pn>.B, <Pn>.B

Explanations

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

Operational Notes

If PSTATE.DIT is 1: