Searched refs:vec_nor (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h78 #define vec_vnor vec_nor
219 #define vec_nor __builtin_vec_nor macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h5977 /*-- 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(__vecto 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...]
H A Daltivec.h6712 /* vec_nor */
6714 #define __builtin_altivec_vnor vec_nor
6717 vec_nor(vector signed char __a, vector signed char __b) { function
6722 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
6726 static __inline__ vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, function
6731 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, function
6737 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
6742 vec_nor(vector bool short __a, vector bool short __b) { function
6746 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, function
6752 vec_nor(vecto function
6756 static __inline__ vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, function
6761 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, function
6769 static __inline__ vector double __ATTRS_o_ai vec_nor(vector double __a, function
6833 vec_nor(vector signed long long __a, vector signed long long __b) { function
6838 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
6843 vec_nor(vector bool long long __a, vector bool long long __b) { function
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h382 return ((__m128d)vec_nor(__temp, __temp));
430 __c = vec_nor(__c, __c);
438 __c = vec_nor(__c, __c);
439 __d = vec_nor(__d, __d);
507 __c = vec_nor(__c, __c);
H A Dxmmintrin.h512 return ((__m128)vec_nor(__temp, __temp));
669 __c = vec_nor(__c, __c);
H A Dsmmintrin.h407 const __v16qu __notA = vec_nor((__v16qu)__A, (__v16qu)__A);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h95 #define vec_vnor vec_nor
2874 /* vec_nor */
2877 vec_nor (vector float a1, vector float a2) function
2883 vec_nor (vector signed int a1, vector signed int a2) function
2889 vec_nor (vector unsigned int a1, vector unsigned int a2) function
2895 vec_nor (vector signed short a1, vector signed short a2) function
2901 vec_nor (vector unsigned short a1, vector unsigned short a2) function
2907 vec_nor (vector signed char a1, vector signed char a2) function
2913 vec_nor (vector unsigned char a1, vector unsigned char a2) function
7263 #define vec_nor(a macro
[all...]

Completed in 348 milliseconds