Searched defs:vec_all_gt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 2716 vec_all_gt(vector signed char __a, vector signed char __b) { in vec_all_gt() function 2723 vec_all_gt(vector signed char __a, vector bool char __b) { in vec_all_gt() function 2730 vec_all_gt(vector bool char __a, vector signed char __b) { in vec_all_gt() function 2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { in vec_all_gt() function 2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { in vec_all_gt() function 2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { in vec_all_gt() function 2758 vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function 2766 vec_all_gt(vector signed short __a, vector signed short __b) { in vec_all_gt() function 2773 vec_all_gt(vector signed short __a, vector bool short __b) { in vec_all_gt() function 2780 vec_all_gt(vector bool short __a, vector signed short __b) { in vec_all_gt() function [all …]
|
D | altivec.h | 12391 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 12396 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 12401 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 12406 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 12411 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12417 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12422 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12428 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 12433 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 12438 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|