HomeSort by: relevance | last modified time | path
    Searched defs:__m128i_u (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/crypto/arch/x86/
immintrin.h 57 typedef long long __m128i_u typedef
74 typedef long long __m128i_u typedef
124 _mm_loadu_si128(const __m128i_u *__p)
129 return ((const struct { __m128i_u __v; } _PACKALIAS *)__p)->__v;
301 _mm_storeu_si128(__m128i_u *__p, __m128i __v)
306 ((struct { __m128i_u __v; } _PACKALIAS *)__p)->__v = __v;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
emmintrin.h 57 typedef long long __m128i_u __attribute__ ((__vector_size__ (16), __may_alias__, __aligned__ (1))); typedef
704 _mm_loadu_si128 (__m128i_u const *__P)
710 _mm_loadl_epi64 (__m128i_u const *__P)
718 return _mm_loadl_epi64 ((__m128i_u const *)__P);
740 _mm_storeu_si128 (__m128i_u *__P, __m128i __B)
746 _mm_storel_epi64 (__m128i_u *__P, __m128i __B)
754 _mm_storel_epi64 ((__m128i_u *)__P, __B);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
emmintrin.h 57 typedef long long __m128i_u __attribute__ ((__vector_size__ (16), __may_alias__, __aligned__ (1))); typedef
704 _mm_loadu_si128 (__m128i_u const *__P)
710 _mm_loadl_epi64 (__m128i_u const *__P)
718 return _mm_loadl_epi64 ((__m128i_u const *)__P);
740 _mm_storeu_si128 (__m128i_u *__P, __m128i __B)
746 _mm_storel_epi64 (__m128i_u *__P, __m128i __B)
754 _mm_storel_epi64 ((__m128i_u *)__P, __B);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
emmintrin.h 19 typedef long long __m128i_u __attribute__((__vector_size__(16), __aligned__(1))); typedef
3548 _mm_loadu_si128(__m128i_u const *__p)
3551 __m128i_u __v;
3569 _mm_loadl_epi64(__m128i_u const *__p)
4011 _mm_storeu_si128(__m128i_u *__p, __m128i __b)
4014 __m128i_u __v;
4123 _mm_storel_epi64(__m128i_u *__p, __m128i __a)
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
emmintrin.h 62 typedef long long __m128i_u __attribute__ ((__vector_size__ (16), __may_alias__, __aligned__ (1))); typedef
766 _mm_loadu_si128 (__m128i_u const *__P)
772 _mm_loadl_epi64 (__m128i_u const *__P)
784 _mm_storeu_si128 (__m128i_u *__P, __m128i __B)
790 _mm_storel_epi64 (__m128i_u *__P, __m128i __B)
796 _mm_movepi64_pi64 (__m128i_u __B)
2136 __m128i_u *p = (__m128i_u*)__C;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
emmintrin.h 85 typedef long long __m128i_u __attribute__ ((__vector_size__ (16), __may_alias__, __aligned__ (1))); typedef
781 _mm_loadu_si128 (__m128i_u const *__P)
787 _mm_loadl_epi64 (__m128i_u const *__P)
800 _mm_storeu_si128 (__m128i_u *__P, __m128i __B)
806 _mm_storel_epi64 (__m128i_u *__P, __m128i __B)
812 _mm_movepi64_pi64 (__m128i_u __B)
2171 __m128i_u *__p = (__m128i_u*)__C;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
emmintrin.h 85 typedef long long __m128i_u __attribute__ ((__vector_size__ (16), __may_alias__, __aligned__ (1))); typedef
781 _mm_loadu_si128 (__m128i_u const *__P)
787 _mm_loadl_epi64 (__m128i_u const *__P)
800 _mm_storeu_si128 (__m128i_u *__P, __m128i __B)
806 _mm_storel_epi64 (__m128i_u *__P, __m128i __B)
812 _mm_movepi64_pi64 (__m128i_u __B)
2175 __m128i_u *__p = (__m128i_u*)__C;

Completed in 37 milliseconds