SVE Instruction List by Dougall Johnson
See "INDEX (immediates)" in the exploration tools

INDEX (immediates): Create index starting from and incremented by immediate

INDEX Zd.D, #imm1, #imm2 (SVE (SME
svint64_t svindex_s64(int64_t base, int64_t step)
svuint64_t svindex_u64(uint64_t base, uint64_t step)

128-bit SVE

Fill the 64-bit lanes of (3), with values starting from (1) in the lowest lane, and incrementing by (2) for each subsequent lane. Both immediate values are limited to -16 ≤ imm ≤ 15.

256-bit SVE

Fill the 64-bit lanes of (3), with values starting from (1) in the lowest lane, and incrementing by (2) for each subsequent lane. Both immediate values are limited to -16 ≤ imm ≤ 15.

512-bit SVE

Fill the 64-bit lanes of (3), with values starting from (1) in the lowest lane, and incrementing by (2) for each subsequent lane. Both immediate values are limited to -16 ≤ imm ≤ 15.

Larger sizes

1024-bit SVE

Fill the 64-bit lanes of (3), with values starting from (1) in the lowest lane, and incrementing by (2) for each subsequent lane. Both immediate values are limited to -16 ≤ imm ≤ 15.

2048-bit SVE

Fill the 64-bit lanes of (3), with values starting from (1) in the lowest lane, and incrementing by (2) for each subsequent lane. Both immediate values are limited to -16 ≤ imm ≤ 15.

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