SVE Instruction List by Dougall Johnson
ZIP2 (predicates): Interleave elements from high halves of two predicates
ZIP2 Pd.D, Pn.D, Pm.D (SVE (SME
svbool_t svzip2_b64(svbool_t op1, svbool_t op2)
128-bit SVE
Set (3) to the interleaved 8-bit segments from the high halves of (1) and (2).
256-bit SVE
Set (3) to the interleaved 8-bit segments from the high halves of (1) and (2).
512-bit SVE
Set (3) to the interleaved 8-bit segments from the high halves of (1) and (2).
Larger sizes
1024-bit SVE
Set (3) to the interleaved 8-bit segments from the high halves of (1) and (2).
2048-bit SVE
Set (3) to the interleaved 8-bit segments from the high halves of (1) and (2).
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.