vtrn2_s32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int32x2_t | vtrn2_s32 | (int32x2_t a, int32x2_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.2S result This intrinsic compiles to the following instructions: TRN2 Argument Preparation a register: Vn.2Sb register: Vm.2S Architectures A64 Operation |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.