Searched defs:vec_and (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 721 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 726 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 731 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 736 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function 741 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 746 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 750 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function 755 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function 760 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function 765 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 810 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 815 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 820 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 825 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function 830 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 835 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 839 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function 844 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function 849 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function 854 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function [all …]
|