SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32x4_t[__arm_]vminq[_u32](uint32x4_t a, uint32x4_t b)Vector arithmetic / Minimum
Description
Find the minimum value of the elements in the source operands, and store the result in the corresponding destination elements. The absolute variant takes the elements from the destination vector, treating them as unsigned, and compares them to the absolute values of the corresponding elements in the source vector. The smaller values are stored back into the destination vector.
Results
Qd result
This intrinsic compiles to the following instructions:

VMIN.U32 Qd,Qn,Qm

Argument Preparation
a register: Qnb register: Qm
Architectures
MVE