Home
last modified time | relevance | path

Searched refs:vec_eqv (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7283 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv() function
7288 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv() function
7293 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv() function
7298 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv() function
7303 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv() function
7308 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv() function
7313 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv() function
7318 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv() function
7323 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv() function
7328 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) { in vec_eqv() function
[all …]
H A Daltivec.h3927 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function
3933 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function
3938 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, in vec_eqv() function
3945 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function
3951 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function
3957 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function
3963 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function
3969 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function
3973 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a, in vec_eqv() function
3980 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function
[all …]