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
Operands
-
Zd
Destination scalable vector register (SVE) -
Pg
Mask -
Zn
First source scalable vector register (SVE)