Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c841 res_i = vec_any_le(vsll, vsll); in test1()
846 res_i = vec_any_le(vsll, vbll); in test1()
851 res_i = vec_any_le(vull, vull); in test1()
856 res_i = vec_any_le(vull, vbll); in test1()
861 res_i = vec_any_le(vbll, vsll); in test1()
866 res_i = vec_any_le(vbll, vull); in test1()
871 res_i = vec_any_le(vbll, vbll); in test1()
876 res_i = vec_any_le(vda, vda); in test1()
Dbuiltins-systemz-zvector.c1410 idx = vec_any_le(vsc, vsc); in test_compare()
1412 idx = vec_any_le(vsc, vbc); in test_compare()
1414 idx = vec_any_le(vbc, vsc); in test_compare()
1416 idx = vec_any_le(vuc, vuc); in test_compare()
1418 idx = vec_any_le(vuc, vbc); in test_compare()
1420 idx = vec_any_le(vbc, vuc); in test_compare()
1422 idx = vec_any_le(vbc, vbc); in test_compare()
1424 idx = vec_any_le(vss, vss); in test_compare()
1426 idx = vec_any_le(vss, vbs); in test_compare()
1428 idx = vec_any_le(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8489 res_i = vec_any_le(vsc, vsc); in test6()
8493 res_i = vec_any_le(vsc, vbc); in test6()
8497 res_i = vec_any_le(vuc, vuc); in test6()
8501 res_i = vec_any_le(vuc, vbc); in test6()
8505 res_i = vec_any_le(vbc, vsc); in test6()
8509 res_i = vec_any_le(vbc, vuc); in test6()
8513 res_i = vec_any_le(vbc, vbc); in test6()
8517 res_i = vec_any_le(vs, vs); in test6()
8521 res_i = vec_any_le(vs, vbs); in test6()
8525 res_i = vec_any_le(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp486 Function vec_any_le [type char] ===> OK
487 Function vec_any_le [type unsigned char] ===> OK
488 Function vec_any_le [type short] ===> OK
489 Function vec_any_le [type unsigned short] ===> OK
490 Function vec_any_le [type int] ===> OK
491 Function vec_any_le [type unsigned int] ===> OK
DtestVMX.c9052 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9065 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9078 b= vec_any_le (Caux1.v, Caux2.v); in part5()
9098 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9111 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9124 b= vec_any_le (UCaux1.v, UCaux2.v); in part5()
9144 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9157 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9170 b= vec_any_le (Saux1.v, Saux2.v); in part5()
9190 b= vec_any_le (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h4257 vec_any_le(vector signed char __a, vector signed char __b) { in vec_any_le() function
4264 vec_any_le(vector signed char __a, vector bool char __b) { in vec_any_le() function
4271 vec_any_le(vector bool char __a, vector signed char __b) { in vec_any_le() function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { in vec_any_le() function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { in vec_any_le() function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { in vec_any_le() function
4299 vec_any_le(vector bool char __a, vector bool char __b) { in vec_any_le() function
4307 vec_any_le(vector signed short __a, vector signed short __b) { in vec_any_le() function
4314 vec_any_le(vector signed short __a, vector bool short __b) { in vec_any_le() function
4321 vec_any_le(vector bool short __a, vector signed short __b) { in vec_any_le() function
[all …]
Daltivec.h13209 static int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13214 static int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13220 static int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13225 static int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13231 static int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13237 static int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13243 static int __ATTRS_o_ai vec_any_le(vector bool char __a, vector bool char __b) { in vec_any_le() function
13248 static int __ATTRS_o_ai vec_any_le(vector short __a, vector short __b) { in vec_any_le() function
13252 static int __ATTRS_o_ai vec_any_le(vector short __a, vector bool short __b) { in vec_any_le() function
13256 static int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function
[all …]