SVE Instruction List by Dougall Johnson
See "UUNPKHI, UUNPKLO" in the exploration tools

UUNPKHI: Unsigned unpack and extend high half of vector

UUNPKHI Zd.H, Zn.B (SVE (SME
svuint16_t svunpkhi[_u16](svuint8_t op)

128-bit SVE

Zero extend each 8-bit element from the high half of (1) to 16 bits, writing the results to the 16-bit elements of (2) in the same order.

256-bit SVE

Zero extend each 8-bit element from the high half of (1) to 16 bits, writing the results to the 16-bit elements of (2) in the same order.

512-bit SVE

Zero extend each 8-bit element from the high half of (1) to 16 bits, writing the results to the 16-bit elements of (2) in the same order.

Larger sizes

1024-bit SVE

Zero extend each 8-bit element from the high half of (1) to 16 bits, writing the results to the 16-bit elements of (2) in the same order.

2048-bit SVE

Zero extend each 8-bit element from the high half of (1) to 16 bits, writing the results to the 16-bit elements of (2) in the same order.

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