Searched refs:vec_all_lt (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 3897 vec_all_lt(__vector signed char __a, __vector signed char __b) { in vec_all_lt() function 3905 vec_all_lt(__vector signed char __a, __vector __bool char __b) { in vec_all_lt() function 3913 vec_all_lt(__vector __bool char __a, __vector signed char __b) { in vec_all_lt() function 3920 vec_all_lt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_lt() function 3928 vec_all_lt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_lt() function 3936 vec_all_lt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_lt() function 3944 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { in vec_all_lt() function 3952 vec_all_lt(__vector signed short __a, __vector signed short __b) { in vec_all_lt() function 3960 vec_all_lt(__vector signed short __a, __vector __bool short __b) { in vec_all_lt() function 3968 vec_all_lt(__vector __bool short __a, __vector signed short __b) { in vec_all_lt() function [all …]
|
| H A D | altivec.h | 15558 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 15563 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function 15568 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 15573 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function 15578 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 15583 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 15588 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function 15594 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 15599 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function 15604 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function [all …]
|