SVE Instruction List by Dougall Johnson
See "SMLSLT (indexed)" in the exploration tools

SMLSLT (indexed): Signed multiply-subtract long from accumulator (top, indexed)

SMLSLT Zda.S, Zn.H, Zm.H[imm] (SVE2 (SME
svint32_t svmlslt_lane[_s32](svint32_t op1, svint16_t op2, svint16_t op3, uint64_t imm_index)

128-bit SVE

Multiply each odd signed 16-bit integer from (2), with the signed 16-bit integer specified by imm from (1), then subtract this from to the 32-bit integer from (3), and set (4) to the result.

256-bit SVE

Multiply each odd signed 16-bit integer from (2), with the signed 16-bit integer specified by imm from (1), then subtract this from to the 32-bit integer from (3), and set (4) to the result.

512-bit SVE

Multiply each odd signed 16-bit integer from (2), with the signed 16-bit integer specified by imm from (1), then subtract this from to the 32-bit integer from (3), and set (4) to the result.

Larger sizes

1024-bit SVE

Multiply each odd signed 16-bit integer from (2), with the signed 16-bit integer specified by imm from (1), then subtract this from to the 32-bit integer from (3), and set (4) to the result.

2048-bit SVE

Multiply each odd signed 16-bit integer from (2), with the signed 16-bit integer specified by imm from (1), then subtract this from to the 32-bit integer from (3), and set (4) to the result.

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