HomeSort by: relevance | last modified time | path
    Searched defs:_mm_set_pi16 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
mmintrin.h 1326 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) function
1399 return _mm_set_pi16(__w, __w, __w, __w);
1461 return _mm_set_pi16(__w3, __w2, __w1, __w0);
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
mmintrin.h 1339 _mm_set_pi16(short __w3, short __w2, short __w1, short __w0) { function
1381 return _mm_set_pi16(__w3, __w2, __w1, __w0);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
mmintrin.h 906 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
930 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
951 return _mm_set_pi16 (__w, __w, __w, __w);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
mmintrin.h 1370 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
1413 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
mmintrin.h 906 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
930 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
951 return _mm_set_pi16 (__w, __w, __w, __w);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
mmintrin.h 1370 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
1413 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
mmintrin.h 1102 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
1140 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
mmintrin.h 1099 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) function
1137 return _mm_set_pi16 (__w3, __w2, __w1, __w0);

Completed in 49 milliseconds