Searched refs:v128_shr_s32 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 744 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()
|
D | v256_intrinsics_v128.h | 758 return v256_from_v128(v128_shr_s32(a.val[1], c), v128_shr_s32(a.val[0], c)); in v256_shr_s32()
|
D | v128_intrinsics.h | 264 SIMD_INLINE v128 v128_shr_s32(v128 a, unsigned int c) { in v128_shr_s32() function
|
D | v128_intrinsics_x86.h | 571 SIMD_INLINE v128 v128_shr_s32(v128 a, unsigned int c) { in v128_shr_s32() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 769 SIMD_TUPLE(v128_shr_u32, 31U, 32U), SIMD_TUPLE(v128_shr_s32, 31U, 32U),
|
D | simd_cmp_impl.h | 912 MAP(v128_shr_s32),
|