SVE Instruction List by Dougall Johnson
See "SQXTUNT" in the exploration tools

SQXTUNT: Signed saturating unsigned extract narrow (top)

SQXTUNT Zd.H, Zn.S (SVE2 (SME
svuint16_t svqxtunt[_s32](svuint16_t even, svint32_t op)

128-bit SVE

For each signed 32-bit integer set the odd 16-bit elements of (2) to (1), with unsigned saturation to 0 or 0xFFFF, preserving even elements.

256-bit SVE

For each signed 32-bit integer set the odd 16-bit elements of (2) to (1), with unsigned saturation to 0 or 0xFFFF, preserving even elements.

512-bit SVE

For each signed 32-bit integer set the odd 16-bit elements of (2) to (1), with unsigned saturation to 0 or 0xFFFF, preserving even elements.

Larger sizes

1024-bit SVE

For each signed 32-bit integer set the odd 16-bit elements of (2) to (1), with unsigned saturation to 0 or 0xFFFF, preserving even elements.

2048-bit SVE

For each signed 32-bit integer set the odd 16-bit elements of (2) to (1), with unsigned saturation to 0 or 0xFFFF, preserving even elements.

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