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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 1811 /* vec_cmpne */
1814 vec_cmpne(vector bool char __a, vector bool char __b) { function
1820 vec_cmpne(vector signed char __a, vector signed char __b) { function
1826 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { function
1832 vec_cmpne(vector bool short __a, vector bool short __b) { function
1838 vec_cmpne(vector signed short __a, vector signed short __b) { function
1844 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { function
1850 vec_cmpne(vector bool int __a, vector bool int __b) { function
1856 vec_cmpne(vector signed int __a, vector signed int __b) { function
1862 vec_cmpne(vector unsigned int __a, vector unsigned int __b) function
1868 vec_cmpne(vector float __a, vector float __b) { function
1875 vec_cmpne(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
1881 vec_cmpne(vector signed __int128 __a, vector signed __int128 __b) { function
1997 vec_cmpne(vector bool char __a, vector bool char __b) { function
2002 vec_cmpne(vector signed char __a, vector signed char __b) { function
2007 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { function
2012 vec_cmpne(vector bool short __a, vector bool short __b) { function
2017 vec_cmpne(vector signed short __a, vector signed short __b) { function
2022 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { function
2027 vec_cmpne(vector bool int __a, vector bool int __b) { function
2032 vec_cmpne(vector signed int __a, vector signed int __b) { function
2037 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { function
2042 vec_cmpne(vector float __a, vector float __b) { function
2049 vec_cmpne(vector bool long long __a, vector bool long long __b) { function
2055 vec_cmpne(vector signed long long __a, vector signed long long __b) { function
2061 vec_cmpne(vector unsigned long long __a, vector unsigned long long __b) { function
2067 vec_cmpne(vector bool long long __a, vector bool long long __b) { function
2073 vec_cmpne(vector signed long long __a, vector signed long long __b) { function
2079 vec_cmpne(vector unsigned long long __a, vector unsigned long long __b) { function
2087 vec_cmpne(vector double __a, vector double __b) { function
    [all...]

Completed in 19 milliseconds