Home
last modified time | relevance | path

Searched refs:_mm256_set_epi16 (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMathHalf.h414 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/
Davx-builtins.c804 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/
Davxintrin.h2557 _mm256_set_epi16(short __w15, short __w14, short __w13, short __w12, in _mm256_set_epi16() function
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h17 _mm256_set_epi16((int16_t)(b), (int16_t)(a), (int16_t)(b), (int16_t)(a), \