Searched refs:vec_any_gt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h365 __altivec_scalar_pred(vec_any_gt,
423 #define vec_any_gt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_EQ_REV, (a1), (a2))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4807 /*-- vec_any_gt -------------------------------------------------------------*/
4810 vec_any_gt(vector signed char __a, vector signed char __b) { function
4818 vec_any_gt(vector signed char __a, vector bool char __b) { function
4826 vec_any_gt(vector bool char __a, vector signed char __b) { function
4833 vec_any_gt(vector unsigned char __a, vector unsigned char __b) { function
4841 vec_any_gt(vector unsigned char __a, vector bool char __b) { function
4849 vec_any_gt(vector bool char __a, vector unsigned char __b) { function
4857 vec_any_gt(vector bool char __a, vector bool char __b) { function
4865 vec_any_gt(vector signed short __a, vector signed short __b) { function
4873 vec_any_gt(vecto function
4881 vec_any_gt(vector bool short __a, vector signed short __b) { function
4888 vec_any_gt(vector unsigned short __a, vector unsigned short __b) { function
4896 vec_any_gt(vector unsigned short __a, vector bool short __b) { function
4904 vec_any_gt(vector bool short __a, vector unsigned short __b) { function
4912 vec_any_gt(vector bool short __a, vector bool short __b) { function
4920 vec_any_gt(vector signed int __a, vector signed int __b) { function
4928 vec_any_gt(vector signed int __a, vector bool int __b) { function
4936 vec_any_gt(vector bool int __a, vector signed int __b) { function
4943 vec_any_gt(vector unsigned int __a, vector unsigned int __b) { function
4951 vec_any_gt(vector unsigned int __a, vector bool int __b) { function
4959 vec_any_gt(vector bool int __a, vector unsigned int __b) { function
4967 vec_any_gt(vector bool int __a, vector bool int __b) { function
4975 vec_any_gt(vector signed long long __a, vector signed long long __b) { function
4983 vec_any_gt(vector signed long long __a, vector bool long long __b) { function
4991 vec_any_gt(vector bool long long __a, vector signed long long __b) { function
4998 vec_any_gt(vector unsigned long long __a, vector unsigned long long __b) { function
5006 vec_any_gt(vector unsigned long long __a, vector bool long long __b) { function
5014 vec_any_gt(vector bool long long __a, vector unsigned long long __b) { function
5022 vec_any_gt(vector bool long long __a, vector bool long long __b) { function
5031 vec_any_gt(vector float __a, vector float __b) { function
5039 vec_any_gt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h15224 /* vec_any_gt */
15226 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed char __a, function
15231 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed char __a, function
15237 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned char __a, function
15242 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned char __a, function
15248 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, function
15254 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, function
15260 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, function
15266 static __inline__ int __ATTRS_o_ai vec_any_gt(vector short __a, function
15271 static __inline__ int __ATTRS_o_ai vec_any_gt(vecto function
15276 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned short __a, function
15281 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned short __a, function
15287 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, function
15293 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, function
15299 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, function
15305 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, vector int __b) { function
15309 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, function
15314 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned int __a, function
15319 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned int __a, function
15325 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, function
15331 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, function
15337 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, function
15344 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed long long __a, function
15349 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned long long __a, function
15354 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed long long __a, function
15360 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned long long __a, function
15366 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, function
15373 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, function
15379 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, function
15387 static __inline__ int __ATTRS_o_ai vec_any_gt(vector float __a, function
15397 static __inline__ int __ATTRS_o_ai vec_any_gt(vector double __a, function
[all...]

Completed in 381 milliseconds