Searched refs:_mm_set_epi64x (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/_blake2/impl/ |
H A D | blake2b-load-sse2.h | 17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4) 18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5) 19 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12) 20 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13) 21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m1 [all...] |
H A D | blake2b.c | 29 // MSVC only defines _mm_set_epi64x for x86_64... 31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 ) in _mm_set_epi64x() function
|
H A D | blake2s.c | 29 // MSVC only defines _mm_set_epi64x for x86_64... 31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 ) in _mm_set_epi64x() function
|
/third_party/node/deps/zlib/ |
H A D | crc_folding.c | 392 /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ in crc_fold_copy() 402 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc_folding.c | 392 /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ in crc_fold_copy() 402 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc_folding.c | 392 /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ in crc_fold_copy() 402 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
Completed in 4 milliseconds