Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c87 __m128i aa = _mm_setr_epi32(a, 0, a, 0); in gcm_mul32_nohw()
88 __m128i bb = _mm_setr_epi32(b, 0, b, 0); in gcm_mul32_nohw()
91 _mm_and_si128(aa, _mm_setr_epi32(0x11111111, 0, 0x11111111, 0)); in gcm_mul32_nohw()
93 _mm_and_si128(aa, _mm_setr_epi32(0x44444444, 0, 0x44444444, 0)); in gcm_mul32_nohw()
95 _mm_and_si128(bb, _mm_setr_epi32(0x11111111, 0, 0x22222222, 0)); in gcm_mul32_nohw()
97 _mm_and_si128(bb, _mm_setr_epi32(0x44444444, 0, 0x88888888, 0)); in gcm_mul32_nohw()
105 _mm_and_si128(aa, _mm_setr_epi32(0x22222222, 0, 0x22222222, 0)); in gcm_mul32_nohw()
107 _mm_and_si128(aa, _mm_setr_epi32(0x88888888, 0, 0x88888888, 0)); in gcm_mul32_nohw()
109 _mm_and_si128(bb, _mm_setr_epi32(0x88888888, 0, 0x11111111, 0)); in gcm_mul32_nohw()
111 _mm_and_si128(bb, _mm_setr_epi32(0x22222222, 0, 0x44444444, 0)); in gcm_mul32_nohw()
[all …]
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c87 __m128i aa = _mm_setr_epi32(a, 0, a, 0); in gcm_mul32_nohw()
88 __m128i bb = _mm_setr_epi32(b, 0, b, 0); in gcm_mul32_nohw()
91 _mm_and_si128(aa, _mm_setr_epi32(0x11111111, 0, 0x11111111, 0)); in gcm_mul32_nohw()
93 _mm_and_si128(aa, _mm_setr_epi32(0x44444444, 0, 0x44444444, 0)); in gcm_mul32_nohw()
95 _mm_and_si128(bb, _mm_setr_epi32(0x11111111, 0, 0x22222222, 0)); in gcm_mul32_nohw()
97 _mm_and_si128(bb, _mm_setr_epi32(0x44444444, 0, 0x88888888, 0)); in gcm_mul32_nohw()
105 _mm_and_si128(aa, _mm_setr_epi32(0x22222222, 0, 0x22222222, 0)); in gcm_mul32_nohw()
107 _mm_and_si128(aa, _mm_setr_epi32(0x88888888, 0, 0x88888888, 0)); in gcm_mul32_nohw()
109 _mm_and_si128(bb, _mm_setr_epi32(0x88888888, 0, 0x11111111, 0)); in gcm_mul32_nohw()
111 _mm_and_si128(bb, _mm_setr_epi32(0x22222222, 0, 0x44444444, 0)); in gcm_mul32_nohw()
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c87 __m128i aa = _mm_setr_epi32(a, 0, a, 0); in gcm_mul32_nohw()
88 __m128i bb = _mm_setr_epi32(b, 0, b, 0); in gcm_mul32_nohw()
91 _mm_and_si128(aa, _mm_setr_epi32(0x11111111, 0, 0x11111111, 0)); in gcm_mul32_nohw()
93 _mm_and_si128(aa, _mm_setr_epi32(0x44444444, 0, 0x44444444, 0)); in gcm_mul32_nohw()
95 _mm_and_si128(bb, _mm_setr_epi32(0x11111111, 0, 0x22222222, 0)); in gcm_mul32_nohw()
97 _mm_and_si128(bb, _mm_setr_epi32(0x44444444, 0, 0x88888888, 0)); in gcm_mul32_nohw()
105 _mm_and_si128(aa, _mm_setr_epi32(0x22222222, 0, 0x22222222, 0)); in gcm_mul32_nohw()
107 _mm_and_si128(aa, _mm_setr_epi32(0x88888888, 0, 0x88888888, 0)); in gcm_mul32_nohw()
109 _mm_and_si128(bb, _mm_setr_epi32(0x88888888, 0, 0x11111111, 0)); in gcm_mul32_nohw()
111 _mm_and_si128(bb, _mm_setr_epi32(0x22222222, 0, 0x44444444, 0)); in gcm_mul32_nohw()
[all …]
/external/libvpx/vpx_dsp/x86/
Dhighbd_idct4x4_add_sse2.c27 const __m128i cospi_p16_p16 = _mm_setr_epi32(cospi_16_64, 0, cospi_16_64, 0); in highbd_idct4_small_sse2()
28 const __m128i cospi_p08_p08 = _mm_setr_epi32(cospi_8_64, 0, cospi_8_64, 0); in highbd_idct4_small_sse2()
29 const __m128i cospi_p24_p24 = _mm_setr_epi32(cospi_24_64, 0, cospi_24_64, 0); in highbd_idct4_small_sse2()
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s.c306 row3 = _mm_setr_epi32( 0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A ); in blake2s_compress()
307 …row4 = _mm_xor_si128( _mm_setr_epi32( 0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19 ), LOADU( &S-… in blake2s_compress()
/external/eigen/Eigen/src/Core/arch/SSE/
DComplex.h72 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x80000000,0x80000000,0x80000000));
77 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x00000000,0x80000000,0x00000000,0x80000000));
91 const __m128 mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x00000000,0x80000000,0x00000000));
DPacketMath.h306 const Packet4f mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x0,0x80000000,0x0));
317 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0x0,0x80000000,0x0,0x0));
324 …const Packet4f mask = _mm_castsi128_ps(_mm_setr_epi32(0x80000000,0x80000000,0x80000000,0x80000000)…
329 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0x0,0x80000000,0x0,0x80000000));
334 return psub(Packet4i(_mm_setr_epi32(0,0,0,0)), a);
603 …const Packet4f mask = _mm_castsi128_ps(_mm_setr_epi32(0x7FFFFFFF,0x7FFFFFFF,0x7FFFFFFF,0x7FFFFFFF)…
608 …const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0xFFFFFFFF,0x7FFFFFFF,0xFFFFFFFF,0x7FFFFFFF)…
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h374 cstep4[j][0] = _mm_setr_epi32(0, dcdx, dcdx*2, dcdx*3); in TRI_16()
448 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3); in TRI_4()
Dlp_rast_tri.c177 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_masks_sse()
218 __m128i cstep0 = _mm_setr_epi32(c, c+dcdx, c+dcdx*2, c+dcdx*3); in build_mask_linear_sse()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sse.h238 __m128i mask = _mm_setr_epi32(~0,0,~0,0); in mm_mullo_epi32()
/external/tflite-support/third_party/zlib/
Dcrc32_simd.c129 x3 = _mm_setr_epi32(~0, 0, ~0, 0); in crc32_sse42_simd_()
/external/libaom/aom_dsp/x86/
Dmem_sse2.h51 return _mm_setr_epi32(loadu_int32((int8_t *)src + 0 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
Dmasked_variance_intrin_ssse3.c497 __m128i src = _mm_setr_epi32(*(int *)src_ptr, *(int *)&src_ptr[src_stride], in masked_variance4xh()
502 const __m128i m = _mm_setr_epi32(*(int *)m_ptr, *(int *)&m_ptr[m_stride], in masked_variance4xh()
Dintrapred_avx2.c1156 base_inc128 = _mm_setr_epi32(base, base + 2, base + 4, base + 6); in highbd_dr_prediction_32bit_z1_4xN_internal_avx2()
1163 base_inc128 = _mm_setr_epi32(base, base + 1, base + 2, base + 3); in highbd_dr_prediction_32bit_z1_4xN_internal_avx2()
2017 _mm_setr_epi32(-y * dx, (1 << 6) - y * dx, in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2028 _mm_and_si128(_mm_setr_epi32(-y * dx, (1 << 6) - y * dx, in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2043 c1234 = _mm_setr_epi32(1, 2, 3, 4); in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2050 a0_y = _mm_setr_epi32(left[base_y_c[0]], left[base_y_c[1]], in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2052 a1_y = _mm_setr_epi32(left[base_y_c[0] + 1], left[base_y_c[1] + 1], in highbd_dr_prediction_32bit_z2_Nx4_avx2()
/external/zlib/
Dcrc32_simd.c129 x3 = _mm_setr_epi32(~0, 0, ~0, 0); in crc32_sse42_simd_()
/external/clang/test/CodeGen/
Dsse2-builtins.c1073 return _mm_setr_epi32(A, B, C, D); in test_mm_setr_epi32()
/external/clang/lib/Headers/
Demmintrin.h2165 _mm_setr_epi32(int __i0, int __i1, int __i2, int __i3) in _mm_setr_epi32() function
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c4080 const_shuff_16x8b = _mm_setr_epi32(0x03010200, 0x05030402, 0x07050604, 0x09070806); in ih264_inter_pred_chroma_ssse3()
4143 const_shuff_16x8b = _mm_setr_epi32(0x03010200, 0x05030402, 0x07050604, 0x09070806); in ih264_inter_pred_chroma_ssse3()
/external/pffft/
Dsse2neon.h501 FORCE_INLINE __m128i _mm_setr_epi32(int i3, int i2, int i1, int i0) in _mm_setr_epi32() function