SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint8x16_t[__arm_]vminq_m[_u8](uint8x16_t inactive, uint8x16_t a, uint8x16_t b, mve_pred16_t p)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:

VMSR P0,Rp

VPST

VMINT.U8 Qd,Qn,Qm

Argument Preparation
inactive register: Qda register: Qnb register: Qmp register: Rp
Architectures
MVE