HomeSort by relevance Sort by last modified time
    Searched refs:_mm_set_epi32 (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/python/cpython3/Modules/_blake2/impl/
blake2s-load-sse2.h 19 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0)
20 #define LOAD_MSG_0_2(buf) buf = _mm_set_epi32(m7,m5,m3,m1)
21 #define LOAD_MSG_0_3(buf) buf = _mm_set_epi32(m14,m12,m10,m8)
22 #define LOAD_MSG_0_4(buf) buf = _mm_set_epi32(m15,m13,m11,m9)
23 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14)
24 #define LOAD_MSG_1_2(buf) buf = _mm_set_epi32(m6,m15,m8,m10)
25 #define LOAD_MSG_1_3(buf) buf = _mm_set_epi32(m5,m11,m0,m1)
26 #define LOAD_MSG_1_4(buf) buf = _mm_set_epi32(m3,m7,m2,m12)
27 #define LOAD_MSG_2_1(buf) buf = _mm_set_epi32(m15,m5,m12,m11)
28 #define LOAD_MSG_2_2(buf) buf = _mm_set_epi32(m13,m2,m0,m8
    [all...]
blake2s-load-xop.h 33 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
36 buf = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
39 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
42 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
45 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(5),TOB(0),TOB(0)) ); \
46 buf = _mm_perm_epi8(t0, m3, _mm_set_epi32(TOB(5),TOB(2),TOB(1),TOB(6)) );
49 t1 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(2),TOB(0),TOB(4),TOB(6)) ); \
50 buf = _mm_perm_epi8(t1, m3, _mm_set_epi32(TOB(3),TOB(7),TOB(1),TOB(0)) );
53 t0 = _mm_perm_epi8(m0, m1, _mm_set_epi32(TOB(5),TOB(0),TOB(0),TOB(1)) ); \
54 buf = _mm_perm_epi8(t0, m2, _mm_set_epi32(TOB(3),TOB(7),TOB(1),TOB(0)) )
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
txfm_common_sse2.h 22 _mm_set_epi32((int)(b), (int)(a), (int)(b), (int)(a))
avg_pred_sse2.c 48 r = _mm_set_epi32(*(const uint32_t *)(ref + 3 * ref_stride),
highbd_quantize_intrin_sse2.c 31 zbins[0] = _mm_set_epi32((int)zbin_ptr[1], (int)zbin_ptr[1], (int)zbin_ptr[1],
112 zbins[0] = _mm_set_epi32(zbin1_tmp, zbin1_tmp, zbin1_tmp, zbin0_tmp);
sum_squares_sse2.c 53 const __m128i v_zext_mask_q = _mm_set_epi32(0, 0xffffffff, 0, 0xffffffff);
  /external/webp/src/dsp/
rescaler_sse2.c 120 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER);
201 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER);
202 const __m128i mask = _mm_set_epi32(0xffffffffu, 0, 0xffffffffu, 0);
235 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale);
255 const __m128i mA = _mm_set_epi32(0, A, 0, A);
256 const __m128i mB = _mm_set_epi32(0, B, 0, B);
257 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER);
301 const __m128i mult_xy = _mm_set_epi32(0, scale_xy, 0, scale_xy);
302 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale);
303 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER)
    [all...]
filters_sse2.c 228 last = _mm_set_epi32(0, 0, 0, out[0]);
273 __m128i A = _mm_set_epi32(0, 0, 0, row[-1]); // left sample
282 __m128i mask_hi = _mm_set_epi32(0, 0, 0, 0xff);
alpha_processing_sse2.c 30 const __m128i all_0xff = _mm_set_epi32(0, 0, ~0u, ~0u);
109 const __m128i all_0xff = _mm_set_epi32(0, 0, ~0u, ~0u);
  /external/libopus/celt/x86/
celt_lpc_sse.c 61 vecNoA = _mm_set_epi32(noA, noA, noA, noA);
vq_sse2.c 60 fours = _mm_set_epi32(4, 4, 4, 4);
165 count = _mm_set_epi32(3, 2, 1, 0);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
multisample.h 112 static const __m128i tileSampleOffsetX = _mm_set_epi32(bboxRightEdge, bboxLeftEdge, bboxRightEdge, bboxLeftEdge);
121 static const __m128i tileSampleOffsetY = _mm_set_epi32(bboxBottomEdge, bboxBottomEdge, bboxTopEdge, bboxTopEdge);
222 static const __m128i tileSampleOffsetX = _mm_set_epi32(bboxRightEdge, bboxLeftEdge, bboxRightEdge, bboxLeftEdge);
231 static const __m128i tileSampleOffsetY = _mm_set_epi32(bboxBottomEdge, bboxBottomEdge, bboxTopEdge, bboxTopEdge);
343 static const __m128i tileSampleOffsetX = _mm_set_epi32(bboxRightEdge, bboxLeftEdge, bboxRightEdge, bboxLeftEdge);
352 static const __m128i tileSampleOffsetY = _mm_set_epi32(bboxBottomEdge, bboxBottomEdge, bboxTopEdge, bboxTopEdge);
468 static const __m128i tileSampleOffsetX = _mm_set_epi32(bboxRightEdge, bboxLeftEdge, bboxRightEdge, bboxLeftEdge);
477 static const __m128i tileSampleOffsetY = _mm_set_epi32(bboxBottomEdge, bboxBottomEdge, bboxTopEdge, bboxTopEdge);
601 static const __m128i tileSampleOffsetX = _mm_set_epi32(bboxRightEdge, bboxLeftEdge, bboxRightEdge, bboxLeftEdge);
610 static const __m128i tileSampleOffsetY = _mm_set_epi32(bboxBottomEdge, bboxBottomEdge, bboxTopEdge, bboxTopEdge)
    [all...]
  /external/jemalloc/test/include/test/
SFMT-sse2.h 87 mask = _mm_set_epi32(MSK4, MSK3, MSK2, MSK1);
117 mask = _mm_set_epi32(MSK4, MSK3, MSK2, MSK1);
  /external/libmpeg2/common/x86/
ideint_spatial_filter_ssse3.c 228 row1 = _mm_set_epi32(*pu4_row1tl, *pu4_row1th, *pu4_row2tl, *pu4_row2th);
229 row2 = _mm_set_epi32(*pu4_row1bl, *pu4_row1bh, *pu4_row2bl, *pu4_row2bh);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 278 __m128i wide_fx = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
314 __m128i wide_fx = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
401 __m128i wide_low = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
443 __m128i wide_low = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSE2.cpp 278 __m128i wide_fx = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
314 __m128i wide_fx = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
401 __m128i wide_low = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
443 __m128i wide_low = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 25 const __m128i M8to32 = _mm_set_epi32(0xffffff03, 0xffffff02, 0xffffff01, 0xffffff00);
37 const __m128i C0 = _mm_set_epi32(0x0000, 0x0000, 0x0000, 0x0000);
38 const __m128i C1 = _mm_set_epi32(0xffff, 0xffff, 0xffff, 0xffff);
39 const __m128i M32to16L = _mm_set_epi32(0xffffffff, 0xffffffff, 0x0d0c0908, 0x05040100);
40 const __m128i M32to16H = _mm_set_epi32(0x0d0c0908, 0x05040100, 0xffffffff, 0xffffffff);
56 const __m128i Meven = _mm_set_epi32(0x00000000, 0xffffffff, 0x00000000, 0xffffffff);
149 const __m128i Mxy = _mm_set_epi32(0xff0dff0c, 0xff09ff08, 0xff05ff04, 0xff01ff00);
150 const __m128i Mzw = _mm_set_epi32(0xff0fff0e, 0xff0bff0a, 0xff07ff06, 0xff03ff02);
204 const __m128i Mxy = _mm_set_epi32(0xff0dff0c, 0xff09ff08, 0xff05ff04, 0xff01ff00);
205 const __m128i Mzw = _mm_set_epi32(0xff0fff0e, 0xff0bff0a, 0xff07ff06, 0xff03ff02)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
opt_random.h 56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
opt_random.h 56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/ext/
opt_random.h 56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/ext/
opt_random.h 56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 306 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/libvpx/libvpx/vp9/encoder/x86/
temporal_filter_sse4.c 118 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength);
143 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength);
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 93 const Packet2d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 201 fixup13 = _mm_and_si128(fixup, _mm_set_epi32(-1,0,-1,0));

Completed in 364 milliseconds

1 2 3