Searched refs:vec_all_gt (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c636 /* vec_all_gt */
637 res_i = vec_all_gt(vsll, vsll);
640 // CHECK-PPC: error: call to 'vec_all_gt' is ambiguous
642 res_i = vec_all_gt(vsll, vbll);
645 // CHECK-PPC: error: call to 'vec_all_gt' is ambiguous
647 res_i = vec_all_gt(vull, vull);
650 // CHECK-PPC: error: call to 'vec_all_gt' is ambiguous
652 res_i = vec_all_gt(vull, vbll);
655 // CHECK-PPC: error: call to 'vec_all_gt' is ambiguous
657 res_i = vec_all_gt(vbl
[all...]
H A Dbuiltins-systemz-zvector.c983 idx = vec_all_gt(vsc, vsc);
985 idx = vec_all_gt(vsc, vbc);
987 idx = vec_all_gt(vbc, vsc);
989 idx = vec_all_gt(vuc, vuc);
991 idx = vec_all_gt(vuc, vbc);
993 idx = vec_all_gt(vbc, vuc);
995 idx = vec_all_gt(vbc, vbc);
997 idx = vec_all_gt(vss, vss);
999 idx = vec_all_gt(vss, vbs);
1001 idx = vec_all_gt(vb
[all...]
H A Dbuiltins-ppc-altivec.c7822 /* vec_all_gt */
7823 res_i = vec_all_gt(vsc, vsc);
7827 res_i = vec_all_gt(vsc, vbc);
7831 res_i = vec_all_gt(vuc, vuc);
7835 res_i = vec_all_gt(vuc, vbc);
7839 res_i = vec_all_gt(vbc, vsc);
7843 res_i = vec_all_gt(vbc, vuc);
7847 res_i = vec_all_gt(vbc, vbc);
7851 res_i = vec_all_gt(vs, vs);
7855 res_i = vec_all_gt(v
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp430 Function vec_all_gt [type unsigned char] ===> OK
431 Function vec_all_gt [type char] ===> OK
432 Function vec_all_gt [type unsigned short] ===> OK
433 Function vec_all_gt [type short] ===> OK
434 Function vec_all_gt [type unsigned int] ===> OK
435 Function vec_all_gt [type int] ===> OK
H A DtestVMX.c6894 /* Function vec_all_gt */
6903 I1 = vec_all_gt( UCaux1.v, UCaux2.v );
6913 I1 = vec_all_gt( UCaux1.v, UCaux2.v );
6922 printf("Function vec_all_gt [type unsigned char] ===> Error\n");
6924 printf("Function vec_all_gt [type unsigned char] ===> OK\n");
6933 I1 = vec_all_gt( Caux1.v, Caux2.v );
6943 I1 = vec_all_gt( Caux1.v, Caux2.v );
6952 printf("Function vec_all_gt [type char] ===> Error\n");
6954 printf("Function vec_all_gt [type char] ===> OK\n");
6963 I1 = vec_all_gt( USaux
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h2713 /*-- vec_all_gt -------------------------------------------------------------*/
2716 vec_all_gt(vector signed char __a, vector signed char __b) { function
2723 vec_all_gt(vector signed char __a, vector bool char __b) { function
2730 vec_all_gt(vector bool char __a, vector signed char __b) { function
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { function
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { function
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { function
2758 vec_all_gt(vector bool char __a, vector bool char __b) { function
2766 vec_all_gt(vector signed short __a, vector signed short __b) { function
2773 vec_all_gt(vecto function
2780 vec_all_gt(vector bool short __a, vector signed short __b) { function
2787 vec_all_gt(vector unsigned short __a, vector unsigned short __b) { function
2794 vec_all_gt(vector unsigned short __a, vector bool short __b) { function
2801 vec_all_gt(vector bool short __a, vector unsigned short __b) { function
2808 vec_all_gt(vector bool short __a, vector bool short __b) { function
2816 vec_all_gt(vector signed int __a, vector signed int __b) { function
2823 vec_all_gt(vector signed int __a, vector bool int __b) { function
2830 vec_all_gt(vector bool int __a, vector signed int __b) { function
2837 vec_all_gt(vector unsigned int __a, vector unsigned int __b) { function
2844 vec_all_gt(vector unsigned int __a, vector bool int __b) { function
2851 vec_all_gt(vector bool int __a, vector unsigned int __b) { function
2858 vec_all_gt(vector bool int __a, vector bool int __b) { function
2866 vec_all_gt(vector signed long long __a, vector signed long long __b) { function
2873 vec_all_gt(vector signed long long __a, vector bool long long __b) { function
2880 vec_all_gt(vector bool long long __a, vector signed long long __b) { function
2887 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) { function
2894 vec_all_gt(vector unsigned long long __a, vector bool long long __b) { function
2901 vec_all_gt(vector bool long long __a, vector unsigned long long __b) { function
2908 vec_all_gt(vector bool long long __a, vector bool long long __b) { function
2916 vec_all_gt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h11943 /* vec_all_gt */
11945 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
11950 static int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
11955 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
11960 static int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
11965 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
11971 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
11976 static int __ATTRS_o_ai vec_all_gt(vector bool char __a, vector bool char __b) { function
11981 static int __ATTRS_o_ai vec_all_gt(vector short __a, vector short __b) { function
11985 static int __ATTRS_o_ai vec_all_gt(vecto function
11989 static int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
11994 static int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
12000 static int __ATTRS_o_ai vec_all_gt(vector bool short __a, vector short __b) { function
12005 static int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12011 static int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12017 static int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { function
12021 static int __ATTRS_o_ai vec_all_gt(vector int __a, vector bool int __b) { function
12025 static int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12030 static int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12035 static int __ATTRS_o_ai vec_all_gt(vector bool int __a, vector int __b) { function
12040 static int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12045 static int __ATTRS_o_ai vec_all_gt(vector bool int __a, vector bool int __b) { function
12051 static int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12055 static int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12061 static int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12066 static int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12072 static int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12078 static int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12084 static int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12091 static int __ATTRS_o_ai vec_all_gt(vector float __a, vector float __b) { function
12100 static int __ATTRS_o_ai vec_all_gt(vector double __a, vector double __b) { function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h2713 /*-- vec_all_gt -------------------------------------------------------------*/
2716 vec_all_gt(vector signed char __a, vector signed char __b) { function
2723 vec_all_gt(vector signed char __a, vector bool char __b) { function
2730 vec_all_gt(vector bool char __a, vector signed char __b) { function
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { function
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { function
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { function
2758 vec_all_gt(vector bool char __a, vector bool char __b) { function
2766 vec_all_gt(vector signed short __a, vector signed short __b) { function
2773 vec_all_gt(vecto function
2780 vec_all_gt(vector bool short __a, vector signed short __b) { function
2787 vec_all_gt(vector unsigned short __a, vector unsigned short __b) { function
2794 vec_all_gt(vector unsigned short __a, vector bool short __b) { function
2801 vec_all_gt(vector bool short __a, vector unsigned short __b) { function
2808 vec_all_gt(vector bool short __a, vector bool short __b) { function
2816 vec_all_gt(vector signed int __a, vector signed int __b) { function
2823 vec_all_gt(vector signed int __a, vector bool int __b) { function
2830 vec_all_gt(vector bool int __a, vector signed int __b) { function
2837 vec_all_gt(vector unsigned int __a, vector unsigned int __b) { function
2844 vec_all_gt(vector unsigned int __a, vector bool int __b) { function
2851 vec_all_gt(vector bool int __a, vector unsigned int __b) { function
2858 vec_all_gt(vector bool int __a, vector bool int __b) { function
2866 vec_all_gt(vector signed long long __a, vector signed long long __b) { function
2873 vec_all_gt(vector signed long long __a, vector bool long long __b) { function
2880 vec_all_gt(vector bool long long __a, vector signed long long __b) { function
2887 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) { function
2894 vec_all_gt(vector unsigned long long __a, vector bool long long __b) { function
2901 vec_all_gt(vector bool long long __a, vector unsigned long long __b) { function
2908 vec_all_gt(vector bool long long __a, vector bool long long __b) { function
2916 vec_all_gt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12397 /* vec_all_gt */
12399 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
12404 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
12409 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
12414 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
12419 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12425 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12430 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12436 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, function
12441 static __inline__ int __ATTRS_o_ai vec_all_gt(vecto function
12446 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
12451 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
12457 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12463 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12469 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12475 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { function
12479 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, function
12484 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12489 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12494 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12500 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12505 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12512 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12516 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12522 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12527 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12533 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12539 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12545 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12552 static __inline__ int __ATTRS_o_ai vec_all_gt(vector float __a, function
12562 static __inline__ int __ATTRS_o_ai vec_all_gt(vector double __a, function
[all...]

Completed in 199 milliseconds