SVE Instruction List by Dougall Johnson
See "CPY (immediate, zeroing)" in the exploration tools

CPY (immediate, zeroing): Copy signed integer immediate to vector elements (zeroing)

CPY Zd.B, Pg/Z, #imm (SVE (SME
svint8_t svdup[_n]_s8_x(svbool_t pg, int8_t op)
svuint8_t svdup[_n]_u8_x(svbool_t pg, uint8_t op)
svint8_t svdup[_n]_s8_z(svbool_t pg, int8_t op)
svuint8_t svdup[_n]_u8_z(svbool_t pg, uint8_t op)

128-bit SVE

Set all 8-bit lanes of (2) to the immediate value from (1). The immediate value is limited to -128 ≤ imm ≤ 127.

256-bit SVE

Set all 8-bit lanes of (2) to the immediate value from (1). The immediate value is limited to -128 ≤ imm ≤ 127.

512-bit SVE

Set all 8-bit lanes of (2) to the immediate value from (1). The immediate value is limited to -128 ≤ imm ≤ 127.

Larger sizes

1024-bit SVE

Set all 8-bit lanes of (2) to the immediate value from (1). The immediate value is limited to -128 ≤ imm ≤ 127.

2048-bit SVE

Set all 8-bit lanes of (2) to the immediate value from (1). The immediate value is limited to -128 ≤ imm ≤ 127.

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