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

  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
pmmintrin.h 71 __vector unsigned char xform1 = { local
78 vec_perm ((__v4sf) __X, (__v4sf) __Y, xform1));
90 __vector unsigned char xform1 = { local
97 vec_perm ((__v4sf) __X, (__v4sf) __Y, xform1));
mmintrin.h 1078 __vector unsigned char xform1 = { local
1093 c = (__vector signed short)vec_perm(w0, w1, xform1);
xmmintrin.h 1580 __vector unsigned char xform1 = { local
1595 c = (__vector unsigned short)vec_perm (w0, w1, xform1);
emmintrin.h 1407 __vector unsigned char xform1 = { local
1419 return (__m128i) vec_perm (w0, w1, xform1);
2025 __v16qu xform1 = { local
2037 return (__m128i) vec_perm (w0, w1, xform1);

Completed in 20 milliseconds