Lines Matching refs:vec_vand

880 /* vec_vand */
882 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a,
887 static vector signed char __ATTRS_o_ai vec_vand(vector bool char __a,
892 static vector signed char __ATTRS_o_ai vec_vand(vector signed char __a,
897 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a,
902 static vector unsigned char __ATTRS_o_ai vec_vand(vector bool char __a,
907 static vector unsigned char __ATTRS_o_ai vec_vand(vector unsigned char __a,
912 static vector bool char __ATTRS_o_ai vec_vand(vector bool char __a,
917 static vector short __ATTRS_o_ai vec_vand(vector short __a, vector short __b) {
921 static vector short __ATTRS_o_ai vec_vand(vector bool short __a,
926 static vector short __ATTRS_o_ai vec_vand(vector short __a,
931 static vector unsigned short __ATTRS_o_ai vec_vand(vector unsigned short __a,
936 static vector unsigned short __ATTRS_o_ai vec_vand(vector bool short __a,
941 static vector unsigned short __ATTRS_o_ai vec_vand(vector unsigned short __a,
946 static vector bool short __ATTRS_o_ai vec_vand(vector bool short __a,
951 static vector int __ATTRS_o_ai vec_vand(vector int __a, vector int __b) {
955 static vector int __ATTRS_o_ai vec_vand(vector bool int __a, vector int __b) {
959 static vector int __ATTRS_o_ai vec_vand(vector int __a, vector bool int __b) {
963 static vector unsigned int __ATTRS_o_ai vec_vand(vector unsigned int __a,
968 static vector unsigned int __ATTRS_o_ai vec_vand(vector bool int __a,
973 static vector unsigned int __ATTRS_o_ai vec_vand(vector unsigned int __a,
978 static vector bool int __ATTRS_o_ai vec_vand(vector bool int __a,
983 static vector float __ATTRS_o_ai vec_vand(vector float __a, vector float __b) {
989 static vector float __ATTRS_o_ai vec_vand(vector bool int __a,
996 static vector float __ATTRS_o_ai vec_vand(vector float __a,
1005 vec_vand(vector signed long long __a, vector signed long long __b) {
1010 vec_vand(vector bool long long __a, vector signed long long __b) {
1015 vec_vand(vector signed long long __a, vector bool long long __b) {
1020 vec_vand(vector unsigned long long __a, vector unsigned long long __b) {
1025 vec_vand(vector bool long long __a, vector unsigned long long __b) {
1030 vec_vand(vector unsigned long long __a, vector bool long long __b) {
1034 static vector bool long long __ATTRS_o_ai vec_vand(vector bool long long __a,