Home
last modified time | relevance | path

Searched refs:v128_from_64 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h31 SIMD_INLINE v128 v128_from_64(uint64_t a, uint64_t b) { in v128_from_64() function
644 return v128_from_64((uint64_t)vreinterpret_s64_u8(vtbl2_u8( in v128_shuffle_8()
770 ? v128_from_64( in v128_shl_n_byte()
778 : (n == 8 ? v128_from_64( in v128_shl_n_byte()
780 : v128_from_64((uint64_t)vshl_n_u64( in v128_shl_n_byte()
788 ? v128_from_64( in v128_shr_n_byte()
795 : (n == 8 ? v128_from_64(0, (uint64_t)vreinterpret_u64_s64( in v128_shr_n_byte()
797 : v128_from_64( in v128_shr_n_byte()
Dv128_intrinsics_x86.h34 SIMD_INLINE v128 v128_from_64(uint64_t a, uint64_t b) { in v128_from_64() function
585 return v128_from_64((int64_t)v64_u64(v128_high_v64(a)) >> c, in v128_shr_s64()
Dv256_intrinsics_x86.h60 return v256_from_v128(v128_from_64(a, b), v128_from_64(c, d)); in v256_from_64()
Dv256_intrinsics_v128.h49 return v256_from_v128(v128_from_64(a, b), v128_from_64(c, d)); in v256_from_64()
Dv128_intrinsics.h29 SIMD_INLINE v128 v128_from_64(uint64_t hi, uint64_t lo) { in v128_from_64() function
/external/libaom/libaom/test/
Dsimd_impl.h756 INSTANTIATE(ARCH, ARCH_POSTFIX(V128_U64U64), SIMD_TUPLE(v128_from_64, 0U, 0U));
Dsimd_cmp_impl.h923 MAP(v128_from_64),