Home
last modified time | relevance | path

Searched defs:vec_max (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8021 vec_max(__vector signed char __a, __vector signed char __b) { vec_max() function
8027 vec_max(__vector signed char __a, __vector __bool char __b) { vec_max() function
8034 vec_max(__vector __bool char __a, __vector signed char __b) { vec_max() function
8040 vec_max(__vector unsigned char __a, __vector unsigned char __b) { vec_max() function
8046 vec_max(__vector unsigned char __a, __vector __bool char __b) { vec_max() function
8053 vec_max(__vector __bool char __a, __vector unsigned char __b) { vec_max() function
8059 vec_max(__vector signed short __a, __vector signed short __b) { vec_max() function
8065 vec_max(__vector signed short __a, __vector __bool short __b) { vec_max() function
8072 vec_max(__vector __bool short __a, __vector signed short __b) { vec_max() function
8078 vec_max(__vector unsigned short __a, __vector unsigned short __b) { vec_max() function
8084 vec_max(__vector unsigned short __a, __vector __bool short __b) { vec_max() function
8091 vec_max(__vector __bool short __a, __vector unsigned short __b) { vec_max() function
8097 vec_max(__vector signed int __a, __vector signed int __b) { vec_max() function
8103 vec_max(__vector signed int __a, __vector __bool int __b) { vec_max() function
8110 vec_max(__vector __bool int __a, __vector signed int __b) { vec_max() function
8116 vec_max(__vector unsigned int __a, __vector unsigned int __b) { vec_max() function
8122 vec_max(__vector unsigned int __a, __vector __bool int __b) { vec_max() function
8129 vec_max(__vector __bool int __a, __vector unsigned int __b) { vec_max() function
8135 vec_max(__vector signed long long __a, __vector signed long long __b) { vec_max() function
8141 vec_max(__vector signed long long __a, __vector __bool long long __b) { vec_max() function
8148 vec_max(__vector __bool long long __a, __vector signed long long __b) { vec_max() function
8154 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { vec_max() function
8160 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { vec_max() function
8167 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { vec_max() function
8174 vec_max(__vector float __a, __vector float __b) { vec_max() function
8180 vec_max(__vector double __a, __vector double __b) { vec_max() function
[all...]
H A Daltivec.h4838 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4843 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4848 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4853 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4858 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4863 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4867 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4872 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
4877 static __inline__ vector short __ATTRS_o_ai vec_max(vecto function
4883 vec_max(vector unsigned short __a, vector unsigned short __b) { vec_max() function
4888 vec_max(vector bool short __a, vector unsigned short __b) { vec_max() function
4893 vec_max(vector unsigned short __a, vector bool short __b) { vec_max() function
4897 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, vec_max() function
4902 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, vec_max() function
4907 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, vec_max() function
4913 vec_max(vector unsigned int __a, vector unsigned int __b) { vec_max() function
4918 vec_max(vector bool int __a, vector unsigned int __b) { vec_max() function
4923 vec_max(vector unsigned int __a, vector bool int __b) { vec_max() function
4929 vec_max(vector signed long long __a, vector signed long long __b) { vec_max() function
4934 vec_max(vector bool long long __a, vector signed long long __b) { vec_max() function
4939 vec_max(vector signed long long __a, vector bool long long __b) { vec_max() function
4944 vec_max(vector unsigned long long __a, vector unsigned long long __b) { vec_max() function
4949 vec_max(vector bool long long __a, vector unsigned long long __b) { vec_max() function
4954 vec_max(vector unsigned long long __a, vector bool long long __b) { vec_max() function
4959 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, vec_max() function
4969 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, vec_max() function
[all...]