Searched refs:XXH_vec_mulo (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h3142 # define XXH_vec_mulo vec_mulo macro
3146 # define XXH_vec_mulo __builtin_altivec_vmulouw macro
3151 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) function
3163 # endif /* XXH_vec_mulo, XXH_vec_mule */
4198 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled);
4239 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime);

Completed in 130 milliseconds