Searched defs:vec_eqv (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { function
6324 vec_eqv(__vector signed char __a, __vector signed char __b) { function
6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { function
6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { function
6339 vec_eqv(__vector signed short __a, __vector signed short __b) { function
6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { function
6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { function
6354 vec_eqv(__vector signed int __a, __vector signed int __b) { function
6359 vec_eqv(__vecto function
6364 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) { function
6369 vec_eqv(__vector signed long long __a, __vector signed long long __b) { function
6374 vec_eqv(__vector unsigned long long __a, __vector unsigned long long __b) { function
6379 vec_eqv(__vector float __a, __vector float __b) { function
6385 vec_eqv(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h3915 vec_eqv(vector signed char __a, vector signed char __b) { function
3921 vec_eqv(vector unsigned char __a, vector unsigned char __b) { function
3926 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, function
3933 vec_eqv(vector signed short __a, vector signed short __b) { function
3939 vec_eqv(vector unsigned short __a, vector unsigned short __b) { function
3945 vec_eqv(vector bool short __a, vector bool short __b) { function
3951 vec_eqv(vector signed int __a, vector signed int __b) { function
3957 vec_eqv(vector unsigned int __a, vector unsigned int __b) { function
3961 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vecto function
3968 vec_eqv(vector signed long long __a, vector signed long long __b) { function
3974 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { function
3980 vec_eqv(vector bool long long __a, vector bool long long __b) { function
3985 static __inline__ vector float __ATTRS_o_ai vec_eqv(vector float __a, function
3991 static __inline__ vector double __ATTRS_o_ai vec_eqv(vector double __a, function
[all...]

Completed in 295 milliseconds