Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dmmintrin.h1315 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16() function
1386 return _mm_set_pi16(__w, __w, __w, __w); in _mm_set1_pi16()
1448 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
/external/eigen/Eigen/src/Core/arch/CUDA/
DTypeCasting.h202 result.x = _mm_set_pi16(h3.x, h2.x, h1.x, h0.x);
DPacketMathHalf.h1035 result.x = _mm_set_pi16(h[3].x, h[2].x, h[1].x, h[0].x);
1058 result.x = _mm_set_pi16(h[3].x, h[2].x, h[1].x, h[0].x);
1092 result.x = _mm_set_pi16(from[3*stride].x, from[2*stride].x, from[1*stride].x, from[0*stride].x);
/external/libjpeg-turbo/simd/loongson/
Dloongson-mmintrin.h77 _mm_set_pi16(uint16_t __h3, uint16_t __h2, uint16_t __h1, uint16_t __h0) in _mm_set_pi16() function
174 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()