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 | 11945 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 11950 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 11955 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 11960 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 11965 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 11971 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 11976 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function 11981 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector short __b) { in vec_all_gt() function 11985 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector bool short __b) { in vec_all_gt() function 11989 static int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|