Home
last modified time | relevance | path

Searched refs:__m32_u (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/crypto/arch/x86/
H A Dimmintrin.h50 typedef int __m32_u typedef
138 int32_t __v = (*(const __m32_u *)__p)[0]; in _mm_loadu_si32()
315 *(__m32_u *)__p = (__m32)((__v4si)__v)[0]; in _mm_storeu_si32()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmmintrin.h50 typedef int __m32_u __attribute__ ((__vector_size__ (4), \ typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog8784 first rather than last element of the vector, use __m32_u to do
H A DChangeLog-20209351 Define datatype __m32_u and __m16_u.