Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c442 res_i = vec_any_lt(vll, vll); in test1()
447 res_i = vec_any_lt(vll, vbll); in test1()
452 res_i = vec_any_lt(vull, vull); in test1()
457 res_i = vec_any_lt(vull, vbll); in test1()
462 res_i = vec_any_lt(vbll, vll); in test1()
467 res_i = vec_any_lt(vbll, vull); in test1()
472 res_i = vec_any_lt(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c8298 res_i = vec_any_lt(vsc, vsc); in test6()
8302 res_i = vec_any_lt(vsc, vbc); in test6()
8306 res_i = vec_any_lt(vuc, vuc); in test6()
8310 res_i = vec_any_lt(vuc, vbc); in test6()
8314 res_i = vec_any_lt(vbc, vsc); in test6()
8318 res_i = vec_any_lt(vbc, vuc); in test6()
8322 res_i = vec_any_lt(vbc, vbc); in test6()
8326 res_i = vec_any_lt(vs, vs); in test6()
8330 res_i = vec_any_lt(vs, vbs); in test6()
8334 res_i = vec_any_lt(vus, vus); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp494 Function vec_any_lt [type char] ===> OK
495 Function vec_any_lt [type unsigned char] ===> OK
496 Function vec_any_lt [type short] ===> OK
497 Function vec_any_lt [type unsigned short] ===> OK
498 Function vec_any_lt [type int] ===> OK
499 Function vec_any_lt [type unsigned int] ===> OK
DtestVMX.c9377 b= vec_any_lt (Caux1.v, Caux2.v); in part5()
9390 b= vec_any_lt (Caux1.v, Caux2.v); in part5()
9403 b= vec_any_lt (Caux1.v, Caux2.v); in part5()
9423 b= vec_any_lt (UCaux1.v, UCaux2.v); in part5()
9436 b= vec_any_lt (UCaux1.v, UCaux2.v); in part5()
9449 b= vec_any_lt (UCaux1.v, UCaux2.v); in part5()
9469 b= vec_any_lt (Saux1.v, Saux2.v); in part5()
9482 b= vec_any_lt (Saux1.v, Saux2.v); in part5()
9495 b= vec_any_lt (Saux1.v, Saux2.v); in part5()
9515 b= vec_any_lt (USaux1.v, USaux2.v); in part5()
[all …]
/external/clang/lib/Headers/
Daltivec.h12964 vec_any_lt(vector signed char __a, vector signed char __b) in vec_any_lt() function
12970 vec_any_lt(vector signed char __a, vector bool char __b) in vec_any_lt() function
12976 vec_any_lt(vector unsigned char __a, vector unsigned char __b) in vec_any_lt() function
12982 vec_any_lt(vector unsigned char __a, vector bool char __b) in vec_any_lt() function
12989 vec_any_lt(vector bool char __a, vector signed char __b) in vec_any_lt() function
12997 vec_any_lt(vector bool char __a, vector unsigned char __b) in vec_any_lt() function
13004 vec_any_lt(vector bool char __a, vector bool char __b) in vec_any_lt() function
13012 vec_any_lt(vector short __a, vector short __b) in vec_any_lt() function
13018 vec_any_lt(vector short __a, vector bool short __b) in vec_any_lt() function
13024 vec_any_lt(vector unsigned short __a, vector unsigned short __b) in vec_any_lt() function
[all …]