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

UQINCP (scalar): Unsigned saturating increment scalar by count of true predicate elements

UQINCP Xdn, Pm.S (SVE (SME
uint64_t svqincp[_n_u64]_b32(uint64_t op, svbool_t pg)

128-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.

256-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.

512-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.

Larger sizes

1024-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.

2048-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.

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