Home
last modified time | relevance | path

Searched defs:vec_and (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h882 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function
887 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function
892 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function
897 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function
902 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function
907 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function
911 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function
916 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
921 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function
926 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function
[all …]
H A Dvecintrin.h6425 vec_and(__vector __bool char __a, __vector __bool char __b) { in vec_and() function
6430 vec_and(__vector signed char __a, __vector signed char __b) { in vec_and() function
6435 vec_and(__vector unsigned char __a, __vector unsigned char __b) { in vec_and() function
6440 vec_and(__vector __bool short __a, __vector __bool short __b) { in vec_and() function
6445 vec_and(__vector signed short __a, __vector signed short __b) { in vec_and() function
6450 vec_and(__vector unsigned short __a, __vector unsigned short __b) { in vec_and() function
6455 vec_and(__vector __bool int __a, __vector __bool int __b) { in vec_and() function
6460 vec_and(__vector signed int __a, __vector signed int __b) { in vec_and() function
6465 vec_and(__vector unsigned int __a, __vector unsigned int __b) { in vec_and() function
6470 vec_and(__vector __bool long long __a, __vector __bool long long __b) { in vec_and() function
[all …]