| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| vecintrin.h | 278 #define vec_eqv __builtin_s390_vec_eqv macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| vecintrin.h | 278 #define vec_eqv __builtin_s390_vec_eqv macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| vecintrin.h | 6315 /*-- vec_eqv ----------------------------------------------------------------*/ 6319 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(__vector unsigned int __a, __vector unsigned int __b) 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...] |
| altivec.h | 3857 /* vec_eqv */ 3861 vec_eqv(vector signed char __a, vector signed char __b) { function 3867 vec_eqv(vector unsigned char __a, vector unsigned char __b) { function 3872 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, function 3879 vec_eqv(vector signed short __a, vector signed short __b) { function 3885 vec_eqv(vector unsigned short __a, vector unsigned short __b) { function 3891 vec_eqv(vector bool short __a, vector bool short __b) { function 3897 vec_eqv(vector signed int __a, vector signed int __b) { function 3903 vec_eqv(vector unsigned int __a, vector unsigned int __b) { function 3907 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a function 3914 vec_eqv(vector signed long long __a, vector signed long long __b) { function 3920 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { function 3926 vec_eqv(vector bool long long __a, vector bool long long __b) { function 3931 static __inline__ vector float __ATTRS_o_ai vec_eqv(vector float __a, function 3937 static __inline__ vector double __ATTRS_o_ai vec_eqv(vector double __a, function [all...] |