Home
last modified time | relevance | path

Searched refs:c_v64_shr_s32 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics.h198 return c_v64_shr_s32(a, n); in v64_shr_s32()
Dv128_intrinsics_c.h800 return c_v128_from_v64(c_v64_shr_s32(a.v64[1], c), in c_v128_shr_s32()
801 c_v64_shr_s32(a.v64[0], c)); in c_v128_shr_s32()
Dv64_intrinsics_c.h915 SIMD_INLINE c_v64 c_v64_shr_s32(c_v64 a, unsigned int n) { in c_v64_shr_s32() function
979 return c_v64_shr_s32(a, c); in c_v64_shr_n_s32()