vtrn1_u32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint32x2_t | vtrn1_u32 | (uint32x2_t a, uint32x2_t b) | Vector manipulation / Transpose elements | |
Description Transpose vectors (primary). This instruction reads corresponding even-numbered vector elements from the two source SIMD&FP registers, starting at zero, 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: TRN1 Argument Preparation a register: Vn.2Sb register: Vm.2S Architectures A64 Operation |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.