Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h732 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()
Dv256_intrinsics_v128.h750 return v256_from_v128(v128_shl_32(a.val[1], c), v128_shl_32(a.val[0], c)); in v256_shl_32()
Dv128_intrinsics.h258 SIMD_INLINE v128 v128_shl_32(v128 a, unsigned int c) { in v128_shl_32() function
Dv128_intrinsics_x86.h563 SIMD_INLINE v128 v128_shl_32(v128 a, unsigned int c) { in v128_shl_32() function
/external/libaom/libaom/test/
Dsimd_impl.h768 SIMD_TUPLE(v128_shr_s16, 15U, 32U), SIMD_TUPLE(v128_shl_32, 31U, 32U),
Dsimd_cmp_impl.h910 MAP(v128_shl_32),