Searched defs:vec_andc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Daltivec.h927 /* vec_andc */
929 #define __builtin_altivec_vandc vec_andc
932 vec_andc(vector signed char __a, vector signed char __b) function
938 vec_andc(vector bool char __a, vector signed char __b) function
944 vec_andc(vector signed char __a, vector bool char __b) function
950 vec_andc(vector unsigned char __a, vector unsigned char __b) function
956 vec_andc(vector bool char __a, vector unsigned char __b) function
962 vec_andc(vector unsigned char __a, vector bool char __b) function
968 vec_andc(vector bool char __a, vector bool char __b) function
974 vec_andc(vecto function
980 vec_andc(vector bool short __a, vector short __b) function
986 vec_andc(vector short __a, vector bool short __b) function
992 vec_andc(vector unsigned short __a, vector unsigned short __b) function
998 vec_andc(vector bool short __a, vector unsigned short __b) function
1004 vec_andc(vector unsigned short __a, vector bool short __b) function
1010 vec_andc(vector bool short __a, vector bool short __b) function
1016 vec_andc(vector int __a, vector int __b) function
1022 vec_andc(vector bool int __a, vector int __b) function
1028 vec_andc(vector int __a, vector bool int __b) function
1034 vec_andc(vector unsigned int __a, vector unsigned int __b) function
1040 vec_andc(vector bool int __a, vector unsigned int __b) function
1046 vec_andc(vector unsigned int __a, vector bool int __b) function
1052 vec_andc(vector bool int __a, vector bool int __b) function
1058 vec_andc(vector float __a, vector float __b) function
1065 vec_andc(vector bool int __a, vector float __b) function
1072 vec_andc(vector float __a, vector bool int __b) function
[all...]
/external/clang/lib/include/
H A Daltivec.h927 /* vec_andc */
929 #define __builtin_altivec_vandc vec_andc
932 vec_andc(vector signed char __a, vector signed char __b) function
938 vec_andc(vector bool char __a, vector signed char __b) function
944 vec_andc(vector signed char __a, vector bool char __b) function
950 vec_andc(vector unsigned char __a, vector unsigned char __b) function
956 vec_andc(vector bool char __a, vector unsigned char __b) function
962 vec_andc(vector unsigned char __a, vector bool char __b) function
968 vec_andc(vector bool char __a, vector bool char __b) function
974 vec_andc(vecto function
980 vec_andc(vector bool short __a, vector short __b) function
986 vec_andc(vector short __a, vector bool short __b) function
992 vec_andc(vector unsigned short __a, vector unsigned short __b) function
998 vec_andc(vector bool short __a, vector unsigned short __b) function
1004 vec_andc(vector unsigned short __a, vector bool short __b) function
1010 vec_andc(vector bool short __a, vector bool short __b) function
1016 vec_andc(vector int __a, vector int __b) function
1022 vec_andc(vector bool int __a, vector int __b) function
1028 vec_andc(vector int __a, vector bool int __b) function
1034 vec_andc(vector unsigned int __a, vector unsigned int __b) function
1040 vec_andc(vector bool int __a, vector unsigned int __b) function
1046 vec_andc(vector unsigned int __a, vector bool int __b) function
1052 vec_andc(vector bool int __a, vector bool int __b) function
1058 vec_andc(vector float __a, vector float __b) function
1065 vec_andc(vector bool int __a, vector float __b) function
1072 vec_andc(vector float __a, vector bool int __b) function
[all...]

Completed in 71 milliseconds