Searched defs:vec_and (Results 1 – 1 of 1) 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 …]
|