Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c301 __m128i aw0, aw1, aw2, aw3; in br_ghash_pclmul() local
304 aw0 = _mm_loadu_si128((void *)(buf1 + 0)); in br_ghash_pclmul()
308 BYTESWAP(aw0); in br_ghash_pclmul()
314 aw0 = _mm_xor_si128(aw0, yw); in br_ghash_pclmul()
318 BK(aw0, ax0); in br_ghash_pclmul()
322 pclmulqdq11(aw0, h4w), in br_ghash_pclmul()
329 pclmulqdq00(aw0, h4w), in br_ghash_pclmul()