SVE Instruction List by Dougall Johnson
See "PMOV (to predicate)" in the exploration tools

PMOV (to predicate): Move predicate from vector

PMOV Pd.B, Zn (SVE2.1 (SME2.1

128-bit SVE

Move the low bits of a vector register (1) to a predicate register (2). On 128-bit SVE, this moves 16 bits.

256-bit SVE

Move the low bits of a vector register (1) to a predicate register (2). On 256-bit SVE, this moves 32 bits.

512-bit SVE

Move the low bits of a vector register (1) to a predicate register (2). On 512-bit SVE, this moves 64 bits.

Larger sizes

1024-bit SVE

Move the low bits of a vector register (1) to a predicate register (2). On 1024-bit SVE, this moves 128 bits.

2048-bit SVE

Move the low bits of a vector register (1) to a predicate register (2). On 2048-bit SVE, this moves 256 bits.

Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.