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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c463 /* vec_all_ne */
464 res_i = vec_all_ne(vsll, vsll);
467 // CHECK-PPC: error: call to 'vec_all_ne' is ambiguous
469 res_i = vec_all_ne(vsll, vbll);
472 // CHECK-PPC: error: call to 'vec_all_ne' is ambiguous
474 res_i = vec_all_ne(vull, vull);
477 // CHECK-PPC: error: call to 'vec_all_ne' is ambiguous
479 res_i = vec_all_ne(vull, vbll);
482 // CHECK-PPC: error: call to 'vec_all_ne' is ambiguous
484 res_i = vec_all_ne(vbl
[all...]
H A Dbuiltins-systemz-zvector.c865 idx = vec_all_ne(vsc, vsc);
867 idx = vec_all_ne(vsc, vbc);
869 idx = vec_all_ne(vbc, vsc);
871 idx = vec_all_ne(vuc, vuc);
873 idx = vec_all_ne(vuc, vbc);
875 idx = vec_all_ne(vbc, vuc);
877 idx = vec_all_ne(vbc, vbc);
879 idx = vec_all_ne(vss, vss);
881 idx = vec_all_ne(vss, vbs);
883 idx = vec_all_ne(vb
[all...]
H A Dbuiltins-ppc-altivec.c8118 /* vec_all_ne */
8119 res_i = vec_all_ne(vsc, vsc);
8123 res_i = vec_all_ne(vsc, vbc);
8127 res_i = vec_all_ne(vuc, vuc);
8131 res_i = vec_all_ne(vuc, vbc);
8135 res_i = vec_all_ne(vbc, vsc);
8139 res_i = vec_all_ne(vbc, vuc);
8143 res_i = vec_all_ne(vbc, vbc);
8147 res_i = vec_all_ne(vs, vs);
8151 res_i = vec_all_ne(v
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp454 Function vec_all_ne [type char] ===> OK
455 Function vec_all_ne [type unsigned char] ===> OK
456 Function vec_all_ne [type short] ===> OK
457 Function vec_all_ne [type unsigned short] ===> OK
458 Function vec_all_ne [type int] ===> OK
459 Function vec_all_ne [type unsigned int] ===> OK
H A DtestVMX.c7574 /* Function vec_all_ne */
7584 b = vec_all_ne (Caux1.v, Caux2.v);
7597 b = vec_all_ne (Caux1.v, Caux2.v);
7610 b = vec_all_ne (Caux1.v, Caux2.v);
7617 printf("Function vec_all_ne [type char] ===> Error\n");
7619 printf("Function vec_all_ne [type char] ===> OK\n");
7631 b = vec_all_ne (UCaux1.v, UCaux2.v);
7644 b = vec_all_ne (UCaux1.v, UCaux2.v);
7657 b = vec_all_ne (UCaux1.v, UCaux2.v);
7664 printf("Function vec_all_ne [typ
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h2283 /*-- vec_all_ne -------------------------------------------------------------*/
2286 vec_all_ne(vector signed char __a, vector signed char __b) { function
2293 vec_all_ne(vector signed char __a, vector bool char __b) { function
2300 vec_all_ne(vector bool char __a, vector signed char __b) { function
2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) { function
2315 vec_all_ne(vector unsigned char __a, vector bool char __b) { function
2323 vec_all_ne(vector bool char __a, vector unsigned char __b) { function
2331 vec_all_ne(vector bool char __a, vector bool char __b) { function
2339 vec_all_ne(vector signed short __a, vector signed short __b) { function
2346 vec_all_ne(vecto function
2353 vec_all_ne(vector bool short __a, vector signed short __b) { function
2360 vec_all_ne(vector unsigned short __a, vector unsigned short __b) { function
2368 vec_all_ne(vector unsigned short __a, vector bool short __b) { function
2376 vec_all_ne(vector bool short __a, vector unsigned short __b) { function
2384 vec_all_ne(vector bool short __a, vector bool short __b) { function
2392 vec_all_ne(vector signed int __a, vector signed int __b) { function
2399 vec_all_ne(vector signed int __a, vector bool int __b) { function
2406 vec_all_ne(vector bool int __a, vector signed int __b) { function
2413 vec_all_ne(vector unsigned int __a, vector unsigned int __b) { function
2421 vec_all_ne(vector unsigned int __a, vector bool int __b) { function
2429 vec_all_ne(vector bool int __a, vector unsigned int __b) { function
2437 vec_all_ne(vector bool int __a, vector bool int __b) { function
2445 vec_all_ne(vector signed long long __a, vector signed long long __b) { function
2452 vec_all_ne(vector signed long long __a, vector bool long long __b) { function
2459 vec_all_ne(vector bool long long __a, vector signed long long __b) { function
2466 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) { function
2474 vec_all_ne(vector unsigned long long __a, vector bool long long __b) { function
2482 vec_all_ne(vector bool long long __a, vector unsigned long long __b) { function
2490 vec_all_ne(vector bool long long __a, vector bool long long __b) { function
2498 vec_all_ne(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12927 /* vec_all_ne */
12929 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
12935 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
12941 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
12947 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
12953 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12959 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12965 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
12971 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, function
12976 static __inline__ int __ATTRS_o_ai vec_all_ne(vecto function
12981 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
12987 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
12993 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
12999 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
13005 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
13011 static __inline__ int __ATTRS_o_ai vec_all_ne(vector pixel __a, function
13017 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { function
13021 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, function
13026 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
13032 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
13038 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13044 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13050 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
13057 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
13062 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
13068 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
13074 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
13080 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13086 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13092 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
13099 static __inline__ int __ATTRS_o_ai vec_all_ne(vector float __a, function
13109 static __inline__ int __ATTRS_o_ai vec_all_ne(vector double __a, function
[all...]

Completed in 487 milliseconds