zip2

SVE Zip 2

ZIP2 <Zd>.<T>, <Zn>.<T>, <Zm>.<T>

Interleaves elements from the upper halves.

Details

The SVE Zip 2 instruction interleaves elements from the upper halves.

Pseudocode Operation

// Interleaves elements from the upper halves

Example

ZIP2 z0.s.T, z1.s.T, z2.s.T

Encoding

Binary Layout
00000101
sz
110101
00
Zm
Zn
Zd
 
Format SVE Permute
Opcode 0x05350000
Extension SVE

Operands

  • Zd
    Destination scalable vector register (SVE)
  • Zn
    First source scalable vector register (SVE)
  • Zm
    Second source scalable vector register (SVE)