Searched refs:_mm256_set_epi16 (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMathHalf.h | 414 result.x = _mm256_set_epi16(d, d, d, d, c, c, c, c, b, b, b, b, a, a, a, a); 472 result.x = _mm256_set_epi16( 501 result.x = _mm256_set_epi16(
|
/external/clang/test/CodeGen/ |
D | avx-builtins.c | 804 return _mm256_set_epi16(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15); in test_mm256_set_epi16()
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 2557 _mm256_set_epi16(short __w15, short __w14, short __w13, short __w12, in _mm256_set_epi16() function
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 17 _mm256_set_epi16((int16_t)(b), (int16_t)(a), (int16_t)(b), (int16_t)(a), \
|