| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | mmintrin.h | 866 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) in _mm_set_pi16() argument 868 return (__m64) __builtin_ia32_vec_init_v4hi (__w0, __w1, __w2, __w3); in _mm_set_pi16() 888 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument 890 return _mm_set_pi16 (__w3, __w2, __w1, __w0); in _mm_setr_pi16()
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | mmintrin.h | 1042 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) in _mm_set_pi16() argument 1045 unsigned int __i0 = (unsigned short)__w1 << 16 | (unsigned short)__w0; in _mm_set_pi16() 1078 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument 1080 return _mm_set_pi16 (__w3, __w2, __w1, __w0); in _mm_setr_pi16()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | mmintrin.h | 1459 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument 1461 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
|
| HD | emmintrin.h | 3699 …i16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) in _mm_set_epi16() argument 3701 return __extension__ (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 }; in _mm_set_epi16() 3916 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, … in _mm_setr_epi16() argument 3918 return _mm_set_epi16(__w7, __w6, __w5, __w4, __w3, __w2, __w1, __w0); in _mm_setr_epi16()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| HD | mmintrin.h | 1339 _mm_set_pi16(short __w3, short __w2, short __w1, short __w0) { in _mm_set_pi16() argument 1342 res.as_short[0] = __w0; in _mm_set_pi16() 1380 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) { in _mm_setr_pi16() argument 1381 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | longlong.h | 253 struct {USItype __w1, __w0;} __w1w0; \ 260 (w0) = __t.__w1w0.__w0; \
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | random | 3028 static _LIBCPP_CONSTEXPR const size_t __w0 = __w / __n; 3032 static _LIBCPP_CONSTEXPR const _Working_result_type __y0 = __w0 >= _WDt ? 0 : 3033 (_Rp >> __w0) << __w0; 3034 static _LIBCPP_CONSTEXPR const _Working_result_type __y1 = __w0 >= _WDt - 1 ? 0 : 3035 (_Rp >> (__w0+1)) << (__w0+1); 3036 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask0 = __w0 > 0 ? 3037 _Engine_result_type(~0) >> (_EDt - __w0) : 3039 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ? 3040 _Engine_result_type(~0) >> (_EDt - (__w0 + 1)) : 3170 _Sp = static_cast<result_type>(__lshift<__w0>(_Sp) + (__u & __mask0)); [all …]
|