Searched refs:__w2 (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Headers/
H A Dmmintrin.h429 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) argument
431 return _mm_set_pi16(__w3, __w2, __w1, __w0);
H A Demmintrin.h1154 _mm_set_epi16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) argument
1156 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 };
1208 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) argument
1210 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 };
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dmmintrin.h429 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) argument
431 return _mm_set_pi16(__w3, __w2, __w1, __w0);
H A Demmintrin.h1973 /// \param __w2
1985 _mm_set_epi16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) argument
1987 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 };
2146 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, short __w7) argument
2148 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 };

Completed in 167 milliseconds