Home
last modified time | relevance | path

Searched refs:v128_shr_u64 (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h756 SIMD_INLINE v128 v128_shr_u64(v128 a, unsigned int c) { in v128_shr_u64() function
912 return v128_shr_u64(a, c); in v128_shr_n_u64()
Dv256_intrinsics_v128.h766 return v256_from_v128(v128_shr_u64(a.val[1], c), v128_shr_u64(a.val[0], c)); in v256_shr_u64()
Dv128_intrinsics.h270 SIMD_INLINE v128 v128_shr_u64(v128 a, unsigned int c) { in v128_shr_u64() function
Dv128_intrinsics_x86.h579 SIMD_INLINE v128 v128_shr_u64(v128 a, unsigned int c) { in v128_shr_u64() function
/external/libaom/libaom/test/
Dsimd_impl.h770 SIMD_TUPLE(v128_shl_64, 63U, 32U), SIMD_TUPLE(v128_shr_u64, 63U, 32U),
Dsimd_cmp_impl.h914 MAP(v128_shr_u64),