Searched defs:vec_cmpne (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 1814 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function 1820 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function 1826 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function 1832 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function 1838 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function 1844 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function 1850 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function 1856 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function 1862 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function 1868 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 226 #define vec_cmpne __builtin_vec_cmpne macro
|