Searched refs:vec_vand (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h880 /* vec_vand */
882 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a, function
887 static vector signed char __ATTRS_o_ai vec_vand(vector bool char __a, function
892 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a, function
897 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a, function
902 static vector unsigned char __ATTRS_o_ai vec_vand(vector bool char __a, function
907 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a, function
912 static vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, function
917 static vector short __ATTRS_o_ai vec_vand(vector short __a, vector short __b) { function
921 static vector short __ATTRS_o_ai vec_vand(vecto function
926 static vector short __ATTRS_o_ai vec_vand(vector short __a, function
931 static vector unsigned short __ATTRS_o_ai vec_vand(vector unsigned short __a, function
936 static vector unsigned short __ATTRS_o_ai vec_vand(vector bool short __a, function
941 static vector unsigned short __ATTRS_o_ai vec_vand(vector unsigned short __a, function
946 static vector bool short __ATTRS_o_ai vec_vand(vector bool short __a, function
951 static vector int __ATTRS_o_ai vec_vand(vector int __a, vector int __b) { function
955 static vector int __ATTRS_o_ai vec_vand(vector bool int __a, vector int __b) { function
959 static vector int __ATTRS_o_ai vec_vand(vector int __a, vector bool int __b) { function
963 static vector unsigned int __ATTRS_o_ai vec_vand(vector unsigned int __a, function
968 static vector unsigned int __ATTRS_o_ai vec_vand(vector bool int __a, function
973 static vector unsigned int __ATTRS_o_ai vec_vand(vector unsigned int __a, function
978 static vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, function
983 static vector float __ATTRS_o_ai vec_vand(vector float __a, vector float __b) { function
989 static vector float __ATTRS_o_ai vec_vand(vector bool int __a, function
996 static vector float __ATTRS_o_ai vec_vand(vector float __a, function
1005 vec_vand(vector signed long long __a, vector signed long long __b) { function
1010 vec_vand(vector bool long long __a, vector signed long long __b) { function
1015 vec_vand(vector signed long long __a, vector bool long long __b) { function
1020 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { function
1025 vec_vand(vector bool long long __a, vector unsigned long long __b) { function
1030 vec_vand(vector unsigned long long __a, vector bool long long __b) { function
1034 static vector bool long long __ATTRS_o_ai vec_vand(vector bool long long __a, function
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and macro

Completed in 76 milliseconds