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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6157 vec_eqv(vector bool char __a, vector bool char __b) { function
6162 vec_eqv(vector signed char __a, vector signed char __b) { function
6167 vec_eqv(vector unsigned char __a, vector unsigned char __b) { function
6172 vec_eqv(vector bool short __a, vector bool short __b) { function
6177 vec_eqv(vector signed short __a, vector signed short __b) { function
6182 vec_eqv(vector unsigned short __a, vector unsigned short __b) { function
6187 vec_eqv(vector bool int __a, vector bool int __b) { function
6192 vec_eqv(vector signed int __a, vector signed int __b) { function
6197 vec_eqv(vecto function
6202 vec_eqv(vector bool long long __a, vector bool long long __b) { function
6207 vec_eqv(vector signed long long __a, vector signed long long __b) { function
6212 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { function
6217 vec_eqv(vector float __a, vector float __b) { function
6223 vec_eqv(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3325 vec_eqv(vector signed char __a, vector signed char __b) { function
3331 vec_eqv(vector unsigned char __a, vector unsigned char __b) { function
3336 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, function
3343 vec_eqv(vector signed short __a, vector signed short __b) { function
3349 vec_eqv(vector unsigned short __a, vector unsigned short __b) { function
3355 vec_eqv(vector bool short __a, vector bool short __b) { function
3361 vec_eqv(vector signed int __a, vector signed int __b) { function
3367 vec_eqv(vector unsigned int __a, vector unsigned int __b) { function
3371 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vecto function
3378 vec_eqv(vector signed long long __a, vector signed long long __b) { function
3384 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { function
3390 vec_eqv(vector bool long long __a, vector bool long long __b) { function
3395 static __inline__ vector float __ATTRS_o_ai vec_eqv(vector float __a, function
3401 static __inline__ vector double __ATTRS_o_ai vec_eqv(vector double __a, function
[all...]

Completed in 205 milliseconds