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

DECP (scalar): Decrement scalar by count of true predicate elements

DECP Xdn, Pm.S (SVE (SME

128-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) − popcount( (1) ).

256-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) − popcount( (1) ).

512-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) − popcount( (1) ).

Larger sizes

1024-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) − popcount( (1) ).

2048-bit SVE

Considering only predicate bits from (1) corresponding to 32-bit elements, set (3) to (2) − popcount( (1) ).

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