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

ST1H (vector plus immediate): Scatter store halfwords from a vector (immediate index)

ST1H { Zt.S }, Pg, [Zn.S, #imm] (SVE+NS
void svst1h_scatter[_u32base]_offset[_s32](svbool_t pg, svuint32_t bases, int64_t offset, svint32_t data)
void svst1h_scatter[_u32base]_offset[_u32](svbool_t pg, svuint32_t bases, int64_t offset, svuint32_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.