Searched refs:v128_cmpgt_s16 (Results 1 – 6 of 6) sorted by relevance
586 return v256_from_v128(v128_cmpgt_s16(a.val[1], b.val[1]), in v256_cmpgt_s16()587 v128_cmpgt_s16(a.val[0], b.val[0])); in v256_cmpgt_s16()
224 SIMD_INLINE v128 v128_cmpgt_s16(v128 a, v128 b) { in v128_cmpgt_s16() function
515 SIMD_INLINE v128 v128_cmpgt_s16(v128 a, v128 b) { in v128_cmpgt_s16() function
666 SIMD_INLINE v128 v128_cmpgt_s16(v128 x, v128 y) { in v128_cmpgt_s16() function
555 SIMD_TUPLE(v128_cmpgt_s16, 0U, 0U));
718 MAP(v128_cmpgt_s16),