vpmaxq_s8
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | int8x16_t | vpmaxq_s8 | (int8x16_t a, int8x16_t b) | Vector arithmetic / Pairwise arithmetic / Pairwise maximum | |
Description Signed Maximum Pairwise. This instruction creates a vector by concatenating the vector elements of the first source SIMD&FP register after the vector elements of the second source SIMD&FP register, reads each pair of adjacent vector elements in the two source SIMD&FP registers, writes the largest of each pair of signed integer values into a vector, and writes the vector to the destination SIMD&FP register. Results Vd.16B result This intrinsic compiles to the following instructions: SMAXP Argument Preparation a register: Vn.16Bb register: Vm.16B Architectures A64 Operation
|
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.