/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 881 res_i = vec_any_lt(vsll, vsll); in test1() 886 res_i = vec_any_lt(vsll, vbll); in test1() 891 res_i = vec_any_lt(vull, vull); in test1() 896 res_i = vec_any_lt(vull, vbll); in test1() 901 res_i = vec_any_lt(vbll, vsll); in test1() 906 res_i = vec_any_lt(vbll, vull); in test1() 911 res_i = vec_any_lt(vbll, vbll); in test1() 916 res_i = vec_any_lt(vda, vda); in test1()
|
D | builtins-systemz-zvector.c | 1469 idx = vec_any_lt(vsc, vsc); in test_compare() 1471 idx = vec_any_lt(vsc, vbc); in test_compare() 1473 idx = vec_any_lt(vbc, vsc); in test_compare() 1475 idx = vec_any_lt(vuc, vuc); in test_compare() 1477 idx = vec_any_lt(vuc, vbc); in test_compare() 1479 idx = vec_any_lt(vbc, vuc); in test_compare() 1481 idx = vec_any_lt(vbc, vbc); in test_compare() 1483 idx = vec_any_lt(vss, vss); in test_compare() 1485 idx = vec_any_lt(vss, vbs); in test_compare() 1487 idx = vec_any_lt(vbs, vss); in test_compare() [all …]
|
D | builtins-ppc-altivec.c | 8578 res_i = vec_any_lt(vsc, vsc); in test6() 8582 res_i = vec_any_lt(vsc, vbc); in test6() 8586 res_i = vec_any_lt(vuc, vuc); in test6() 8590 res_i = vec_any_lt(vuc, vbc); in test6() 8594 res_i = vec_any_lt(vbc, vsc); in test6() 8598 res_i = vec_any_lt(vbc, vuc); in test6() 8602 res_i = vec_any_lt(vbc, vbc); in test6() 8606 res_i = vec_any_lt(vs, vs); in test6() 8610 res_i = vec_any_lt(vs, vbs); in test6() 8614 res_i = vec_any_lt(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 494 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
|
D | testVMX.c | 9377 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/ |
D | vecintrin.h | 4466 vec_any_lt(vector signed char __a, vector signed char __b) { in vec_any_lt() function 4473 vec_any_lt(vector signed char __a, vector bool char __b) { in vec_any_lt() function 4480 vec_any_lt(vector bool char __a, vector signed char __b) { in vec_any_lt() function 4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { in vec_any_lt() function 4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { in vec_any_lt() function 4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { in vec_any_lt() function 4508 vec_any_lt(vector bool char __a, vector bool char __b) { in vec_any_lt() function 4516 vec_any_lt(vector signed short __a, vector signed short __b) { in vec_any_lt() function 4523 vec_any_lt(vector signed short __a, vector bool short __b) { in vec_any_lt() function 4530 vec_any_lt(vector bool short __a, vector signed short __b) { in vec_any_lt() function [all …]
|
D | altivec.h | 13379 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt() function 13384 static int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt() function 13390 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt() function 13395 static int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt() function 13401 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt() function 13407 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt() function 13413 static int __ATTRS_o_ai vec_any_lt(vector bool char __a, vector bool char __b) { in vec_any_lt() function 13418 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector short __b) { in vec_any_lt() function 13422 static int __ATTRS_o_ai vec_any_lt(vector short __a, vector bool short __b) { in vec_any_lt() function 13426 static int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, in vec_any_lt() function [all …]
|