Searched refs:vec_rl (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h251 #define vec_rl __builtin_s390_vec_rl macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h257 #define vec_rl __builtin_s390_vec_rl macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h109 #define vec_vrld vec_rl
H A Dsi2vmx.h1377 return ((qword)(vec_rl((vec_ushort8)(a), (vec_ushort8)(b))));
1382 return ((qword)(vec_rl((vec_uint4)(a), (vec_uint4)(b))));
1387 return ((qword)(vec_rl((vec_ushort8)(a),
1393 return ((qword)(vec_rl((vec_uint4)(a),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1554 /* vec_rl (vector rotate left)
1557 static inline vec_uchar16 vec_rl(vec_uchar16 a, vec_uchar16 b) function
1566 static inline vec_char16 vec_rl(vec_char16 a, vec_uchar16 b) function
1568 return ((vec_char16)(vec_rl((vec_uchar16)(a), b)));
1571 static inline vec_ushort8 vec_rl(vec_ushort8 a, vec_ushort8 b) function
1576 static inline vec_short8 vec_rl(vec_short8 a, vec_ushort8 b) function
1581 static inline vec_uint4 vec_rl(vec_uint4 a, vec_uint4 b) function
1586 static inline vec_int4 vec_rl(vec_int4 a, vec_uint4 b) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h1377 return ((qword)(vec_rl((vec_ushort8)(a), (vec_ushort8)(b))));
1382 return ((qword)(vec_rl((vec_uint4)(a), (vec_uint4)(b))));
1387 return ((qword)(vec_rl((vec_ushort8)(a),
1393 return ((qword)(vec_rl((vec_uint4)(a),
H A Daltivec.h269 #define vec_rl __builtin_vec_rl macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h6517 /*-- vec_rl -----------------------------------------------------------------*/
6520 vec_rl(__vector signed char __a, __vector unsigned char __b) { function
6526 vec_rl(__vector unsigned char __a, __vector unsigned char __b) { function
6531 vec_rl(__vector signed short __a, __vector unsigned short __b) { function
6537 vec_rl(__vector unsigned short __a, __vector unsigned short __b) { function
6542 vec_rl(__vector signed int __a, __vector unsigned int __b) { function
6548 vec_rl(__vector unsigned int __a, __vector unsigned int __b) { function
6553 vec_rl(__vector signed long long __a, __vector unsigned long long __b) { function
6559 vec_rl(__vector unsigned long long __a, __vector unsigned long long __b) { function
H A Daltivec.h8207 /* vec_rl */
8210 vec_rl(vector signed char __a, vector unsigned char __b) { function
8215 vec_rl(vector unsigned char __a, vector unsigned char __b) { function
8219 static __inline__ vector short __ATTRS_o_ai vec_rl(vector short __a, function
8225 vec_rl(vector unsigned short __a, vector unsigned short __b) { function
8229 static __inline__ vector int __ATTRS_o_ai vec_rl(vector int __a, function
8235 vec_rl(vector unsigned int __a, vector unsigned int __b) { function
8241 vec_rl(vector signed long long __a, vector unsigned long long __b) { function
8246 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { function
8253 vec_rl(vecto function
8258 vec_rl(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
[all...]

Completed in 484 milliseconds