Home
last modified time | relevance | path

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

/freebsd-src/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 …]