cpy

Memory Copy (SVE2)

CPY <Zd>.<T>, <Pg>/M, <Zn>.<T>

Copies data from source to destination using SVE vector length.

Details

The Memory Copy instruction copies data from source to destination using SVE vector length.

Pseudocode Operation

// Copies data from source to destination using SVE vector length

Example

CPY z0.s.T, p0/m/M, z1.s.T

Encoding

Binary Layout
00000101
sz
1
00001
Pg
Zn
Zd
 
Format SVE2 Move
Opcode 0x05210000
Extension SVE2

Operands

  • Zd
    Destination scalable vector register (SVE)
  • Pg
    Mask
  • Zn
    First source scalable vector register (SVE)