Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c463 res_i = vec_all_ne(vsll, vsll); in test1()
468 res_i = vec_all_ne(vsll, vbll); in test1()
473 res_i = vec_all_ne(vull, vull); in test1()
478 res_i = vec_all_ne(vull, vbll); in test1()
483 res_i = vec_all_ne(vbll, vsll); in test1()
488 res_i = vec_all_ne(vbll, vull); in test1()
493 res_i = vec_all_ne(vbll, vbll); in test1()
501 res_i = vec_all_ne(vda, vda); in test1()
Dbuiltins-systemz-zvector.c865 idx = vec_all_ne(vsc, vsc); in test_compare()
867 idx = vec_all_ne(vsc, vbc); in test_compare()
869 idx = vec_all_ne(vbc, vsc); in test_compare()
871 idx = vec_all_ne(vuc, vuc); in test_compare()
873 idx = vec_all_ne(vuc, vbc); in test_compare()
875 idx = vec_all_ne(vbc, vuc); in test_compare()
877 idx = vec_all_ne(vbc, vbc); in test_compare()
879 idx = vec_all_ne(vss, vss); in test_compare()
881 idx = vec_all_ne(vss, vbs); in test_compare()
883 idx = vec_all_ne(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8100 res_i = vec_all_ne(vsc, vsc); in test6()
8104 res_i = vec_all_ne(vsc, vbc); in test6()
8108 res_i = vec_all_ne(vuc, vuc); in test6()
8112 res_i = vec_all_ne(vuc, vbc); in test6()
8116 res_i = vec_all_ne(vbc, vsc); in test6()
8120 res_i = vec_all_ne(vbc, vuc); in test6()
8124 res_i = vec_all_ne(vbc, vbc); in test6()
8128 res_i = vec_all_ne(vs, vs); in test6()
8132 res_i = vec_all_ne(vs, vbs); in test6()
8136 res_i = vec_all_ne(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c7584 b = vec_all_ne (Caux1.v, Caux2.v); in part5()
7597 b = vec_all_ne (Caux1.v, Caux2.v); in part5()
7610 b = vec_all_ne (Caux1.v, Caux2.v); in part5()
7631 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5()
7644 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5()
7657 b = vec_all_ne (UCaux1.v, UCaux2.v); in part5()
7677 b = vec_all_ne (Saux1.v, Saux2.v); in part5()
7690 b = vec_all_ne (Saux1.v, Saux2.v); in part5()
7703 b = vec_all_ne (Saux1.v, Saux2.v); in part5()
7723 b = vec_all_ne (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h2286 vec_all_ne(vector signed char __a, vector signed char __b) { in vec_all_ne() function
2293 vec_all_ne(vector signed char __a, vector bool char __b) { in vec_all_ne() function
2300 vec_all_ne(vector bool char __a, vector signed char __b) { in vec_all_ne() function
2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) { in vec_all_ne() function
2315 vec_all_ne(vector unsigned char __a, vector bool char __b) { in vec_all_ne() function
2323 vec_all_ne(vector bool char __a, vector unsigned char __b) { in vec_all_ne() function
2331 vec_all_ne(vector bool char __a, vector bool char __b) { in vec_all_ne() function
2339 vec_all_ne(vector signed short __a, vector signed short __b) { in vec_all_ne() function
2346 vec_all_ne(vector signed short __a, vector bool short __b) { in vec_all_ne() function
2353 vec_all_ne(vector bool short __a, vector signed short __b) { in vec_all_ne() function
[all …]
Daltivec.h12456 static int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function
12462 static int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function
12468 static int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function
12474 static int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function
12480 static int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function
12486 static int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function
12492 static int __ATTRS_o_ai vec_all_ne(vector bool char __a, vector bool char __b) { in vec_all_ne() function
12497 static int __ATTRS_o_ai vec_all_ne(vector short __a, vector short __b) { in vec_all_ne() function
12501 static int __ATTRS_o_ai vec_all_ne(vector short __a, vector bool short __b) { in vec_all_ne() function
12505 static int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, in vec_all_ne() function
[all …]