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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
mmintrin.h 1103 __vector signed int __w0, __w1; local
1117 __w0 = vec_vmulesh (__a, __b);
1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
1370 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0)
1374 __res.as_short[0] = __w0;
1411 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3)
1413 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
xmmintrin.h 1618 __vector unsigned int __w0, __w1; local
1632 __w0 = vec_vmuleuh (__a, __b);
1634 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1);
emmintrin.h 1437 __vector signed int __w0, __w1; local
1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B);
1451 return (__m128i) vec_perm (__w0, __w1, __xform1);
2059 __v4su __w0, __w1; local
2070 __w0 = vec_vmuleuh ((__v8hu)__A, (__v8hu)__B);
2072 return (__m128i) vec_perm (__w0, __w1, __xform1);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
mmintrin.h 1103 __vector signed int __w0, __w1; local
1117 __w0 = vec_vmulesh (__a, __b);
1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
1370 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0)
1374 __res.as_short[0] = __w0;
1411 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3)
1413 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
xmmintrin.h 1618 __vector unsigned int __w0, __w1; local
1632 __w0 = vec_vmuleuh (__a, __b);
1634 __c = (__vector unsigned short)vec_perm (__w0, __w1, __xform1);
emmintrin.h 1437 __vector signed int __w0, __w1; local
1449 __w0 = vec_vmulesh ((__v8hi)__A, (__v8hi)__B);
1451 return (__m128i) vec_perm (__w0, __w1, __xform1);
2063 __v4su __w0, __w1; local
2074 __w0 = vec_vmuleuh ((__v8hu)__A, (__v8hu)__B);
2076 return (__m128i) vec_perm (__w0, __w1, __xform1);

Completed in 21 milliseconds