SVE Instruction List by Dougall Johnson
SQDECP (scalar): Signed saturating decrement scalar by count of true predicate elements
SQDECP Xdn, Pm.B, Wdn (SVE (SME
int32_t svqdecp[_n_s32]_b8(int32_t op, svbool_t pg)
128-bit SVE
Set (3) to (2) − popcount( (1) ), with signed saturation to −0x80000000, and sign extension to 64-bit.
256-bit SVE
Set (3) to (2) − popcount( (1) ), with signed saturation to −0x80000000, and sign extension to 64-bit.
512-bit SVE
Set (3) to (2) − popcount( (1) ), with signed saturation to −0x80000000, and sign extension to 64-bit.
Larger sizes
1024-bit SVE
Set (3) to (2) − popcount( (1) ), with signed saturation to −0x80000000, and sign extension to 64-bit.
2048-bit SVE
Set (3) to (2) − popcount( (1) ), with signed saturation to −0x80000000, and sign extension to 64-bit.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.