SVE Instruction List by Dougall Johnson
See "ST1W (vector plus immediate)" in the exploration tools

ST1W (vector plus immediate): Scatter store words from a vector (immediate index)

ST1W { Zt.D }, Pg, [Zn.D, #imm] (SVE+NS
void svst1w_scatter[_u64base]_offset[_s64](svbool_t pg, svuint64_t bases, int64_t offset, svint64_t data)
void svst1w_scatter[_u64base]_offset[_u64](svbool_t pg, svuint64_t bases, int64_t offset, svuint64_t data)

128-bit SVE

See the documentation for more information.

256-bit SVE

See the documentation for more information.

512-bit SVE

See the documentation for more information.

Larger sizes

1024-bit SVE

See the documentation for more information.

2048-bit SVE

See the documentation for more information.

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