Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c717 res_i = vec_all_lt(vsll, vsll); in test1()
722 res_i = vec_all_lt(vsll, vbll); in test1()
727 res_i = vec_all_lt(vull, vull); in test1()
732 res_i = vec_all_lt(vull, vbll); in test1()
737 res_i = vec_all_lt(vbll, vsll); in test1()
742 res_i = vec_all_lt(vbll, vull); in test1()
747 res_i = vec_all_lt(vbll, vbll); in test1()
752 res_i = vec_all_lt(vda, vda); in test1()
Dbuiltins-systemz-zvector.c1101 idx = vec_all_lt(vsc, vsc); in test_compare()
1103 idx = vec_all_lt(vsc, vbc); in test_compare()
1105 idx = vec_all_lt(vbc, vsc); in test_compare()
1107 idx = vec_all_lt(vuc, vuc); in test_compare()
1109 idx = vec_all_lt(vuc, vbc); in test_compare()
1111 idx = vec_all_lt(vbc, vuc); in test_compare()
1113 idx = vec_all_lt(vbc, vbc); in test_compare()
1115 idx = vec_all_lt(vss, vss); in test_compare()
1117 idx = vec_all_lt(vss, vbs); in test_compare()
1119 idx = vec_all_lt(vbs, vss); in test_compare()
[all …]
Dbuiltins-ppc-altivec.c8006 res_i = vec_all_lt(vsc, vsc); in test6()
8010 res_i = vec_all_lt(vsc, vbc); in test6()
8014 res_i = vec_all_lt(vuc, vuc); in test6()
8018 res_i = vec_all_lt(vuc, vbc); in test6()
8022 res_i = vec_all_lt(vbc, vsc); in test6()
8026 res_i = vec_all_lt(vbc, vuc); in test6()
8030 res_i = vec_all_lt(vbc, vbc); in test6()
8034 res_i = vec_all_lt(vs, vs); in test6()
8038 res_i = vec_all_lt(vs, vbs); in test6()
8042 res_i = vec_all_lt(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp446 Function vec_all_lt [type unsigned char] ===> OK
447 Function vec_all_lt [type char] ===> OK
448 Function vec_all_lt [type unsigned short] ===> OK
449 Function vec_all_lt [type short] ===> OK
450 Function vec_all_lt [type unsigned int] ===> OK
451 Function vec_all_lt [type int] ===> OK
DtestVMX.c7337 I1 = vec_all_lt( UCaux1.v, UCaux2.v ); in part5()
7347 I1 = vec_all_lt( UCaux1.v, UCaux2.v ); in part5()
7367 I1 = vec_all_lt( Caux1.v, Caux2.v ); in part5()
7377 I1 = vec_all_lt( Caux1.v, Caux2.v ); in part5()
7397 I1 = vec_all_lt( USaux1.v, USaux2.v ); in part5()
7407 I1 = vec_all_lt( USaux1.v, USaux2.v ); in part5()
7427 I1 = vec_all_lt( Saux1.v, Saux2.v ); in part5()
7437 I1 = vec_all_lt( Saux1.v, Saux2.v ); in part5()
7457 I1 = vec_all_lt( UIaux1.v, UIaux2.v ); in part5()
7467 I1 = vec_all_lt( UIaux1.v, UIaux2.v ); in part5()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h3134 vec_all_lt(vector signed char __a, vector signed char __b) { in vec_all_lt() function
3141 vec_all_lt(vector signed char __a, vector bool char __b) { in vec_all_lt() function
3148 vec_all_lt(vector bool char __a, vector signed char __b) { in vec_all_lt() function
3155 vec_all_lt(vector unsigned char __a, vector unsigned char __b) { in vec_all_lt() function
3162 vec_all_lt(vector unsigned char __a, vector bool char __b) { in vec_all_lt() function
3169 vec_all_lt(vector bool char __a, vector unsigned char __b) { in vec_all_lt() function
3176 vec_all_lt(vector bool char __a, vector bool char __b) { in vec_all_lt() function
3184 vec_all_lt(vector signed short __a, vector signed short __b) { in vec_all_lt() function
3191 vec_all_lt(vector signed short __a, vector bool short __b) { in vec_all_lt() function
3198 vec_all_lt(vector bool short __a, vector signed short __b) { in vec_all_lt() function
[all …]
Daltivec.h12277 static int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
12282 static int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
12287 static int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
12292 static int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
12297 static int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
12303 static int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
12308 static int __ATTRS_o_ai vec_all_lt(vector bool char __a, vector bool char __b) { in vec_all_lt() function
12313 static int __ATTRS_o_ai vec_all_lt(vector short __a, vector short __b) { in vec_all_lt() function
12317 static int __ATTRS_o_ai vec_all_lt(vector short __a, vector bool short __b) { in vec_all_lt() function
12321 static int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function
[all …]