Home
last modified time | relevance | path

Searched defs:vec_eqv (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h272 #define vec_eqv __builtin_s390_vec_eqv macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h278 #define vec_eqv __builtin_s390_vec_eqv macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv() function
6324 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv() function
6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv() function
6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv() function
6339 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv() function
6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv() function
6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv() function
6354 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv() function
6359 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv() function
6364 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) { in vec_eqv() function
[all …]
H A Daltivec.h3861 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function
3867 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function
3872 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, in vec_eqv() function
3879 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function
3885 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function
3891 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function
3897 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function
3903 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function
3907 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a, in vec_eqv() function
3914 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h374 #define vec_eqv __builtin_vec_eqv macro