Home
last modified time | relevance | path

Searched refs:vec_all_eq (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c423 res_i = vec_all_eq(vsll, vsll); in test1()
428 res_i = vec_all_eq(vsll, vbll); in test1()
433 res_i = vec_all_eq(vull, vull); in test1()
438 res_i = vec_all_eq(vull, vbll); in test1()
443 res_i = vec_all_eq(vbll, vsll); in test1()
448 res_i = vec_all_eq(vbll, vull); in test1()
453 res_i = vec_all_eq(vbll, vbll); in test1()
458 res_i = vec_all_eq(vda, vda); in test1()
Dbuiltins-systemz-zvector.c806 idx = vec_all_eq(vsc, vsc); in test_compare()
808 idx = vec_all_eq(vsc, vbc); in test_compare()
810 idx = vec_all_eq(vbc, vsc); in test_compare()
812 idx = vec_all_eq(vuc, vuc); in test_compare()
814 idx = vec_all_eq(vuc, vbc); in test_compare()
816 idx = vec_all_eq(vbc, vuc); in test_compare()
818 idx = vec_all_eq(vbc, vbc); in test_compare()
820 idx = vec_all_eq(vss, vss); in test_compare()
822 idx = vec_all_eq(vss, vbs); in test_compare()
824 idx = vec_all_eq(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c7641 res_i = vec_all_eq(vsc, vsc); in test6()
7645 res_i = vec_all_eq(vsc, vbc); in test6()
7649 res_i = vec_all_eq(vuc, vuc); in test6()
7653 res_i = vec_all_eq(vuc, vbc); in test6()
7657 res_i = vec_all_eq(vbc, vsc); in test6()
7661 res_i = vec_all_eq(vbc, vuc); in test6()
7665 res_i = vec_all_eq(vbc, vbc); in test6()
7669 res_i = vec_all_eq(vs, vs); in test6()
7673 res_i = vec_all_eq(vs, vbs); in test6()
7677 res_i = vec_all_eq(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp414 Function vec_all_eq [type unsigned char] ===> OK
415 Function vec_all_eq [type char] ===> OK
416 Function vec_all_eq [type unsigned short] ===> OK
417 Function vec_all_eq [type short] ===> OK
418 Function vec_all_eq [type unsigned int] ===> OK
419 Function vec_all_eq [type int] ===> OK
DtestVMX.c6527 I1 = vec_all_eq( UCaux1.v, UCaux2.v ); in part5()
6537 I1 = vec_all_eq( UCaux1.v, UCaux2.v ); in part5()
6553 I1 = vec_all_eq( Caux1.v, Caux2.v ); in part5()
6563 I1 = vec_all_eq( Caux1.v, Caux2.v ); in part5()
6579 I1 = vec_all_eq( USaux1.v, USaux2.v ); in part5()
6589 I1 = vec_all_eq( USaux1.v, USaux2.v ); in part5()
6605 I1 = vec_all_eq( Saux1.v, Saux2.v ); in part5()
6615 I1 = vec_all_eq( Saux1.v, Saux2.v ); in part5()
6631 I1 = vec_all_eq( UIaux1.v, UIaux2.v ); in part5()
6641 I1 = vec_all_eq( UIaux1.v, UIaux2.v ); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h2065 vec_all_eq(vector signed char __a, vector signed char __b) { in vec_all_eq() function
2072 vec_all_eq(vector signed char __a, vector bool char __b) { in vec_all_eq() function
2079 vec_all_eq(vector bool char __a, vector signed char __b) { in vec_all_eq() function
2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { in vec_all_eq() function
2094 vec_all_eq(vector unsigned char __a, vector bool char __b) { in vec_all_eq() function
2102 vec_all_eq(vector bool char __a, vector unsigned char __b) { in vec_all_eq() function
2110 vec_all_eq(vector bool char __a, vector bool char __b) { in vec_all_eq() function
2118 vec_all_eq(vector signed short __a, vector signed short __b) { in vec_all_eq() function
2125 vec_all_eq(vector signed short __a, vector bool short __b) { in vec_all_eq() function
2132 vec_all_eq(vector bool short __a, vector signed short __b) { in vec_all_eq() function
[all …]
Daltivec.h11606 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
11612 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
11618 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
11624 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
11630 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
11636 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
11642 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, vector bool char __b) { in vec_all_eq() function
11647 static int __ATTRS_o_ai vec_all_eq(vector short __a, vector short __b) { in vec_all_eq() function
11651 static int __ATTRS_o_ai vec_all_eq(vector short __a, vector bool short __b) { in vec_all_eq() function
11655 static int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq() function
[all …]
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt143 if (vec_all_eq(*x,*y)) return 3245;