Searched defs:vec_all_lt (Results 1 – 2 of 2) 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 …]
|