Searched defs:vec_all_lt (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 3134 vec_all_lt(vector signed char __a, vector signed char __b) { in vec_all_lt() function 3141 vec_all_lt(vector signed char __a, vector bool char __b) { in vec_all_lt() function 3148 vec_all_lt(vector bool char __a, vector signed char __b) { in vec_all_lt() function 3155 vec_all_lt(vector unsigned char __a, vector unsigned char __b) { in vec_all_lt() function 3162 vec_all_lt(vector unsigned char __a, vector bool char __b) { in vec_all_lt() function 3169 vec_all_lt(vector bool char __a, vector unsigned char __b) { in vec_all_lt() function 3176 vec_all_lt(vector bool char __a, vector bool char __b) { in vec_all_lt() function 3184 vec_all_lt(vector signed short __a, vector signed short __b) { in vec_all_lt() function 3191 vec_all_lt(vector signed short __a, vector bool short __b) { in vec_all_lt() function 3198 vec_all_lt(vector bool short __a, vector signed short __b) { in vec_all_lt() function [all …]
|
D | altivec.h | 12741 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 12746 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 12751 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 12756 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 12761 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 12767 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 12772 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 12778 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 12783 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 12788 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 3802 vec_all_lt(__vector signed char __a, __vector signed char __b) { in vec_all_lt() function 3810 vec_all_lt(__vector signed char __a, __vector __bool char __b) { in vec_all_lt() function 3818 vec_all_lt(__vector __bool char __a, __vector signed char __b) { in vec_all_lt() function 3825 vec_all_lt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_lt() function 3833 vec_all_lt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_lt() function 3841 vec_all_lt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_lt() function 3849 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { in vec_all_lt() function 3857 vec_all_lt(__vector signed short __a, __vector signed short __b) { in vec_all_lt() function 3865 vec_all_lt(__vector signed short __a, __vector __bool short __b) { in vec_all_lt() function 3873 vec_all_lt(__vector __bool short __a, __vector signed short __b) { in vec_all_lt() function [all …]
|
D | altivec.h | 14850 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 14855 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 14860 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 14865 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 14870 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 14876 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 14881 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 14887 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 14892 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 14897 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function [all …]
|