SVE Instruction List by Dougall Johnson
See "SQINCP (scalar)" in the exploration tools

SQINCP (scalar): Signed saturating increment scalar by count of true predicate elements

SQINCP Xdn, Pm.B, Wdn (SVE (SME
int32_t svqincp[_n_s32]_b8(int32_t op, svbool_t pg)

128-bit SVE

Set (3) to (2) + popcount( (1) ), with signed saturation to 0x7FFFFFFF, and sign extension to 64-bit.

256-bit SVE

Set (3) to (2) + popcount( (1) ), with signed saturation to 0x7FFFFFFF, and sign extension to 64-bit.

512-bit SVE

Set (3) to (2) + popcount( (1) ), with signed saturation to 0x7FFFFFFF, and sign extension to 64-bit.

Larger sizes

1024-bit SVE

Set (3) to (2) + popcount( (1) ), with signed saturation to 0x7FFFFFFF, and sign extension to 64-bit.

2048-bit SVE

Set (3) to (2) + popcount( (1) ), with signed saturation to 0x7FFFFFFF, and sign extension to 64-bit.

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