Home
last modified time | relevance | path

Searched refs:v128_shr_s64 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_x86.h583 SIMD_INLINE v128 v128_shr_s64(v128 a, unsigned int c) { in v128_shr_s64() function
610 v128_shr_s64(a, c) // _mm_srai_epi64 missing in gcc?
Dv256_intrinsics_x86.h652 return v256_from_v128(v128_shr_s64(v256_high_v128(a), c), in v256_shr_s64()
653 v128_shr_s64(v256_low_v128(a), c)); in v256_shr_s64()
Dv128_intrinsics_arm.h762 SIMD_INLINE v128 v128_shr_s64(v128 a, unsigned int c) { in v128_shr_s64() function
916 return v128_shr_s64(a, c); in v128_shr_n_s64()
Dv256_intrinsics_v128.h770 return v256_from_v128(v128_shr_s64(a.val[1], c), v128_shr_s64(a.val[0], c)); in v256_shr_s64()
Dv128_intrinsics.h273 SIMD_INLINE v128 v128_shr_s64(v128 a, unsigned int c) { in v128_shr_s64() function
/external/libaom/libaom/test/
Dsimd_impl.h771 SIMD_TUPLE(v128_shr_s64, 63U, 32U));
Dsimd_cmp_impl.h915 MAP(v128_shr_s64),