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