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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 5977 /*-- vec_nor ----------------------------------------------------------------*/
5980 vec_nor(__vector __bool char __a, __vector __bool char __b) { function
5985 vec_nor(__vector signed char __a, __vector signed char __b) { function
5991 vec_nor(__vector __bool char __a, __vector signed char __b) { function
5997 vec_nor(__vector signed char __a, __vector __bool char __b) { function
6002 vec_nor(__vector unsigned char __a, __vector unsigned char __b) { function
6008 vec_nor(__vector __bool char __a, __vector unsigned char __b) { function
6014 vec_nor(__vector unsigned char __a, __vector __bool char __b) { function
6019 vec_nor(__vector __bool short __a, __vector __bool short __b) { function
6024 vec_nor(__vector signed short __a, __vector signed short __b) function
6030 vec_nor(__vector __bool short __a, __vector signed short __b) { function
6036 vec_nor(__vector signed short __a, __vector __bool short __b) { function
6041 vec_nor(__vector unsigned short __a, __vector unsigned short __b) { function
6047 vec_nor(__vector __bool short __a, __vector unsigned short __b) { function
6053 vec_nor(__vector unsigned short __a, __vector __bool short __b) { function
6058 vec_nor(__vector __bool int __a, __vector __bool int __b) { function
6063 vec_nor(__vector signed int __a, __vector signed int __b) { function
6069 vec_nor(__vector __bool int __a, __vector signed int __b) { function
6075 vec_nor(__vector signed int __a, __vector __bool int __b) { function
6080 vec_nor(__vector unsigned int __a, __vector unsigned int __b) { function
6086 vec_nor(__vector __bool int __a, __vector unsigned int __b) { function
6092 vec_nor(__vector unsigned int __a, __vector __bool int __b) { function
6097 vec_nor(__vector __bool long long __a, __vector __bool long long __b) { function
6102 vec_nor(__vector signed long long __a, __vector signed long long __b) { function
6108 vec_nor(__vector __bool long long __a, __vector signed long long __b) { function
6114 vec_nor(__vector signed long long __a, __vector __bool long long __b) { function
6119 vec_nor(__vector unsigned long long __a, __vector unsigned long long __b) { function
6125 vec_nor(__vector __bool long long __a, __vector unsigned long long __b) { function
6131 vec_nor(__vector unsigned long long __a, __vector __bool long long __b) { function
6137 vec_nor(__vector float __a, __vector float __b) { function
6144 vec_nor(__vector double __a, __vector double __b) { function
6151 vec_nor(__vector __bool long long __a, __vector double __b) { function
6158 vec_nor(__vector double __a, __vector __bool long long __b) { function
    [all...]
altivec.h 6658 /* vec_nor */
6660 #define __builtin_altivec_vnor vec_nor
6663 vec_nor(vector signed char __a, vector signed char __b) { function
6668 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
6672 static __inline__ vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, function
6677 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, function
6683 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
6688 vec_nor(vector bool short __a, vector bool short __b) { function
6692 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, function
6698 vec_nor(vector unsigned int __a, vector unsigned int __b) function
6702 static __inline__ vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, function
6707 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, function
6715 static __inline__ vector double __ATTRS_o_ai vec_nor(vector double __a, function
6779 vec_nor(vector signed long long __a, vector signed long long __b) { function
6784 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
6789 vec_nor(vector bool long long __a, vector bool long long __b) { function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 254 #define vec_nor __builtin_s390_vec_nor macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 254 #define vec_nor __builtin_s390_vec_nor macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1287 /* vec_nor (vector logical nor)
1290 #define vec_nor(_a, _b) spu_nor(_a, _b) macro

Completed in 75 milliseconds