SVE Instruction List by Dougall Johnson
See "SDOT (4-way, vectors)" in the exploration tools

SDOT (4-way, vectors): Signed integer dot product

SDOT Zda.D, Zn.H, Zm.H (SVE (SME
svint64_t svdot[_s64](svint64_t op1, svint16_t op2, svint16_t op3)

128-bit SVE

For each group of four signed 16-bit integers from (1) and (2), compute the dot-product, then add the result to the corresponding 64-bit integer accumulator from (3), setting (4) to the total.

256-bit SVE

For each group of four signed 16-bit integers from (1) and (2), compute the dot-product, then add the result to the corresponding 64-bit integer accumulator from (3), setting (4) to the total.

512-bit SVE

For each group of four signed 16-bit integers from (1) and (2), compute the dot-product, then add the result to the corresponding 64-bit integer accumulator from (3), setting (4) to the total.

Larger sizes

1024-bit SVE

For each group of four signed 16-bit integers from (1) and (2), compute the dot-product, then add the result to the corresponding 64-bit integer accumulator from (3), setting (4) to the total.

2048-bit SVE

For each group of four signed 16-bit integers from (1) and (2), compute the dot-product, then add the result to the corresponding 64-bit integer accumulator from (3), setting (4) to the total.

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