Searched defs:vec_any_ge (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 3839 vec_any_ge(vector signed char __a, vector signed char __b) { in vec_any_ge() function 3846 vec_any_ge(vector signed char __a, vector bool char __b) { in vec_any_ge() function 3853 vec_any_ge(vector bool char __a, vector signed char __b) { in vec_any_ge() function 3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { in vec_any_ge() function 3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { in vec_any_ge() function 3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { in vec_any_ge() function 3881 vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function 3889 vec_any_ge(vector signed short __a, vector signed short __b) { in vec_any_ge() function 3896 vec_any_ge(vector signed short __a, vector bool short __b) { in vec_any_ge() function 3903 vec_any_ge(vector bool short __a, vector signed short __b) { in vec_any_ge() function [all …]
|
D | altivec.h | 13362 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13367 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13373 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13378 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13384 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13390 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13396 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13402 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13407 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13412 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|