SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint16x8_t[__arm_]vminaq[_s16](uint16x8_t a, int16x8_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
Qda result
This intrinsic compiles to the following instructions:

VMINA.S16 Qda,Qm

Argument Preparation
a register: Qdab register: Qm
Architectures
MVE