Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


vzip2_u8(v64, v64)

Zip vectors (secondary). This instruction reads adjacent vector elements from the upper half of two source SIMD&FP registers as pairs, interleaves the pairs and places them into a vector, and writes the vector to the destination SIMD&FP register. The first pair from the first source register is placed into the two lowest vector elements, with subsequent pairs taken alternately from each source register.This instruction can be used with ZIP1 to interleave two vectors.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped. Equivalent instruction: ZIP2 Vd.8B,Vn.8B,Vm.8B
Read time 1 minuteLast updated 10 days ago

Definition

public static v64 vzip2_u8(v64 a0, v64 a1)

Parameters

a0

64-bit vector a0

a1

64-bit vector a1

Returns

Type

Description

v6464-bit vector