Searched refs:vec_nor (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h78 #define vec_vnor vec_nor
219 #define vec_nor __builtin_vec_nor macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h6037 /* vec_nor */
6039 #define __builtin_altivec_vnor vec_nor
6042 vec_nor(vector signed char __a, vector signed char __b) { function
6047 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
6051 static __inline__ vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, function
6056 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, function
6062 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
6067 vec_nor(vector bool short __a, vector bool short __b) { function
6071 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, function
6077 vec_nor(vecto function
6081 static __inline__ vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, function
6086 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, function
6094 static __inline__ vector double __ATTRS_o_ai vec_nor(vector double __a, function
6158 vec_nor(vector signed long long __a, vector signed long long __b) { function
6163 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
6168 vec_nor(vector bool long long __a, vector bool long long __b) { function
[all...]
H A Dvecintrin.h5815 /*-- vec_nor ----------------------------------------------------------------*/
5818 vec_nor(vector bool char __a, vector bool char __b) { function
5823 vec_nor(vector signed char __a, vector signed char __b) { function
5829 vec_nor(vector bool char __a, vector signed char __b) { function
5835 vec_nor(vector signed char __a, vector bool char __b) { function
5840 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
5846 vec_nor(vector bool char __a, vector unsigned char __b) { function
5852 vec_nor(vector unsigned char __a, vector bool char __b) { function
5857 vec_nor(vector bool short __a, vector bool short __b) { function
5862 vec_nor(vecto function
5868 vec_nor(vector bool short __a, vector signed short __b) { function
5874 vec_nor(vector signed short __a, vector bool short __b) { function
5879 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
5885 vec_nor(vector bool short __a, vector unsigned short __b) { function
5891 vec_nor(vector unsigned short __a, vector bool short __b) { function
5896 vec_nor(vector bool int __a, vector bool int __b) { function
5901 vec_nor(vector signed int __a, vector signed int __b) { function
5907 vec_nor(vector bool int __a, vector signed int __b) { function
5913 vec_nor(vector signed int __a, vector bool int __b) { function
5918 vec_nor(vector unsigned int __a, vector unsigned int __b) { function
5924 vec_nor(vector bool int __a, vector unsigned int __b) { function
5930 vec_nor(vector unsigned int __a, vector bool int __b) { function
5935 vec_nor(vector bool long long __a, vector bool long long __b) { function
5940 vec_nor(vector signed long long __a, vector signed long long __b) { function
5946 vec_nor(vector bool long long __a, vector signed long long __b) { function
5952 vec_nor(vector signed long long __a, vector bool long long __b) { function
5957 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
5963 vec_nor(vector bool long long __a, vector unsigned long long __b) { function
5969 vec_nor(vector unsigned long long __a, vector bool long long __b) { function
5975 vec_nor(vector float __a, vector float __b) { function
5982 vec_nor(vector double __a, vector double __b) { function
5989 vec_nor(vector bool long long __a, vector double __b) { function
5996 vec_nor(vector double __a, vector bool long long __b) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h378 return ((__m128d)vec_nor (temp, temp));
436 c = vec_nor (c, c);
444 c = vec_nor (c, c);
445 d = vec_nor (d, d);
513 c = vec_nor (c, c);
H A Dxmmintrin.h511 return ((__m128)vec_nor (temp, temp));
674 c = vec_nor (c, c);

Completed in 309 milliseconds