Searched refs:_mm_set_epi64 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | emmintrin.h | 576 _mm_set_epi64 (__m64 __q1, __m64 __q0) in _mm_set_epi64() function 618 return _mm_set_epi64 (__A, __A); in _mm_set1_epi64() 646 return _mm_set_epi64 (__q1, __q0); in _mm_setr_epi64() 689 return _mm_set_epi64 ((__m64)0LL, *(__m64 *)__P); in _mm_loadl_epi64() 719 return _mm_set_epi64 ((__m64)0LL, __A); in _mm_movpi64_epi64() 725 return _mm_set_epi64 ((__m64)0LL, _mm_movepi64_pi64 (__A)); in _mm_move_epi64()
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ppc_wrappers/ |
| D | emmintrin.h | 659 _mm_set_epi64(__m64 __q1, __m64 __q0) { in _mm_set_epi64() function 698 return _mm_set_epi64(__A, __A); in _mm_set1_epi64() 725 return _mm_set_epi64(__q1, __q0); in _mm_setr_epi64() 767 return _mm_set_epi64((__m64)0LL, *(__m64 *)__P); in _mm_loadl_epi64() 797 return _mm_set_epi64((__m64)0LL, __A); in _mm_movpi64_epi64() 803 return _mm_set_epi64((__m64)0LL, (__m64)__A[0]); in _mm_move_epi64()
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | emmintrin.h | 3447 static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_set_epi64(__m64 __q1, in _mm_set_epi64() function 3602 return _mm_set_epi64(__q, __q); in _mm_set1_epi64() 3673 return _mm_set_epi64(__q1, __q0); in _mm_setr_epi64()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | emmintrin.h | 596 _mm_set_epi64 (__m64 __A, __m64 __B) in _mm_set_epi64() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog | 10745 _mm_setzero_si128, _mm_set_epi64, _mm_set_epi32, _mm_set_epi16,
|