Searched refs:_mm_mullo_epi16 (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/include/crt/ |
H A D | dvec.h | 310 I16vec8& operator *=(const I16vec8 &a) { return *this = (I16vec8) _mm_mullo_epi16(vec,a); } 319 inline I16vec8 operator*(const I16vec8 &a,const I16vec8 &b) { return _mm_mullo_epi16(a,b); } 352 Is16vec8& operator *=(const I16vec8 &a) { return *this = (Is16vec8) _mm_mullo_epi16(vec,a); } 393 inline Is16vec8 operator*(const Is16vec8 &a,const Is16vec8 &b) { return _mm_mullo_epi16(a,b); } 437 Iu16vec8& operator *=(const I16vec8 &a) { return *this = (Iu16vec8) _mm_mullo_epi16(vec,a); } 477 inline Iu16vec8 operator*(const Iu16vec8 &a,const Iu16vec8 &b) { return _mm_mullo_epi16(a,b); }
|
/reactos/sdk/include/vcruntime/ |
H A D | emmintrin.h | 190 extern __m128i _mm_mullo_epi16(__m128i a, __m128i b); 441 #pragma intrinsic(_mm_mullo_epi16) 1247 __INTRIN_INLINE_SSE2 __m128i _mm_mullo_epi16(__m128i a, __m128i b) in _mm_mullo_epi16() function
|
H A D | intrin.h | 417 __m128i _mm_mullo_epi16(__m128i, __m128i);
|