HomeSort by: relevance | last modified time | path
    Searched defs:vec_vand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 66 #define vec_vand vec_and macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 66 #define vec_vand vec_and macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 1042 /* vec_vand */
1045 vec_vand(vector signed char __a, vector signed char __b) { function
1050 vec_vand(vector bool char __a, vector signed char __b) { function
1055 vec_vand(vector signed char __a, vector bool char __b) { function
1060 vec_vand(vector unsigned char __a, vector unsigned char __b) { function
1065 vec_vand(vector bool char __a, vector unsigned char __b) { function
1070 vec_vand(vector unsigned char __a, vector bool char __b) { function
1074 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, function
1079 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1084 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a function
1089 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1095 vec_vand(vector unsigned short __a, vector unsigned short __b) { function
1100 vec_vand(vector bool short __a, vector unsigned short __b) { function
1105 vec_vand(vector unsigned short __a, vector bool short __b) { function
1110 vec_vand(vector bool short __a, vector bool short __b) { function
1114 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1119 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a, function
1124 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1130 vec_vand(vector unsigned int __a, vector unsigned int __b) { function
1135 vec_vand(vector bool int __a, vector unsigned int __b) { function
1140 vec_vand(vector unsigned int __a, vector bool int __b) { function
1144 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, function
1149 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1156 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a, function
1163 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1172 vec_vand(vector signed long long __a, vector signed long long __b) { function
1177 vec_vand(vector bool long long __a, vector signed long long __b) { function
1182 vec_vand(vector signed long long __a, vector bool long long __b) { function
1187 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { function
1192 vec_vand(vector bool long long __a, vector unsigned long long __b) { function
1197 vec_vand(vector unsigned long long __a, vector bool long long __b) { function
1202 vec_vand(vector bool long long __a, vector bool long long __b) { function
    [all...]

Completed in 31 milliseconds