Home
last modified time | relevance | path

Searched refs:vec_all_gt (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c226 res_i = vec_all_gt(vll, vll); in test1()
231 res_i = vec_all_gt(vll, vbll); in test1()
236 res_i = vec_all_gt(vull, vull); in test1()
241 res_i = vec_all_gt(vull, vbll); in test1()
246 res_i = vec_all_gt(vbll, vll); in test1()
251 res_i = vec_all_gt(vbll, vull); in test1()
256 res_i = vec_all_gt(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c7543 res_i = vec_all_gt(vsc, vsc); in test6()
7547 res_i = vec_all_gt(vsc, vbc); in test6()
7551 res_i = vec_all_gt(vuc, vuc); in test6()
7555 res_i = vec_all_gt(vuc, vbc); in test6()
7559 res_i = vec_all_gt(vbc, vsc); in test6()
7563 res_i = vec_all_gt(vbc, vuc); in test6()
7567 res_i = vec_all_gt(vbc, vbc); in test6()
7571 res_i = vec_all_gt(vs, vs); in test6()
7575 res_i = vec_all_gt(vs, vbs); in test6()
7579 res_i = vec_all_gt(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp430 Function vec_all_gt [type unsigned char] ===> OK
431 Function vec_all_gt [type char] ===> OK
432 Function vec_all_gt [type unsigned short] ===> OK
433 Function vec_all_gt [type short] ===> OK
434 Function vec_all_gt [type unsigned int] ===> OK
435 Function vec_all_gt [type int] ===> OK
DtestVMX.c6903 I1 = vec_all_gt( UCaux1.v, UCaux2.v ); in part5()
6913 I1 = vec_all_gt( UCaux1.v, UCaux2.v ); in part5()
6933 I1 = vec_all_gt( Caux1.v, Caux2.v ); in part5()
6943 I1 = vec_all_gt( Caux1.v, Caux2.v ); in part5()
6963 I1 = vec_all_gt( USaux1.v, USaux2.v ); in part5()
6973 I1 = vec_all_gt( USaux1.v, USaux2.v ); in part5()
6993 I1 = vec_all_gt( Saux1.v, Saux2.v ); in part5()
7003 I1 = vec_all_gt( Saux1.v, Saux2.v ); in part5()
7023 I1 = vec_all_gt( UIaux1.v, UIaux2.v ); in part5()
7033 I1 = vec_all_gt( UIaux1.v, UIaux2.v ); in part5()
[all …]
/external/clang/lib/Headers/
Daltivec.h11301 vec_all_gt(vector signed char __a, vector signed char __b) in vec_all_gt() function
11307 vec_all_gt(vector signed char __a, vector bool char __b) in vec_all_gt() function
11313 vec_all_gt(vector unsigned char __a, vector unsigned char __b) in vec_all_gt() function
11319 vec_all_gt(vector unsigned char __a, vector bool char __b) in vec_all_gt() function
11325 vec_all_gt(vector bool char __a, vector signed char __b) in vec_all_gt() function
11333 vec_all_gt(vector bool char __a, vector unsigned char __b) in vec_all_gt() function
11339 vec_all_gt(vector bool char __a, vector bool char __b) in vec_all_gt() function
11347 vec_all_gt(vector short __a, vector short __b) in vec_all_gt() function
11353 vec_all_gt(vector short __a, vector bool short __b) in vec_all_gt() function
11359 vec_all_gt(vector unsigned short __a, vector unsigned short __b) in vec_all_gt() function
[all …]