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

SBCLT: Subtract with carry long (top)

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

128-bit SVE

Subtract-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

Subtract-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

Subtract-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

Subtract-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

Subtract-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.