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

SQDECP (scalar): Signed saturating decrement scalar by count of true predicate elements

SQDECP Xdn, Pm.S (SVE (SME
int64_t svqdecp[_n_s64]_b32(int64_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 signed saturation to −0x8000000000000000.

256-bit SVE

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

512-bit SVE

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

Larger sizes

1024-bit SVE

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

2048-bit SVE

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

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