SVE Instruction List by Dougall Johnson
See "UZP1, UZP2 (vectors)" in the exploration tools

UZP2 (vectors): Concatenate odd elements from two vectors

UZP2 Zd.B, Zn.B, Zm.B (SVE (SME
svint8_t svuzp2[_s8](svint8_t op1, svint8_t op2)
svuint8_t svuzp2[_u8](svuint8_t op1, svuint8_t op2)

128-bit SVE

Set the low half of (3) to the odd 8-bit elements from (1), and the high half of (3) to the odd 8-bit elements from (2).

256-bit SVE

Set the low half of (3) to the odd 8-bit elements from (1), and the high half of (3) to the odd 8-bit elements from (2).

512-bit SVE

Set the low half of (3) to the odd 8-bit elements from (1), and the high half of (3) to the odd 8-bit elements from (2).

Larger sizes

1024-bit SVE

Set the low half of (3) to the odd 8-bit elements from (1), and the high half of (3) to the odd 8-bit elements from (2).

2048-bit SVE

Set the low half of (3) to the odd 8-bit elements from (1), and the high half of (3) to the odd 8-bit elements from (2).

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