Home
last modified time | relevance | path

Searched refs:v128_high_v64 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h27 SIMD_INLINE v64 v128_high_v64(v128 a) { return vget_high_s64(a); } in v128_high_v64() function
63 return c < 8 ? v128_from_v64(v64_align(v128_low_v64(a), v128_high_v64(b), c), in v128_align()
64 v64_align(v128_high_v64(b), v128_low_v64(b), c)) in v128_align()
66 v64_align(v128_high_v64(a), v128_low_v64(a), c - 8), in v128_align()
67 v64_align(v128_low_v64(a), v128_high_v64(b), c - 8)); in v128_align()
379 v64_ziplo_8(v128_high_v64((v128)m), v128_low_v64((v128)m))); in v128_movemask_8()
855 return v128_from_v64(v64_or(v64_shl_n_byte(v128_high_v64(a), n), in v128_shl_n_byte()
864 return v128_from_v64(v64_shr_n_byte(v128_high_v64(a), n), in v128_shr_n_byte()
866 v64_shl_n_byte(v128_high_v64(a), 8 - n))); in v128_shr_n_byte()
868 return v128_from_v64(v64_zero(), v64_shr_n_byte(v128_high_v64(a), n - 8)); in v128_shr_n_byte()
[all …]
Dv128_intrinsics_x86.h28 SIMD_INLINE v64 v128_high_v64(v128 a) { return _mm_srli_si128(a, 8); } in v128_high_v64() function
262 return v128_from_v64(v64_pack_s32_u16(v128_high_v64(a), v128_low_v64(a)), in v128_pack_s32_u16()
263 v64_pack_s32_u16(v128_high_v64(b), v128_low_v64(b))); in v128_pack_s32_u16()
342 return v64_low_u32(v128_low_v64(t)) + v64_low_u32(v128_high_v64(t)); in v128_hadd_u8()
585 return v128_from_64((int64_t)v64_u64(v128_high_v64(a)) >> c, in v128_shr_s64()
653 return v64_u64(v128_low_v64(s)) + v64_u64(v128_high_v64(s)); in v128_ssd_s16_sum()
Dv256_intrinsics_v128.h489 return v256_from_v64(v128_high_v64(a.val[1]), v128_high_v64(a.val[0]), in v256_unziphi_64()
490 v128_high_v64(b.val[1]), v128_high_v64(b.val[0])); in v256_unziphi_64()
Dv256_intrinsics_x86.h440 return v64_low_u32(v128_low_v64(lo)) + v128_low_u32(v128_high_v64(lo)); in v256_hadd_u8()
745 return v64_u64(v128_low_v64(t)) + v64_u64(v128_high_v64(t)); in v256_ssd_s16_sum()
Dv128_intrinsics.h28 SIMD_INLINE v64 v128_high_v64(v128 a) { return c_v128_high_v64(a); } in v128_high_v64() function
/external/libaom/libaom/av1/common/
Dcdef_block_simd.h385 u32_store_aligned(&dst[0 * dstride], v64_high_u32(v128_high_v64(p0))); in SIMD_FUNC()
386 u32_store_aligned(&dst[1 * dstride], v64_low_u32(v128_high_v64(p0))); in SIMD_FUNC()
533 v64_store_aligned(&dst[i * dstride], v128_high_v64(p0)); in SIMD_FUNC()
685 v64_store_aligned(&dst[i * dstride], v128_high_v64(v256_high_v128(res))); in SIMD_FUNC()
689 v128_high_v64(v256_low_v128(res))); in SIMD_FUNC()
/external/libaom/libaom/test/
Dsimd_impl.h779 SIMD_TUPLE(v128_high_v64, 0U, 0U));
Dsimd_cmp_impl.h922 MAP(v128_high_v64),