Searched refs:v128_shl_32 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 732 SIMD_INLINE v128 v128_shl_32(v128 a, unsigned int c) { in v128_shl_32() function 896 return v128_shl_32(a, c); in v128_shl_n_32()
|
D | v256_intrinsics_v128.h | 750 return v256_from_v128(v128_shl_32(a.val[1], c), v128_shl_32(a.val[0], c)); in v256_shl_32()
|
D | v128_intrinsics.h | 258 SIMD_INLINE v128 v128_shl_32(v128 a, unsigned int c) { in v128_shl_32() function
|
D | v128_intrinsics_x86.h | 563 SIMD_INLINE v128 v128_shl_32(v128 a, unsigned int c) { in v128_shl_32() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 768 SIMD_TUPLE(v128_shr_s16, 15U, 32U), SIMD_TUPLE(v128_shl_32, 31U, 32U),
|
D | simd_cmp_impl.h | 910 MAP(v128_shl_32),
|