Searched refs:c_v128_shl_32 (Results 1 – 3 of 3) sorted by relevance
812 return c_v256_from_v128(c_v128_shl_32(a.v128[1], c), in c_v256_shl_32()813 c_v128_shl_32(a.v128[0], c)); in c_v256_shl_32()
775 SIMD_INLINE c_v128 c_v128_shl_32(c_v128 a, const unsigned int c) { in c_v128_shl_32() function816 return c_v128_shl_32(a, n); in c_v128_shl_n_32()
259 return c_v128_shl_32(a, c); in v128_shl_32()