vextq_f16
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | float16x8_t | vextq_f16 | (float16x8_t a, float16x8_t b, const int n) | Vector manipulation / Extract vector from a pair of vectors | |
Description Extract vector from pair of vectors. This instruction extracts the lowest vector elements from the second source SIMD&FP register and the highest vector elements from the first source SIMD&FP register, concatenates the results into a vector, and writes the vector to the destination SIMD&FP register vector. The index value specifies the lowest vector element to extract from the first source register, and consecutive elements are extracted from the first, then second, source registers until the destination vector is filled. Results Vd.16B result This intrinsic compiles to the following instructions: EXT Argument Preparation a register: Vn.16Bb register: Vm.16Bn minimum: 0; maximum: 7 Architectures v7, A32, A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.