Home
last modified time | relevance | path

Searched refs:vec_all_gt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDvecintrin.h2716 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 …]
HDaltivec.h11706 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
11711 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
11716 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
11721 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
11726 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
11732 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
11737 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function
11742 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector short __b) { in vec_all_gt() function
11746 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector bool short __b) { in vec_all_gt() function
11750 static int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function
[all …]
/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h361 __altivec_scalar_pred(vec_all_gt,
421 #define vec_all_gt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_LT, (a1), (a2))
/NextBSD/contrib/gcc/doc/
HDextend.texi9615 int vec_all_gt (vector bool char, vector unsigned char);
9616 int vec_all_gt (vector unsigned char, vector bool char);
9617 int vec_all_gt (vector unsigned char, vector unsigned char);
9618 int vec_all_gt (vector bool char, vector signed char);
9619 int vec_all_gt (vector signed char, vector bool char);
9620 int vec_all_gt (vector signed char, vector signed char);
9621 int vec_all_gt (vector bool short, vector unsigned short);
9622 int vec_all_gt (vector unsigned short, vector bool short);
9623 int vec_all_gt (vector unsigned short, vector unsigned short);
9624 int vec_all_gt (vector bool short, vector signed short);
[all …]