zip1

SVE Zip 1

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

Interleaves elements from the lower halves.

Details

The SVE Zip 1 instruction interleaves elements from the lower halves.

Pseudocode Operation

// Interleaves elements from the lower halves

Example

ZIP1 z0.s.T, z1.s.T, z2.s.T

Encoding

Binary Layout
00000101
sz
110100
00
Zm
Zn
Zd
 
Format SVE Permute
Opcode 0x05340000
Extension SVE

Operands

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