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

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

CPY Zd.S, Pg/M, #imm (SVE (SME
svint32_t svdup[_n]_s32_m(svint32_t inactive, svbool_t pg, int32_t op)
svuint32_t svdup[_n]_u32_m(svuint32_t inactive, svbool_t pg, uint32_t op)

128-bit SVE

Set all 32-bit lanes of (2) to the immediate value from (1). The immediate value is either in the range -128 ≤ imm ≤ 127, or is a multiple of 256 in the range -32768 ≤ imm ≤ 32512.

256-bit SVE

Set all 32-bit lanes of (2) to the immediate value from (1). The immediate value is either in the range -128 ≤ imm ≤ 127, or is a multiple of 256 in the range -32768 ≤ imm ≤ 32512.

512-bit SVE

Set all 32-bit lanes of (2) to the immediate value from (1). The immediate value is either in the range -128 ≤ imm ≤ 127, or is a multiple of 256 in the range -32768 ≤ imm ≤ 32512.

Larger sizes

1024-bit SVE

Set all 32-bit lanes of (2) to the immediate value from (1). The immediate value is either in the range -128 ≤ imm ≤ 127, or is a multiple of 256 in the range -32768 ≤ imm ≤ 32512.

2048-bit SVE

Set all 32-bit lanes of (2) to the immediate value from (1). The immediate value is either in the range -128 ≤ imm ≤ 127, or is a multiple of 256 in the range -32768 ≤ imm ≤ 32512.

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