Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h744 SIMD_INLINE v128 v128_shr_s32(v128 a, unsigned int c) { in v128_shr_s32() function
904 return v128_shr_s32(a, c); in v128_shr_n_s32()
Dv256_intrinsics_v128.h758 return v256_from_v128(v128_shr_s32(a.val[1], c), v128_shr_s32(a.val[0], c)); in v256_shr_s32()
Dv128_intrinsics.h264 SIMD_INLINE v128 v128_shr_s32(v128 a, unsigned int c) { in v128_shr_s32() function
Dv128_intrinsics_x86.h571 SIMD_INLINE v128 v128_shr_s32(v128 a, unsigned int c) { in v128_shr_s32() function
/external/libaom/libaom/test/
Dsimd_impl.h769 SIMD_TUPLE(v128_shr_u32, 31U, 32U), SIMD_TUPLE(v128_shr_s32, 31U, 32U),
Dsimd_cmp_impl.h912 MAP(v128_shr_s32),