Home
last modified time | relevance | path

Searched refs:__m64_u (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/crypto/arch/x86/
H A Dimmintrin.h53 typedef int __m64_u typedef
150 int64_t __v = (int64_t)*(const __m64_u *)__p; in _mm_loadu_si64()
326 *(__m64_u *)__p = (__m64)((__v2di)__v)[0]; in _mm_storeu_si64()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Demmintrin.h709 return _mm_set_epi64 ((__m64)0LL, *(__m64_u *)__P); in _mm_loadl_epi64()
733 *(__m64_u *)__P = (__m64) ((__v2di)__B)[0]; in _mm_storel_epi64()
H A Dmmintrin.h47 typedef int __m64_u __attribute__ ((__vector_size__ (8), __may_alias__, __aligned__ (1))); typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmmintrin.h49 typedef int __m64_u __attribute__ ((__vector_size__ (8), __may_alias__, __aligned__ (1))); typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20161666 * config/i386/mmintrin.h (__m64_u): New type