Searched refs:loadh_epi64 (Results 1 – 3 of 3) sorted by relevance
21 static INLINE __m128i loadh_epi64(const void *const src, const __m128i s) { in loadh_epi64() function38 dst = loadh_epi64((int8_t *)src + 1 * byte_stride, dst); in load_8bit_8x2_to_1_reg_sse2()
23 s[0] = loadh_epi64(s[0], src + 1 * stride); in vpx_sum_squares_2d_i16_sse2()25 s[1] = loadh_epi64(s[1], src + 3 * stride); in vpx_sum_squares_2d_i16_sse2()
43 static INLINE __m128i loadh_epi64(const __m128i s, const void *const src) { in loadh_epi64() function