vtrn2q_s64
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int64x2_t | vtrn2q_s64 | (int64x2_t a, int64x2_t b) | Vector manipulation / Transpose elements | |
Description Transpose vectors (secondary). This instruction reads corresponding odd-numbered vector elements from the two source SIMD&FP registers, places each result into consecutive elements of a vector, and writes the vector to the destination SIMD&FP register. Vector elements from the first source register are placed into even-numbered elements of the destination vector, starting at zero, while vector elements from the second source register are placed into odd-numbered elements of the destination vector. Results Vd.2D result This intrinsic compiles to the following instructions: TRN2 Argument Preparation a register: Vn.2Db register: Vm.2D Architectures A64 Operation |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.