Searched defs:vec_vxor (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 10702 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function 10707 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function 10712 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function 10717 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor() function 10722 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function 10727 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function 10731 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 10736 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function 10741 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function 10746 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function [all …]
|