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

SQCADD: Saturating complex integer add with 90° rotate

SQCADD Zdn.S, Zdn.S, Zm.S, #90 (SVE2 (SME
svint32_t svqcadd[_s32](svint32_t op1, svint32_t op2, 90)

128-bit SVE

For each pair of 32-bit integers, considered as the real and imaginary components of a complex number, set (3) to (2) + ( (1) rotated by 90° ), with signed saturation of each component to 0x7FFFFFFF or −0x80000000 on overflow.

256-bit SVE

For each pair of 32-bit integers, considered as the real and imaginary components of a complex number, set (3) to (2) + ( (1) rotated by 90° ), with signed saturation of each component to 0x7FFFFFFF or −0x80000000 on overflow.

512-bit SVE

For each pair of 32-bit integers, considered as the real and imaginary components of a complex number, set (3) to (2) + ( (1) rotated by 90° ), with signed saturation of each component to 0x7FFFFFFF or −0x80000000 on overflow.

Larger sizes

1024-bit SVE

For each pair of 32-bit integers, considered as the real and imaginary components of a complex number, set (3) to (2) + ( (1) rotated by 90° ), with signed saturation of each component to 0x7FFFFFFF or −0x80000000 on overflow.

2048-bit SVE

For each pair of 32-bit integers, considered as the real and imaginary components of a complex number, set (3) to (2) + ( (1) rotated by 90° ), with signed saturation of each component to 0x7FFFFFFF or −0x80000000 on overflow.

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