Searched refs:vec_all_gt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 3787 vec_all_gt(__vector signed char __a, __vector signed char __b) { in vec_all_gt() function 3795 vec_all_gt(__vector signed char __a, __vector __bool char __b) { in vec_all_gt() function 3803 vec_all_gt(__vector __bool char __a, __vector signed char __b) { in vec_all_gt() function 3810 vec_all_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_gt() function 3818 vec_all_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_gt() function 3826 vec_all_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_gt() function 3834 vec_all_gt(__vector __bool char __a, __vector __bool char __b) { in vec_all_gt() function 3842 vec_all_gt(__vector signed short __a, __vector signed short __b) { in vec_all_gt() function 3850 vec_all_gt(__vector signed short __a, __vector __bool short __b) { in vec_all_gt() function 3858 vec_all_gt(__vector __bool short __a, __vector signed short __b) { in vec_all_gt() function [all …]
|
| H A D | altivec.h | 15190 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 15195 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 15200 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 15205 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 15210 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 15215 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 15220 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 15226 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 15231 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 15236 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|