Home
last modified time | relevance | path

Searched refs:_mm_set_epi32 (Results 1 – 25 of 80) sorted by relevance

1234

/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-load-xop.h31 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
34 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
37 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
40 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
43 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(5),TOB(0),TOB(0)) ); \
44 buf = _mm_perm_epi8(t0, m3, _mm_set_epi32(TOB(5),TOB(2),TOB(1),TOB(6)) );
47 t1 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(2),TOB(0),TOB(4),TOB(6)) ); \
48 buf = _mm_perm_epi8(t1, m3, _mm_set_epi32(TOB(3),TOB(7),TOB(1),TOB(0)) );
51 t0 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(5),TOB(0),TOB(0),TOB(1)) ); \
52 buf = _mm_perm_epi8(t0, m2, _mm_set_epi32(TOB(3),TOB(7),TOB(1),TOB(0)) );
[all …]
Dblake2s-load-sse2.h17 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0)
18 #define LOAD_MSG_0_2(buf) buf = _mm_set_epi32(m7,m5,m3,m1)
19 #define LOAD_MSG_0_3(buf) buf = _mm_set_epi32(m14,m12,m10,m8)
20 #define LOAD_MSG_0_4(buf) buf = _mm_set_epi32(m15,m13,m11,m9)
21 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14)
22 #define LOAD_MSG_1_2(buf) buf = _mm_set_epi32(m6,m15,m8,m10)
23 #define LOAD_MSG_1_3(buf) buf = _mm_set_epi32(m5,m11,m0,m1)
24 #define LOAD_MSG_1_4(buf) buf = _mm_set_epi32(m3,m7,m2,m12)
25 #define LOAD_MSG_2_1(buf) buf = _mm_set_epi32(m15,m5,m12,m11)
26 #define LOAD_MSG_2_2(buf) buf = _mm_set_epi32(m13,m2,m0,m8)
[all …]
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse2.c45 _mm_set_epi32(error_measure_lut[_mm_extract_epi16(diff_1, 3)], in av1_calc_frame_error_sse2()
50 _mm_set_epi32(error_measure_lut[_mm_extract_epi16(diff_1, 7)], in av1_calc_frame_error_sse2()
55 _mm_set_epi32(error_measure_lut[_mm_extract_epi16(diff_2, 3)], in av1_calc_frame_error_sse2()
60 _mm_set_epi32(error_measure_lut[_mm_extract_epi16(diff_2, 7)], in av1_calc_frame_error_sse2()
/external/webp/src/dsp/
Drescaler_sse2.c119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerImportRowShrink_SSE2()
200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in ProcessRow_SSE2()
201 const __m128i mask = _mm_set_epi32(0xffffffffu, 0, 0xffffffffu, 0); in ProcessRow_SSE2()
234 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); in RescalerExportRowExpand_SSE2()
253 const __m128i mA = _mm_set_epi32(0, A, 0, A); in RescalerExportRowExpand_SSE2()
254 const __m128i mB = _mm_set_epi32(0, B, 0, B); in RescalerExportRowExpand_SSE2()
255 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerExportRowExpand_SSE2()
298 const __m128i mult_xy = _mm_set_epi32(0, scale_xy, 0, scale_xy); in RescalerExportRowShrink_SSE2()
299 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale); in RescalerExportRowShrink_SSE2()
330 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); in RescalerExportRowShrink_SSE2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_sse4.c51 __m128i mask0L = _mm_set_epi32(-1, -1, 0, 0); in quantize_coeff_phase2()
52 __m128i mask0H = _mm_set_epi32(0, 0, -1, -1); in quantize_coeff_phase2()
140 qparam[0] = _mm_set_epi32(round1, round1, round1, round0); in av1_highbd_quantize_fp_sse4_1()
143 qparam[3] = _mm_set_epi32(dequant_ptr[1], dequant_ptr[1], dequant_ptr[1], in av1_highbd_quantize_fp_sse4_1()
/external/angle/third_party/zlib/
Dcrc_folding.c62 const __m128i xmm_fold4 = _mm_set_epi32( in fold_1()
88 const __m128i xmm_fold4 = _mm_set_epi32( in fold_2()
122 const __m128i xmm_fold4 = _mm_set_epi32( in fold_3()
162 const __m128i xmm_fold4 = _mm_set_epi32( in fold_4()
230 const __m128i xmm_fold4 = _mm_set_epi32( in partial_fold()
396 xmm_crc_part = _mm_set_epi32(parts[3], parts[2], parts[1], parts[0]); in crc_fold_copy()
Dadler32_simd.c95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_()
96 __m128i v_s2 = _mm_set_epi32(0, 0, 0, s2); in adler32_simd_()
97 __m128i v_s1 = _mm_set_epi32(0, 0, 0, 0); in adler32_simd_()
/external/zlib/
Dcrc_folding.c62 const __m128i xmm_fold4 = _mm_set_epi32( in fold_1()
88 const __m128i xmm_fold4 = _mm_set_epi32( in fold_2()
122 const __m128i xmm_fold4 = _mm_set_epi32( in fold_3()
162 const __m128i xmm_fold4 = _mm_set_epi32( in fold_4()
230 const __m128i xmm_fold4 = _mm_set_epi32( in partial_fold()
396 xmm_crc_part = _mm_set_epi32(parts[3], parts[2], parts[1], parts[0]); in crc_fold_copy()
Dadler32_simd.c95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_()
96 __m128i v_s2 = _mm_set_epi32(0, 0, 0, s2); in adler32_simd_()
97 __m128i v_s1 = _mm_set_epi32(0, 0, 0, 0); in adler32_simd_()
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_directional_sse4.cc104 _mm_set_epi32(0x00080007, 0x00060005, 0x00040003, 0x00020001); in DirectionalZone1_4xH()
154 upsampled ? _mm_set_epi32(0x0F0E0D0C, 0x0B0A0908, 0x07060504, 0x03020100) in DirectionalZone1_Large()
155 : _mm_set_epi32(0x08070706, 0x06050504, 0x04030302, 0x02010100); in DirectionalZone1_Large()
202 _mm_set_epi32(0x00080007, 0x00060005, 0x00040003, 0x00020001); in DirectionalZone1_Large()
266 upsampled ? _mm_set_epi32(0x0F0E0D0C, 0x0B0A0908, 0x07060504, 0x03020100) in DirectionalZone1_SSE4_1()
267 : _mm_set_epi32(0x08070706, 0x06050504, 0x04030302, 0x02010100); in DirectionalZone1_SSE4_1()
309 _mm_set_epi32(0x00080007, 0x00060005, 0x00040003, 0x00020001); in DirectionalZone1_SSE4_1()
750 _mm_set_epi32(0x00070006, 0x00050004, 0x00030002, 0x00010000); in DirectionalZone2_SSE4_1()
753 ? _mm_set_epi32(0x0F0E0D0C, 0x0B0A0908, 0x07060504, 0x03020100) in DirectionalZone2_SSE4_1()
754 : _mm_set_epi32(0x08070706, 0x06050504, 0x04030302, 0x02010100); in DirectionalZone2_SSE4_1()
[all …]
/external/rust/crates/crc32fast/src/specialized/
Dpclmulqdq.rs154 arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), in calculate()
169 arch::_mm_and_si128(x, arch::_mm_set_epi32(0, 0, 0, !0)), in calculate()
175 arch::_mm_and_si128(t1, arch::_mm_set_epi32(0, 0, 0, !0)), in calculate()
/external/libaom/libaom/aom_dsp/x86/
Dsynonyms.h71 return _mm_set_epi32(0, e1, 0, e0); in xx_set_64_from_32i()
82 return _mm_set_epi32(0, a, 0, a); in xx_set1_64_from_32i()
Dhighbd_quantize_intrin_sse2.c30 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1], in aom_highbd_quantize_b_sse2()
106 zbins[0] = _mm_set_epi32(zbin1_tmp, zbin1_tmp, zbin1_tmp, zbin0_tmp); in aom_highbd_quantize_b_32x32_sse2()
164 zbins[0] = _mm_set_epi32(zbin1_tmp, zbin1_tmp, zbin1_tmp, zbin0_tmp); in aom_highbd_quantize_b_64x64_sse2()
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dcrc_folding.c39 const __m128i xmm_fold4 = _mm_set_epi32( 0x00000001, 0x54442bd4, in fold_1()
60 const __m128i xmm_fold4 = _mm_set_epi32( 0x00000001, 0x54442bd4, in fold_2()
89 const __m128i xmm_fold4 = _mm_set_epi32( 0x00000001, 0x54442bd4, in fold_3()
124 const __m128i xmm_fold4 = _mm_set_epi32( 0x00000001, 0x54442bd4, in fold_4()
187 const __m128i xmm_fold4 = _mm_set_epi32( 0x00000001, 0x54442bd4, in partial_fold()
/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c66 _mm_set_epi32(0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff)
68 _mm_set_epi32(0x0000ff00, 0x0000ff00, 0x0000ff00, 0x0000ff00)
70 _mm_set_epi32(0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000)
72 _mm_set_epi32(0xff000000, 0xff000000, 0xff000000, 0xff000000)
74 _mm_set_epi32(0x00000000, 0x00000000, 0xffffffff, 0xffffffff)
76 _mm_set_epi32(0x00000000, 0xffffffff, 0x00000000, 0x00000000)
78 _mm_set_epi32(0xffffffff, 0x00000000, 0x00000000, 0x00000000)
94 a, _mm_set_epi32(0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff)); in aes_nohw_not()
426 _mm_set_epi32((mask), (mask), (mask), (mask))); \
788 return _mm_set_epi32(0, 0, 0, rcon); in aes_nohw_rcon_slice()
/external/libmpeg2/common/x86/
Dideint_spatial_filter_ssse3.c228 row1 = _mm_set_epi32(*pu4_row1tl, *pu4_row1th, *pu4_row2tl, *pu4_row2th); in ideint_spatial_filter_ssse3()
229 row2 = _mm_set_epi32(*pu4_row1bl, *pu4_row1bh, *pu4_row2bl, *pu4_row2bh); in ideint_spatial_filter_ssse3()
/external/jemalloc_new/test/include/test/
DSFMT-sse2.h87 mask = _mm_set_epi32(MSK4, MSK3, MSK2, MSK1); in gen_rand_all()
117 mask = _mm_set_epi32(MSK4, MSK3, MSK2, MSK1); in gen_rand_array()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec4_simd.inl447 data(_mm_set_epi32(d, c, b, a))
453 data(_mm_set_epi32(d, c, b, a))
459 data(_mm_set_epi32(d, c, b, a))
465 data(_mm_castsi128_ps(_mm_set_epi32(d, c, b, a)))
471 data(_mm_castsi128_ps(_mm_set_epi32(d, c, b, a)))
477 data(_mm_castsi128_ps(_mm_set_epi32(d, c, b, a)))
/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc360 const __m128i index = _mm_set_epi32(0x0, 0x0, 0x00040003, 0x00020001); in UpdateCdf5()
390 _mm_set_epi32(0x00080007, 0x00060005, 0x00040003, 0x00020001); in UpdateCdf7To9()
426 _mm_set_epi32(0x000a0009, 0x00080007, 0x00060005, 0x00040003); in UpdateCdf11()
459 const __m128i index = _mm_set_epi32(0x0, 0x0, 0x00040003, 0x00020001); in UpdateCdf13()
469 _mm_set_epi32(0x000c000b, 0x000a0009, 0x00080007, 0x00060005); in UpdateCdf13()
490 _mm_set_epi32(0x00080007, 0x00060005, 0x00040003, 0x00020001); in UpdateCdf16()
501 _mm_set_epi32(0x0010000f, 0x000e000d, 0x000c000b, 0x000a0009); in UpdateCdf16()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c32 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1], in vpx_highbd_quantize_b_sse2()
113 zbins[0] = _mm_set_epi32(zbin1_tmp, zbin1_tmp, zbin1_tmp, zbin0_tmp); in vpx_highbd_quantize_b_32x32_sse2()
Dtxfm_common_sse2.h22 _mm_set_epi32((int)(b), (int)(a), (int)(b), (int)(a))
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c69 _mm_set_epi32(0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff)
71 _mm_set_epi32(0x0000ff00, 0x0000ff00, 0x0000ff00, 0x0000ff00)
73 _mm_set_epi32(0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000)
75 _mm_set_epi32(0xff000000, 0xff000000, 0xff000000, 0xff000000)
77 _mm_set_epi32(0x00000000, 0x00000000, 0xffffffff, 0xffffffff)
79 _mm_set_epi32(0x00000000, 0xffffffff, 0x00000000, 0x00000000)
81 _mm_set_epi32(0xffffffff, 0x00000000, 0x00000000, 0x00000000)
97 a, _mm_set_epi32(0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff)); in aes_nohw_not()
424 _mm_set_epi32((mask), (mask), (mask), (mask))); \
922 return _mm_set_epi32(0, 0, 0, rcon); in aes_nohw_rcon_slice()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c69 _mm_set_epi32(0x000000ff, 0x000000ff, 0x000000ff, 0x000000ff)
71 _mm_set_epi32(0x0000ff00, 0x0000ff00, 0x0000ff00, 0x0000ff00)
73 _mm_set_epi32(0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000)
75 _mm_set_epi32(0xff000000, 0xff000000, 0xff000000, 0xff000000)
77 _mm_set_epi32(0x00000000, 0x00000000, 0xffffffff, 0xffffffff)
79 _mm_set_epi32(0x00000000, 0xffffffff, 0x00000000, 0x00000000)
81 _mm_set_epi32(0xffffffff, 0x00000000, 0x00000000, 0x00000000)
97 a, _mm_set_epi32(0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff)); in aes_nohw_not()
424 _mm_set_epi32((mask), (mask), (mask), (mask))); \
922 return _mm_set_epi32(0, 0, 0, rcon); in aes_nohw_rcon_slice()
/external/eigen/Eigen/src/Core/arch/SSE/
DComplex.h306 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
317 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
389 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
407 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
425 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
/external/libopus/celt/x86/
Dvq_sse2.c60 fours = _mm_set_epi32(4, 4, 4, 4); in op_pvq_search_sse2()
165 count = _mm_set_epi32(3, 2, 1, 0); in op_pvq_search_sse2()

1234