Searched refs:c_v64_shl_8 (Results 1 – 3 of 3) sorted by relevance
183 SIMD_INLINE v64 v64_shl_8(v64 a, unsigned int n) { return c_v64_shl_8(a, n); } in v64_shl_8()
765 return c_v128_from_v64(c_v64_shl_8(a.v64[1], c), c_v64_shl_8(a.v64[0], c)); in c_v128_shl_8()
827 SIMD_INLINE c_v64 c_v64_shl_8(c_v64 a, unsigned int n) { in c_v64_shl_8() function947 return c_v64_shl_8(a, c); in c_v64_shl_n_8()