HomeSort by relevance Sort by last modified time
    Searched defs:vec_cmpge (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
vecintrin.h 1877 vec_cmpge(vector signed char __a, vector signed char __b) { function
1882 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { function
1887 vec_cmpge(vector signed short __a, vector signed short __b) { function
1892 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { function
1897 vec_cmpge(vector signed int __a, vector signed int __b) { function
1902 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { function
1907 vec_cmpge(vector signed long long __a, vector signed long long __b) { function
1912 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { function
1917 vec_cmpge(vector double __a, vector double __b) { function
    [all...]
altivec.h 1661 vec_cmpge(vector signed char __a, vector signed char __b) { function
1666 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { function
1671 vec_cmpge(vector signed short __a, vector signed short __b) { function
1676 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { function
1681 vec_cmpge(vector signed int __a, vector signed int __b) { function
1686 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { function
1690 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, function
1701 vec_cmpge(vector double __a, vector double __b) { function
1708 vec_cmpge(vector signed long long __a, vector signed long long __b) { function
1713 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { function
    [all...]

Completed in 58 milliseconds