Searched defs:vec_cmplt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 2542 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt() function 2547 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt() function 2552 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt() function 2557 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt() function 2562 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt() function 2567 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt() function 2572 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { in vec_cmplt() function 2577 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmplt() function 2583 vec_cmplt(__vector float __a, __vector float __b) { in vec_cmplt() function 2589 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt() function
|
D | altivec.h | 2262 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2267 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2271 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function 2277 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2281 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function 2287 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2291 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 2298 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 2305 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function 2310 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 2018 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2028 vec_cmplt(vector signed short __a, vector signed short __b) { in vec_cmplt() function 2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2038 vec_cmplt(vector signed int __a, vector signed int __b) { in vec_cmplt() function 2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2048 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function 2058 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
|
D | altivec.h | 1833 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 1838 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 1842 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function 1848 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 1852 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function 1858 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 1862 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 1869 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 1876 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 1881 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function
|