Searched refs:_mm_set_epi64x (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Modules/_blake2/impl/ |
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(m13, m9) 22 #define LOAD_MSG_1_2(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m6, m15) 23 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11) 24 #define LOAD_MSG_1_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7) 25 #define LOAD_MSG_2_1(b0, b1) b0 = _mm_set_epi64x(m12, m11); b1 = _mm_set_epi64x(m15, m5) 26 #define LOAD_MSG_2_2(b0, b1) b0 = _mm_set_epi64x(m0, m8); b1 = _mm_set_epi64x(m13, m2) [all …]
|
D | blake2s.c | 31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 ) in _mm_set_epi64x() function
|
D | blake2b.c | 31 static inline __m128i _mm_set_epi64x( const uint64_t u1, const uint64_t u0 ) in _mm_set_epi64x() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-x86-sse2.c | 64 __m128i f = _mm_set_epi64x (0, *((gint64 *) icoeff)); in inner_product_gint16_linear_1_sse2() 117 __m128i f = _mm_set_epi64x (0, *((long long *) icoeff)); in inner_product_gint16_cubic_1_sse2() 275 __m128i f = _mm_set_epi64x (0, *((gint64 *) ic)); in interpolate_gint16_linear_sse2()
|
/third_party/skia/third_party/externals/zlib/ |
D | crc_folding.c | 402 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | crc_folding.c | 400 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
/third_party/node/deps/zlib/ |
D | crc_folding.c | 411 xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]); in crc_fold_copy()
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 438 + /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ 448 + xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]);
|
/third_party/flutter/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 438 + /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ 448 + xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]);
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 438 + /* VS does not permit the use of _mm_set_epi64x in 32-bit builds */ 448 + xmm_crc_part = _mm_set_epi64x(parts[1], parts[0]);
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1488 cced974b remove _mm_set_epi64x(), which is too specific
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1283 cced974b remove _mm_set_epi64x(), which is too specific
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 50743 audio-resampler: Use _mm_set_epi64x(0, x) instead of _mm_cvtsi64_si128(x) in more places 50773 resampler: Use _mm_set_epi64x(0, x) instead of _mm_cvtsi64_si128(x)
|