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

UQXTNT: Unsigned saturating extract narrow (top)

UQXTNT Zd.H, Zn.S (SVE2 (SME
svuint16_t svqxtnt[_u32](svuint16_t even, svuint32_t op)

128-bit SVE

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

256-bit SVE

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

512-bit SVE

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

Larger sizes

1024-bit SVE

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

2048-bit SVE

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

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