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

UZPQ2: Concatenate odd elements within each pair of quadword vector segments

UZPQ2 Zd.H, Zn.H, Zm.H (SVE2.1 (SME2.1

128-bit SVE

Within each 128-bit segment, set the low half of the segment in (3) to the odd 16-bit elements from (1), and the high half of the segment in (3) to the odd 16-bit elements from (2).

256-bit SVE

Within each 128-bit segment, set the low half of the segment in (3) to the odd 16-bit elements from (1), and the high half of the segment in (3) to the odd 16-bit elements from (2).

512-bit SVE

Within each 128-bit segment, set the low half of the segment in (3) to the odd 16-bit elements from (1), and the high half of the segment in (3) to the odd 16-bit elements from (2).

Larger sizes

1024-bit SVE

Within each 128-bit segment, set the low half of the segment in (3) to the odd 16-bit elements from (1), and the high half of the segment in (3) to the odd 16-bit elements from (2).

2048-bit SVE

Within each 128-bit segment, set the low half of the segment in (3) to the odd 16-bit elements from (1), and the high half of the segment in (3) to the odd 16-bit elements from (2).

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