Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c34 typedef __m128i xmmi; typedef
62 xmmi v;
72 xmmi H[5]; /* 80 bytes */
93 _mm_storeu_si128((xmmi *)(dst + 0), in poly1305_block_copy()
94 _mm_loadu_si128((const xmmi *)(dst + offset + 0))); in poly1305_block_copy()
95 _mm_storeu_si128((xmmi *)(dst + 16), in poly1305_block_copy()
96 _mm_loadu_si128((const xmmi *)(dst + offset + 16))); in poly1305_block_copy()
100 _mm_storeu_si128((xmmi *)dst, _mm_loadu_si128((const xmmi *)(dst + offset))); in poly1305_block_copy()
187 const xmmi MMASK = _mm_load_si128((const xmmi *)poly1305_x64_sse2_message_mask); in poly1305_first_block()
188 const xmmi FIVE = _mm_load_si128((const xmmi *)poly1305_x64_sse2_5); in poly1305_first_block()
[all …]