Searched refs:vec_nor (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | vecintrin.h | 4889 vec_nor(vector bool char __a, vector bool char __b) { in vec_nor() function 4894 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor() function 4899 vec_nor(vector bool char __a, vector signed char __b) { in vec_nor() function 4904 vec_nor(vector signed char __a, vector bool char __b) { in vec_nor() function 4909 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor() function 4914 vec_nor(vector bool char __a, vector unsigned char __b) { in vec_nor() function 4919 vec_nor(vector unsigned char __a, vector bool char __b) { in vec_nor() function 4924 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor() function 4929 vec_nor(vector signed short __a, vector signed short __b) { in vec_nor() function 4934 vec_nor(vector bool short __a, vector signed short __b) { in vec_nor() function [all …]
|
| HD | altivec.h | 4577 #define __builtin_altivec_vnor vec_nor 4579 static vector signed char __ATTRS_o_ai vec_nor(vector signed char __a, in vec_nor() function 4584 static vector unsigned char __ATTRS_o_ai vec_nor(vector unsigned char __a, in vec_nor() function 4589 static vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, in vec_nor() function 4594 static vector short __ATTRS_o_ai vec_nor(vector short __a, vector short __b) { in vec_nor() function 4598 static vector unsigned short __ATTRS_o_ai vec_nor(vector unsigned short __a, in vec_nor() function 4603 static vector bool short __ATTRS_o_ai vec_nor(vector bool short __a, in vec_nor() function 4608 static vector int __ATTRS_o_ai vec_nor(vector int __a, vector int __b) { in vec_nor() function 4612 static vector unsigned int __ATTRS_o_ai vec_nor(vector unsigned int __a, in vec_nor() function 4617 static vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, in vec_nor() function [all …]
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | altivec.h | 78 #define vec_vnor vec_nor 219 #define vec_nor __builtin_vec_nor macro
|
| /NextBSD/contrib/gcc/doc/ |
| HD | extend.texi | 8814 vector float vec_nor (vector float, vector float); 8815 vector signed int vec_nor (vector signed int, vector signed int); 8816 vector unsigned int vec_nor (vector unsigned int, vector unsigned int); 8817 vector bool int vec_nor (vector bool int, vector bool int); 8818 vector signed short vec_nor (vector signed short, vector signed short); 8819 vector unsigned short vec_nor (vector unsigned short, 8821 vector bool short vec_nor (vector bool short, vector bool short); 8822 vector signed char vec_nor (vector signed char, vector signed char); 8823 vector unsigned char vec_nor (vector unsigned char, 8825 vector bool char vec_nor (vector bool char, vector bool char);
|