[__arm_]vminvq_p[_u32]
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Helium | uint32_t | [__arm_]vminvq_p[_u32] | (uint32_t a, uint32x4_t b, mve_pred16_t p) | Vector arithmetic / Minimum | |
Description Find the minimum value of the elements in a vector register. Store the minimum value in the general-purpose destination register only if it is smaller than the starting value of the general-purpose destination register. The general-purpose register is read as the same width as the vector elements. The result of the operation is sign-extended to 32 bits before being stored back. The absolute variant of the instruction compares the absolute value of signed vector elements and treats the value in the general-purpose register as unsigned. Results Rda result This intrinsic compiles to the following instructions: VMSR VPST VMINVT.U32 Argument Preparation a register: Rdab register: Qmp register: Rp Architectures MVE |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.