Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c557 res_i = vec_any_ne(vsll, vsll); in test1()
562 res_i = vec_any_ne(vsll, vbll); in test1()
567 res_i = vec_any_ne(vull, vull); in test1()
572 res_i = vec_any_ne(vull, vbll); in test1()
577 res_i = vec_any_ne(vbll, vsll); in test1()
582 res_i = vec_any_ne(vbll, vull); in test1()
587 res_i = vec_any_ne(vbll, vbll); in test1()
592 res_i = vec_any_ne(vda, vda); in test1()
Dbuiltins-systemz-zvector.c1233 idx = vec_any_ne(vsc, vsc); in test_compare()
1235 idx = vec_any_ne(vsc, vbc); in test_compare()
1237 idx = vec_any_ne(vbc, vsc); in test_compare()
1239 idx = vec_any_ne(vuc, vuc); in test_compare()
1241 idx = vec_any_ne(vuc, vbc); in test_compare()
1243 idx = vec_any_ne(vbc, vuc); in test_compare()
1245 idx = vec_any_ne(vbc, vbc); in test_compare()
1247 idx = vec_any_ne(vss, vss); in test_compare()
1249 idx = vec_any_ne(vss, vbs); in test_compare()
1251 idx = vec_any_ne(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8672 res_i = vec_any_ne(vsc, vsc); in test6()
8676 res_i = vec_any_ne(vsc, vbc); in test6()
8680 res_i = vec_any_ne(vuc, vuc); in test6()
8684 res_i = vec_any_ne(vuc, vbc); in test6()
8688 res_i = vec_any_ne(vbc, vsc); in test6()
8692 res_i = vec_any_ne(vbc, vuc); in test6()
8696 res_i = vec_any_ne(vbc, vbc); in test6()
8700 res_i = vec_any_ne(vs, vs); in test6()
8704 res_i = vec_any_ne(vs, vbs); in test6()
8708 res_i = vec_any_ne(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp502 Function vec_any_ne [type char] ===> OK
503 Function vec_any_ne [type unsigned char] ===> OK
504 Function vec_any_ne [type short] ===> OK
505 Function vec_any_ne [type unsigned short] ===> OK
506 Function vec_any_ne [type int] ===> OK
507 Function vec_any_ne [type unsigned int] ===> OK
DtestVMX.c9746 b= vec_any_ne (Caux1.v, Caux2.v); in part5()
9759 b= vec_any_ne (Caux1.v, Caux2.v); in part5()
9772 b= vec_any_ne (Caux1.v, Caux2.v); in part5()
9792 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5()
9805 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5()
9818 b= vec_any_ne (UCaux1.v, UCaux2.v); in part5()
9838 b= vec_any_ne (Saux1.v, Saux2.v); in part5()
9851 b= vec_any_ne (Saux1.v, Saux2.v); in part5()
9864 b= vec_any_ne (Saux1.v, Saux2.v); in part5()
9884 b= vec_any_ne (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h3618 vec_any_ne(vector signed char __a, vector signed char __b) { in vec_any_ne() function
3625 vec_any_ne(vector signed char __a, vector bool char __b) { in vec_any_ne() function
3632 vec_any_ne(vector bool char __a, vector signed char __b) { in vec_any_ne() function
3639 vec_any_ne(vector unsigned char __a, vector unsigned char __b) { in vec_any_ne() function
3647 vec_any_ne(vector unsigned char __a, vector bool char __b) { in vec_any_ne() function
3655 vec_any_ne(vector bool char __a, vector unsigned char __b) { in vec_any_ne() function
3663 vec_any_ne(vector bool char __a, vector bool char __b) { in vec_any_ne() function
3671 vec_any_ne(vector signed short __a, vector signed short __b) { in vec_any_ne() function
3678 vec_any_ne(vector signed short __a, vector bool short __b) { in vec_any_ne() function
3685 vec_any_ne(vector bool short __a, vector signed short __b) { in vec_any_ne() function
[all …]
Daltivec.h13555 static int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function
13561 static int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne() function
13567 static int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function
13573 static int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne() function
13579 static int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function
13585 static int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne() function
13591 static int __ATTRS_o_ai vec_any_ne(vector bool char __a, vector bool char __b) { in vec_any_ne() function
13596 static int __ATTRS_o_ai vec_any_ne(vector short __a, vector short __b) { in vec_any_ne() function
13600 static int __ATTRS_o_ai vec_any_ne(vector short __a, vector bool short __b) { in vec_any_ne() function
13604 static int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne() function
[all …]