SVE Instruction List by Dougall Johnson
See "SABALB" in the exploration tools

SABALB: Signed absolute difference and accumulate long (bottom)

SABALB Zda.S, Zn.H, Zm.H (SVE2 (SME
svint32_t svabalb[_s32](svint32_t op1, svint16_t op2, svint16_t op3)

128-bit SVE

For each even signed 16-bit integer calculate abs( (1) − (2) ), and add that to the 32-bit integer from (3), then set (4) to the result.

256-bit SVE

For each even signed 16-bit integer calculate abs( (1) − (2) ), and add that to the 32-bit integer from (3), then set (4) to the result.

512-bit SVE

For each even signed 16-bit integer calculate abs( (1) − (2) ), and add that to the 32-bit integer from (3), then set (4) to the result.

Larger sizes

1024-bit SVE

For each even signed 16-bit integer calculate abs( (1) − (2) ), and add that to the 32-bit integer from (3), then set (4) to the result.

2048-bit SVE

For each even signed 16-bit integer calculate abs( (1) − (2) ), and add that to the 32-bit integer from (3), then set (4) to the result.

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