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

ADCLT: Add with carry long (top)

ADCLT Zda.S, Zn.S, Zm.S (SVE2 (SME
svuint32_t svadclt[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3)

128-bit SVE

Add-with-carry each pair of 32-bit integers from (2) and (3), using the carry bit from (1). Store the result, and the zero extended output carry bit, in (4).

256-bit SVE

Add-with-carry each pair of 32-bit integers from (2) and (3), using the carry bit from (1). Store the result, and the zero extended output carry bit, in (4).

512-bit SVE

Add-with-carry each pair of 32-bit integers from (2) and (3), using the carry bit from (1). Store the result, and the zero extended output carry bit, in (4).

Larger sizes

1024-bit SVE

Add-with-carry each pair of 32-bit integers from (2) and (3), using the carry bit from (1). Store the result, and the zero extended output carry bit, in (4).

2048-bit SVE

Add-with-carry each pair of 32-bit integers from (2) and (3), using the carry bit from (1). Store the result, and the zero extended output carry bit, in (4).

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