Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3151 # define XXH_vec_mulo vec_mulo macro
3155 # define XXH_vec_mulo __builtin_altivec_vmulouw macro
3160 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo() function
4176 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled); in XXH3_accumulate_512_vsx()
4217 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx()

Completed in 30 milliseconds