Home
last modified time | relevance | path

Searched refs:c_v128_shr_s64 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_c.h816 SIMD_INLINE c_v128 c_v128_shr_s64(c_v128 a, const unsigned int c) { in c_v128_shr_s64() function
867 return c_v128_shr_s64(a, n); in c_v128_shr_n_s64()
Dv128_intrinsics.h276 return c_v128_shr_s64(a, c); in v128_shr_s64()