SVE Instruction List by Dougall Johnson
SMINV: Signed minimum reduction to scalar
SMINV Hd, Pg, Zn.H (SVE (SME
int16_t svminv[_s16](svbool_t pg, svint16_t op)
128-bit SVE
Find the minimum of the active signed 16-bit integer elements from (1), storing the result in (3). If there are no active elements, the result is 0x7FFF.
256-bit SVE
Find the minimum of the active signed 16-bit integer elements from (1), storing the result in (3). If there are no active elements, the result is 0x7FFF.
512-bit SVE
Find the minimum of the active signed 16-bit integer elements from (1), storing the result in (3). If there are no active elements, the result is 0x7FFF.
Larger sizes
1024-bit SVE
Find the minimum of the active signed 16-bit integer elements from (1), storing the result in (3). If there are no active elements, the result is 0x7FFF.
2048-bit SVE
Find the minimum of the active signed 16-bit integer elements from (1), storing the result in (3). If there are no active elements, the result is 0x7FFF.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.