Lines Matching refs:vec_and

700 /* vec_and */
702 #define __builtin_altivec_vand vec_and
704 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a,
709 static vector signed char __ATTRS_o_ai vec_and(vector bool char __a,
714 static vector signed char __ATTRS_o_ai vec_and(vector signed char __a,
719 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a,
724 static vector unsigned char __ATTRS_o_ai vec_and(vector bool char __a,
729 static vector unsigned char __ATTRS_o_ai vec_and(vector unsigned char __a,
734 static vector bool char __ATTRS_o_ai vec_and(vector bool char __a,
739 static vector short __ATTRS_o_ai vec_and(vector short __a, vector short __b) {
743 static vector short __ATTRS_o_ai vec_and(vector bool short __a,
748 static vector short __ATTRS_o_ai vec_and(vector short __a,
753 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a,
758 static vector unsigned short __ATTRS_o_ai vec_and(vector bool short __a,
763 static vector unsigned short __ATTRS_o_ai vec_and(vector unsigned short __a,
768 static vector bool short __ATTRS_o_ai vec_and(vector bool short __a,
773 static vector int __ATTRS_o_ai vec_and(vector int __a, vector int __b) {
777 static vector int __ATTRS_o_ai vec_and(vector bool int __a, vector int __b) {
781 static vector int __ATTRS_o_ai vec_and(vector int __a, vector bool int __b) {
785 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a,
790 static vector unsigned int __ATTRS_o_ai vec_and(vector bool int __a,
795 static vector unsigned int __ATTRS_o_ai vec_and(vector unsigned int __a,
800 static vector bool int __ATTRS_o_ai vec_and(vector bool int __a,
805 static vector float __ATTRS_o_ai vec_and(vector float __a, vector float __b) {
811 static vector float __ATTRS_o_ai vec_and(vector bool int __a,
818 static vector float __ATTRS_o_ai vec_and(vector float __a,
826 static vector double __ATTRS_o_ai vec_and(vector bool long long __a, vector double __b) {
832 static vector double __ATTRS_o_ai vec_and(vector double __a, vector bool long long __b) {
838 static vector double __ATTRS_o_ai vec_and(vector double __a, vector double __b) {
845 vec_and(vector signed long long __a, vector signed long long __b) {
850 vec_and(vector bool long long __a, vector signed long long __b) {
854 static vector signed long long __ATTRS_o_ai vec_and(vector signed long long __a,
860 vec_and(vector unsigned long long __a, vector unsigned long long __b) {
865 vec_and(vector bool long long __a, vector unsigned long long __b) {
870 vec_and(vector unsigned long long __a, vector bool long long __b) {
874 static vector bool long long __ATTRS_o_ai vec_and(vector bool long long __a,