SVE Instruction List by Dougall Johnson
See "DUPM" in the exploration tools

DUPM: Broadcast logical bitmask immediate to vector (unpredicated)

DUPM Zd.H, #const (SVE (SME
svint16_t svdup[_n]_s16(int16_t op)
svuint16_t svdup[_n]_u16(uint16_t op)
svint16_t svdup[_n]_s16_x(svbool_t pg, int16_t op)
svuint16_t svdup[_n]_u16_x(svbool_t pg, uint16_t op)

128-bit SVE

Set all 16-bit lanes of (2) to the immediate value from (1). The value from (1) must be a valid logical immediate.

256-bit SVE

Set all 16-bit lanes of (2) to the immediate value from (1). The value from (1) must be a valid logical immediate.

512-bit SVE

Set all 16-bit lanes of (2) to the immediate value from (1). The value from (1) must be a valid logical immediate.

Larger sizes

1024-bit SVE

Set all 16-bit lanes of (2) to the immediate value from (1). The value from (1) must be a valid logical immediate.

2048-bit SVE

Set all 16-bit lanes of (2) to the immediate value from (1). The value from (1) must be a valid logical immediate.

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