Searched refs:c_v64_max_s16 (Results 1 – 3 of 3) sorted by relevance
174 SIMD_INLINE v64 v64_max_s16(v64 a, v64 b) { return c_v64_max_s16(a, b); } in v64_max_s16()
420 return c_v128_from_v64(c_v64_max_s16(a.v64[1], b.v64[1]), in c_v128_max_s16()421 c_v64_max_s16(a.v64[0], b.v64[0])); in c_v128_max_s16()
778 SIMD_INLINE c_v64 c_v64_max_s16(c_v64 a, c_v64 b) { in c_v64_max_s16() function