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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 255 #define vec_or __builtin_s390_vec_or macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 255 #define vec_or __builtin_s390_vec_or macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1293 /* vec_or (vector logical or)
1296 static inline vec_uchar16 vec_or(vec_uchar16 a, vec_uchar16 b) function
1301 static inline vec_char16 vec_or(vec_char16 a, vec_char16 b) function
1306 static inline vec_char16 vec_or(vec_bchar16 a, vec_char16 b) function
1311 static inline vec_char16 vec_or(vec_char16 a, vec_bchar16 b) function
1316 static inline vec_ushort8 vec_or(vec_ushort8 a, vec_ushort8 b) function
1321 static inline vec_short8 vec_or(vec_short8 a, vec_short8 b) function
1326 static inline vec_short8 vec_or(vec_bshort8 a, vec_short8 b) function
1331 static inline vec_short8 vec_or(vec_short8 a, vec_bshort8 b) function
1336 static inline vec_uint4 vec_or(vec_uint4 a, vec_uint4 b function
1341 static inline vec_int4 vec_or(vec_int4 a, vec_int4 b) function
1346 static inline vec_int4 vec_or(vec_bint4 a, vec_int4 b) function
1351 static inline vec_int4 vec_or(vec_int4 a, vec_bint4 b) function
1356 static inline vec_float4 vec_or(vec_float4 a, vec_float4 b) function
1361 static inline vec_float4 vec_or(vec_bint4 a, vec_float4 b) function
1366 static inline vec_float4 vec_or(vec_float4 a, vec_bint4 b) function
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 6794 /* vec_or */
6796 #define __builtin_altivec_vor vec_or
6799 vec_or(vector signed char __a, vector signed char __b) { function
6804 vec_or(vector bool char __a, vector signed char __b) { function
6808 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
6814 vec_or(vector unsigned char __a, vector unsigned char __b) { function
6819 vec_or(vector bool char __a, vector unsigned char __b) { function
6824 vec_or(vector unsigned char __a, vector bool char __b) { function
6828 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
6833 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a function
6838 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
6843 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
6849 vec_or(vector unsigned short __a, vector unsigned short __b) { function
6854 vec_or(vector bool short __a, vector unsigned short __b) { function
6859 vec_or(vector unsigned short __a, vector bool short __b) { function
6863 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
6868 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6873 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
6878 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6884 vec_or(vector unsigned int __a, vector unsigned int __b) { function
6889 vec_or(vector bool int __a, vector unsigned int __b) { function
6894 vec_or(vector unsigned int __a, vector bool int __b) { function
6898 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
6903 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6910 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
6917 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6925 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
6931 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6937 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6944 vec_or(vector signed long long __a, vector signed long long __b) { function
6949 vec_or(vector bool long long __a, vector signed long long __b) { function
6954 vec_or(vector signed long long __a, vector bool long long __b) { function
6959 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
6964 vec_or(vector bool long long __a, vector unsigned long long __b) { function
6969 vec_or(vector unsigned long long __a, vector bool long long __b) { function
6974 vec_or(vector bool long long __a, vector bool long long __b) { function
    [all...]

Completed in 24 milliseconds