vtrn1_u8
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | uint8x8_t | vtrn1_u8 | (uint8x8_t a, uint8x8_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.8B result This intrinsic compiles to the following instructions: TRN1 Argument Preparation a register: Vn.8Bb register: Vm.8B Architectures A64 Operation |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.