Searched refs:xxh_u64x2 (Results 1 – 1 of 1) sorted by relevance
3089 typedef __vector unsigned long long xxh_u64x2; typedef3112 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) in XXH_vec_revb()3124 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_loadu(const void *ptr) in XXH_vec_loadu()3126 xxh_u64x2 ret; in XXH_vec_loadu()3127 XXH_memcpy(&ret, ptr, sizeof(xxh_u64x2)); in XXH_vec_loadu()3151 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo()3153 xxh_u64x2 result; in XXH_vec_mulo()3157 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mule()3159 xxh_u64x2 result; in XXH_vec_mule()4185 xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ in XXH3_accumulate_512_vsx()[all …]