SVE Instruction List by Dougall Johnson
UQINCP (scalar): Unsigned saturating increment scalar by count of true predicate elements
UQINCP Xdn, Pm.B (SVE (SME
uint64_t svqincp[_n_u64]_b8(uint64_t op, svbool_t pg)
128-bit SVE
Set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.
256-bit SVE
Set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.
512-bit SVE
Set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.
Larger sizes
1024-bit SVE
Set (3) to (2) + popcount( (1) ), with unsigned saturation to 0xFFFFFFFFFFFFFFFF.
2048-bit SVE
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.