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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h7553 /*-- vec_srl ----------------------------------------------------------------*/
7556 vec_srl(__vector signed char __a, __vector unsigned char __b) { function
7563 vec_srl(__vector signed char __a, __vector unsigned short __b) { function
7570 vec_srl(__vector signed char __a, __vector unsigned int __b) { function
7577 vec_srl(__vector __bool char __a, __vector unsigned char __b) { function
7584 vec_srl(__vector __bool char __a, __vector unsigned short __b) { function
7591 vec_srl(__vector __bool char __a, __vector unsigned int __b) { function
7597 vec_srl(__vector unsigned char __a, __vector unsigned char __b) { function
7603 vec_srl(__vector unsigned char __a, __vector unsigned short __b) { function
7609 vec_srl(__vecto function
7614 vec_srl(__vector signed short __a, __vector unsigned char __b) { function
7621 vec_srl(__vector signed short __a, __vector unsigned short __b) { function
7628 vec_srl(__vector signed short __a, __vector unsigned int __b) { function
7635 vec_srl(__vector __bool short __a, __vector unsigned char __b) { function
7642 vec_srl(__vector __bool short __a, __vector unsigned short __b) { function
7649 vec_srl(__vector __bool short __a, __vector unsigned int __b) { function
7655 vec_srl(__vector unsigned short __a, __vector unsigned char __b) { function
7662 vec_srl(__vector unsigned short __a, __vector unsigned short __b) { function
7669 vec_srl(__vector unsigned short __a, __vector unsigned int __b) { function
7675 vec_srl(__vector signed int __a, __vector unsigned char __b) { function
7682 vec_srl(__vector signed int __a, __vector unsigned short __b) { function
7689 vec_srl(__vector signed int __a, __vector unsigned int __b) { function
7696 vec_srl(__vector __bool int __a, __vector unsigned char __b) { function
7703 vec_srl(__vector __bool int __a, __vector unsigned short __b) { function
7710 vec_srl(__vector __bool int __a, __vector unsigned int __b) { function
7716 vec_srl(__vector unsigned int __a, __vector unsigned char __b) { function
7723 vec_srl(__vector unsigned int __a, __vector unsigned short __b) { function
7730 vec_srl(__vector unsigned int __a, __vector unsigned int __b) { function
7736 vec_srl(__vector signed long long __a, __vector unsigned char __b) { function
7743 vec_srl(__vector signed long long __a, __vector unsigned short __b) { function
7750 vec_srl(__vector signed long long __a, __vector unsigned int __b) { function
7757 vec_srl(__vector __bool long long __a, __vector unsigned char __b) { function
7764 vec_srl(__vector __bool long long __a, __vector unsigned short __b) { function
7771 vec_srl(__vector __bool long long __a, __vector unsigned int __b) { function
7777 vec_srl(__vector unsigned long long __a, __vector unsigned char __b) { function
7784 vec_srl(__vector unsigned long long __a, __vector unsigned short __b) { function
7791 vec_srl(__vector unsigned long long __a, __vector unsigned int __b) { function
[all...]
H A Daltivec.h10523 /* vec_srl */
10526 vec_srl(vector signed char __a, vector unsigned char __b) { function
10532 vec_srl(vector signed char __a, vector unsigned short __b) { function
10538 vec_srl(vector signed char __a, vector unsigned int __b) { function
10544 vec_srl(vector unsigned char __a, vector unsigned char __b) { function
10550 vec_srl(vector unsigned char __a, vector unsigned short __b) { function
10556 vec_srl(vector unsigned char __a, vector unsigned int __b) { function
10562 vec_srl(vector bool char __a, vector unsigned char __b) { function
10568 vec_srl(vector bool char __a, vector unsigned short __b) { function
10574 vec_srl(vecto function
10579 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
10584 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
10589 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
10595 vec_srl(vector unsigned short __a, vector unsigned char __b) { function
10601 vec_srl(vector unsigned short __a, vector unsigned short __b) { function
10607 vec_srl(vector unsigned short __a, vector unsigned int __b) { function
10613 vec_srl(vector bool short __a, vector unsigned char __b) { function
10619 vec_srl(vector bool short __a, vector unsigned short __b) { function
10625 vec_srl(vector bool short __a, vector unsigned int __b) { function
10630 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
10635 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
10640 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
10645 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
10650 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
10655 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
10661 vec_srl(vector unsigned int __a, vector unsigned char __b) { function
10667 vec_srl(vector unsigned int __a, vector unsigned short __b) { function
10673 vec_srl(vector unsigned int __a, vector unsigned int __b) { function
10679 vec_srl(vector bool int __a, vector unsigned char __b) { function
10685 vec_srl(vector bool int __a, vector unsigned short __b) { function
10691 vec_srl(vector bool int __a, vector unsigned int __b) { function
10698 vec_srl(vector signed long long __a, vector unsigned char __b) { function
10704 vec_srl(vector unsigned long long __a, vector unsigned char __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h260 #define vec_srl __builtin_s390_vec_srl macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h266 #define vec_srl __builtin_s390_vec_srl macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h96 #define vec_vsr vec_srl
H A Dsi2vmx.h1589 return ((qword)(vec_srl((vec_uchar16)(a), vec_splat((vec_uchar16)(si_from_int(0 - count)), 3))));
1594 return ((qword)(vec_srl((vec_uchar16)(a), vec_sub(vec_splat_u8(0), vec_splat((vec_uchar16)(count), 3)))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h92 #define vec_vsr vec_srl
279 #define vec_srl __builtin_vec_srl macro
H A Dsi2vmx.h1589 return ((qword)(vec_srl((vec_uchar16)(a), vec_splat((vec_uchar16)(si_from_int(0 - count)), 3))));
1594 return ((qword)(vec_srl((vec_uchar16)(a), vec_sub(vec_splat_u8(0), vec_splat((vec_uchar16)(count), 3)))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1813 /* vec_srl (vector shift right long)
1816 #define vec_srl(_a, _b) spu_rlmaskqw(_a, 0-spu_extract((vec_int4)(_b), 3)) macro

Completed in 461 milliseconds