Searched refs:vec_all_ge (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c597 /* vec_all_ge */
598 res_i = vec_all_ge(vsll, vsll);
601 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
603 res_i = vec_all_ge(vsll, vbll);
606 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
608 res_i = vec_all_ge(vull, vull);
611 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
613 res_i = vec_all_ge(vull, vbll);
616 // CHECK-PPC: error: call to 'vec_all_ge' is ambiguous
618 res_i = vec_all_ge(vbl
[all...]
H A Dbuiltins-systemz-zvector.c924 idx = vec_all_ge(vsc, vsc);
926 idx = vec_all_ge(vsc, vbc);
928 idx = vec_all_ge(vbc, vsc);
930 idx = vec_all_ge(vuc, vuc);
932 idx = vec_all_ge(vuc, vbc);
934 idx = vec_all_ge(vbc, vuc);
936 idx = vec_all_ge(vbc, vbc);
938 idx = vec_all_ge(vss, vss);
940 idx = vec_all_ge(vss, vbs);
942 idx = vec_all_ge(vb
[all...]
H A Dbuiltins-ppc-altivec.c7752 /* vec_all_ge */
7753 res_i = vec_all_ge(vsc, vsc);
7757 res_i = vec_all_ge(vsc, vbc);
7761 res_i = vec_all_ge(vuc, vuc);
7765 res_i = vec_all_ge(vuc, vbc);
7769 res_i = vec_all_ge(vbc, vsc);
7773 res_i = vec_all_ge(vbc, vuc);
7777 res_i = vec_all_ge(vbc, vbc);
7781 res_i = vec_all_ge(vs, vs);
7785 res_i = vec_all_ge(v
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp422 Function vec_all_ge [type unsigned char] ===> OK
423 Function vec_all_ge [type char] ===> OK
424 Function vec_all_ge [type unsigned short] ===> OK
425 Function vec_all_ge [type short] ===> OK
426 Function vec_all_ge [type unsigned int] ===> OK
427 Function vec_all_ge [type int] ===> OK
H A DtestVMX.c6708 /* Function vec_all_ge */
6713 I1 = vec_all_ge( UCaux1.v, UCaux2.v );
6723 I1 = vec_all_ge( UCaux1.v, UCaux2.v );
6732 printf("Function vec_all_ge [type unsigned char] ===> Error\n");
6734 printf("Function vec_all_ge [type unsigned char] ===> OK\n");
6739 I1 = vec_all_ge( Caux1.v, Caux2.v );
6749 I1 = vec_all_ge( Caux1.v, Caux2.v );
6758 printf("Function vec_all_ge [type char] ===> Error\n");
6760 printf("Function vec_all_ge [type char] ===> OK\n");
6765 I1 = vec_all_ge( USaux
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h2504 /*-- vec_all_ge -------------------------------------------------------------*/
2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vecto function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12218 /* vec_all_ge */
12220 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12225 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12230 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12235 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12240 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12246 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12251 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12257 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, function
12262 static __inline__ int __ATTRS_o_ai vec_all_ge(vecto function
12267 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12272 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12278 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12284 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12290 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12296 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { function
12300 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, function
12305 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12310 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12315 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12321 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12326 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12333 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12337 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12343 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12348 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12354 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12360 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12366 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12373 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, function
12383 static __inline__ int __ATTRS_o_ai vec_all_ge(vector double __a, function
[all...]

Completed in 269 milliseconds