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

ADCLB: Add with carry long (bottom)

ADCLB Zda.S, Zn.S, Zm.S (SVE2 (SME
svuint32_t svadclb[_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).

Switch to Low-DPI
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.