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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
emmintrin.h 49 typedef unsigned char __v16qu __attribute__ ((__vector_size__ (16))); typedef
1060 return (__m128i) ((__v16qu)__A + (__v16qu)__B);
1108 return (__m128i) ((__v16qu)__A - (__v16qu)__B);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
emmintrin.h 49 typedef unsigned char __v16qu __attribute__ ((__vector_size__ (16))); typedef
1060 return (__m128i) ((__v16qu)__A + (__v16qu)__B);
1108 return (__m128i) ((__v16qu)__A - (__v16qu)__B);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
emmintrin.h 30 typedef unsigned char __v16qu __attribute__((__vector_size__(16))); typedef
2119 return (__m128i)((__v16qu)__a + (__v16qu)__b);
2572 return (__m128i)((__v16qu)__a - (__v16qu)__b);
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
emmintrin.h 54 typedef __vector unsigned char __v16qu; typedef
130 return ((__m128d)vec_ld(0, (__v16qu*)__P));
172 vec_st((__v16qu)__A, 0, (__v16qu*)__P);
780 vec_st ((__v16qu) __B, 0, (__v16qu*)__P);
869 const __v16qu pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b,
871 result = (__v4si) vec_perm ((__v16qu) temp, (__v16qu) vzero, pkperm);
904 const __v16qu pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
emmintrin.h 77 typedef __vector unsigned char __v16qu; typedef
154 return ((__m128d)vec_ld(0, (__v16qu*)__P));
197 vec_st((__v16qu)__A, 0, (__v16qu*)__P);
796 vec_st ((__v16qu) __B, 0, (__v16qu*)__P);
889 const __v16qu __pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b,
891 __result = (__v4si) vec_perm ((__v16qu) __temp, (__v16qu) __vzero, __pkperm);
928 const __v16qu __pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
emmintrin.h 77 typedef __vector unsigned char __v16qu; typedef
154 return ((__m128d)vec_ld(0, (__v16qu*)__P));
197 vec_st((__v16qu)__A, 0, (__v16qu*)__P);
796 vec_st ((__v16qu) __B, 0, (__v16qu*)__P);
889 const __v16qu __pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b,
891 __result = (__v4si) vec_perm ((__v16qu) __temp, (__v16qu) __vzero, __pkperm);
928 const __v16qu __pkperm = {0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0a, 0x0b
    [all...]

Completed in 40 milliseconds