Home | History | Annotate | Download | only in include

Lines Matching refs:_mm256_set_m128

5047 _mm256_set_m128 (__m128 __hi, __m128 __lo)
5070 return (__m256d)_mm256_set_m128((__m128)__hi, (__m128)__lo);
5090 return (__m256i)_mm256_set_m128((__m128)__hi, (__m128)__lo);
5095 /// similar to _mm256_set_m128, but the order of the input parameters is
5113 return _mm256_set_m128(__hi, __lo);
5136 return (__m256d)_mm256_set_m128((__m128)__hi, (__m128)__lo);
5157 return (__m256i)_mm256_set_m128((__m128)__hi, (__m128)__lo);