Home
last modified time | relevance | path

Searched refs:c_v64_shl_n_byte (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_c.h724 return c_v128_from_v64(c_v64_or(c_v64_shl_n_byte(a.v64[1], n), in c_v128_shl_n_byte()
726 c_v64_shl_n_byte(a.v64[0], n)); in c_v128_shl_n_byte()
728 return c_v128_from_v64(c_v64_shl_n_byte(a.v64[0], n - 8), c_v64_zero()); in c_v128_shl_n_byte()
735 c_v64_shl_n_byte(a.v64[1], 8 - n))); in c_v128_shr_n_byte()
Dv64_intrinsics.h202 return c_v64_shl_n_byte(a, n); in v64_shl_n_byte()
Dv64_intrinsics_c.h918 SIMD_INLINE c_v64 c_v64_shl_n_byte(c_v64 x, unsigned int i) { in c_v64_shl_n_byte() function
929 return c ? c_v64_or(c_v64_shr_n_byte(b, c), c_v64_shl_n_byte(a, 8 - c)) : b; in c_v64_align()
/external/libaom/libaom/test/
Dsimd_cmp_impl.h92 return c_v64_shl_n_byte(a, shift); in c_imm_v64_shl_n_byte()