Searched refs:notthree (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_x86ni_ctrcbc.c | 58 __m128i erev, zero, one, four, notthree; in br_aes_x86ni_ctrcbc_ctr() local 75 notthree = _mm_sub_epi64(zero, four); in br_aes_x86ni_ctrcbc_ctr() 235 _mm_and_si128(ivx0, notthree), zero), 8)); in br_aes_x86ni_ctrcbc_ctr() 238 _mm_and_si128(ivx1, notthree), zero), 8)); in br_aes_x86ni_ctrcbc_ctr() 241 _mm_and_si128(ivx2, notthree), zero), 8)); in br_aes_x86ni_ctrcbc_ctr() 244 _mm_and_si128(ivx3, notthree), zero), 8)); in br_aes_x86ni_ctrcbc_ctr()
|