Searched refs:c_v128_mul_s16 (Results 1 – 2 of 2) sorted by relevance
117 SIMD_INLINE v128 v128_mul_s16(v64 a, v64 b) { return c_v128_mul_s16(a, b); } in v128_mul_s16()
326 SIMD_INLINE c_v128 c_v128_mul_s16(c_v64 a, c_v64 b) { in c_v128_mul_s16() function