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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h6663 /*-- vec_sll ----------------------------------------------------------------*/
6666 vec_sll(__vector signed char __a, __vector unsigned char __b) { function
6673 vec_sll(__vector signed char __a, __vector unsigned short __b) { function
6680 vec_sll(__vector signed char __a, __vector unsigned int __b) { function
6687 vec_sll(__vector __bool char __a, __vector unsigned char __b) { function
6694 vec_sll(__vector __bool char __a, __vector unsigned short __b) { function
6701 vec_sll(__vector __bool char __a, __vector unsigned int __b) { function
6707 vec_sll(__vector unsigned char __a, __vector unsigned char __b) { function
6713 vec_sll(__vector unsigned char __a, __vector unsigned short __b) { function
6719 vec_sll(__vecto function
6724 vec_sll(__vector signed short __a, __vector unsigned char __b) { function
6731 vec_sll(__vector signed short __a, __vector unsigned short __b) { function
6738 vec_sll(__vector signed short __a, __vector unsigned int __b) { function
6745 vec_sll(__vector __bool short __a, __vector unsigned char __b) { function
6752 vec_sll(__vector __bool short __a, __vector unsigned short __b) { function
6759 vec_sll(__vector __bool short __a, __vector unsigned int __b) { function
6765 vec_sll(__vector unsigned short __a, __vector unsigned char __b) { function
6772 vec_sll(__vector unsigned short __a, __vector unsigned short __b) { function
6779 vec_sll(__vector unsigned short __a, __vector unsigned int __b) { function
6785 vec_sll(__vector signed int __a, __vector unsigned char __b) { function
6792 vec_sll(__vector signed int __a, __vector unsigned short __b) { function
6799 vec_sll(__vector signed int __a, __vector unsigned int __b) { function
6806 vec_sll(__vector __bool int __a, __vector unsigned char __b) { function
6813 vec_sll(__vector __bool int __a, __vector unsigned short __b) { function
6820 vec_sll(__vector __bool int __a, __vector unsigned int __b) { function
6826 vec_sll(__vector unsigned int __a, __vector unsigned char __b) { function
6833 vec_sll(__vector unsigned int __a, __vector unsigned short __b) { function
6840 vec_sll(__vector unsigned int __a, __vector unsigned int __b) { function
6846 vec_sll(__vector signed long long __a, __vector unsigned char __b) { function
6853 vec_sll(__vector signed long long __a, __vector unsigned short __b) { function
6860 vec_sll(__vector signed long long __a, __vector unsigned int __b) { function
6867 vec_sll(__vector __bool long long __a, __vector unsigned char __b) { function
6874 vec_sll(__vector __bool long long __a, __vector unsigned short __b) { function
6881 vec_sll(__vector __bool long long __a, __vector unsigned int __b) { function
6887 vec_sll(__vector unsigned long long __a, __vector unsigned char __b) { function
6894 vec_sll(__vector unsigned long long __a, __vector unsigned short __b) { function
6901 vec_sll(__vector unsigned long long __a, __vector unsigned int __b) { function
[all...]
H A Daltivec.h9428 /* vec_sll */
9431 vec_sll(vector signed char __a, vector unsigned char __b) { function
9437 vec_sll(vector signed char __a, vector unsigned short __b) { function
9443 vec_sll(vector signed char __a, vector unsigned int __b) { function
9449 vec_sll(vector unsigned char __a, vector unsigned char __b) { function
9455 vec_sll(vector unsigned char __a, vector unsigned short __b) { function
9461 vec_sll(vector unsigned char __a, vector unsigned int __b) { function
9467 vec_sll(vector bool char __a, vector unsigned char __b) { function
9473 vec_sll(vector bool char __a, vector unsigned short __b) { function
9479 vec_sll(vecto function
9484 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
9489 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
9494 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
9500 vec_sll(vector unsigned short __a, vector unsigned char __b) { function
9506 vec_sll(vector unsigned short __a, vector unsigned short __b) { function
9512 vec_sll(vector unsigned short __a, vector unsigned int __b) { function
9518 vec_sll(vector bool short __a, vector unsigned char __b) { function
9524 vec_sll(vector bool short __a, vector unsigned short __b) { function
9530 vec_sll(vector bool short __a, vector unsigned int __b) { function
9535 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
9540 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
9545 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
9550 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
9555 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
9560 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
9566 vec_sll(vector unsigned int __a, vector unsigned char __b) { function
9572 vec_sll(vector unsigned int __a, vector unsigned short __b) { function
9578 vec_sll(vector unsigned int __a, vector unsigned int __b) { function
9584 vec_sll(vector bool int __a, vector unsigned char __b) { function
9590 vec_sll(vector bool int __a, vector unsigned short __b) { function
9596 vec_sll(vector bool int __a, vector unsigned int __b) { function
9603 vec_sll(vector signed long long __a, vector unsigned char __b) { function
9609 vec_sll(vector unsigned long long __a, vector unsigned char __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h254 #define vec_sll __builtin_s390_vec_sll macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h260 #define vec_sll __builtin_s390_vec_sll macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h91 #define vec_vsl vec_sll
H A Dsi2vmx.h1567 result = vec_or(vec_sll((qword)(a), x), y);
1580 result = vec_or(vec_sll((qword)(a), x), y);
1712 return ((qword)(vec_sll((vec_uchar16)(a), x)));
1720 return ((qword)(vec_sll((vec_uchar16)(a), x)));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h87 #define vec_vsl vec_sll
274 #define vec_sll __builtin_vec_sll macro
H A Dsi2vmx.h1567 result = vec_or(vec_sll((qword)(a), x), y);
1580 result = vec_or(vec_sll((qword)(a), x), y);
1712 return ((qword)(vec_sll((vec_uchar16)(a), x)));
1720 return ((qword)(vec_sll((vec_uchar16)(a), x)));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1681 /* vec_sll (vector shift left long)
1684 #define vec_sll(_a, _b) spu_slqw(_a, spu_extract((vec_uint4)(_b), 0)) macro

Completed in 489 milliseconds