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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
pmmintrin.h 83 __vector unsigned char __xform1 = { local
90 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1));
102 __vector unsigned char __xform1 = { local
109 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1));
mmintrin.h 1104 __vector unsigned char __xform1 = { local
1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
xmmintrin.h 1619 __vector unsigned char __xform1 = { local
1634 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1);
emmintrin.h 1439 __vector unsigned char __xform1 = { local
1451 return (__m128i) vec_perm (__w0, __w1, __xform1);
2060 __v16qu __xform1 = { local
2072 return (__m128i) vec_perm (__w0, __w1, __xform1);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
pmmintrin.h 83 __vector unsigned char __xform1 = { local
90 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1));
102 __vector unsigned char __xform1 = { local
109 vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform1));
mmintrin.h 1104 __vector unsigned char __xform1 = { local
1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
xmmintrin.h 1619 __vector unsigned char __xform1 = { local
1634 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1);
emmintrin.h 1439 __vector unsigned char __xform1 = { local
1451 return (__m128i) vec_perm (__w0, __w1, __xform1);
2064 __v16qu __xform1 = { local
2076 return (__m128i) vec_perm (__w0, __w1, __xform1);

Completed in 36 milliseconds