Searched refs:vec_all_lt (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 298 res_i = vec_all_lt(vll, vll); in test1() 303 res_i = vec_all_lt(vll, vbll); in test1() 308 res_i = vec_all_lt(vull, vull); in test1() 313 res_i = vec_all_lt(vull, vbll); in test1() 318 res_i = vec_all_lt(vbll, vll); in test1() 323 res_i = vec_all_lt(vbll, vull); in test1() 328 res_i = vec_all_lt(vbll, vbll); in test1()
|
D | builtins-ppc-altivec.c | 7726 res_i = vec_all_lt(vsc, vsc); in test6() 7730 res_i = vec_all_lt(vsc, vbc); in test6() 7734 res_i = vec_all_lt(vuc, vuc); in test6() 7738 res_i = vec_all_lt(vuc, vbc); in test6() 7742 res_i = vec_all_lt(vbc, vsc); in test6() 7746 res_i = vec_all_lt(vbc, vuc); in test6() 7750 res_i = vec_all_lt(vbc, vbc); in test6() 7754 res_i = vec_all_lt(vs, vs); in test6() 7758 res_i = vec_all_lt(vs, vbs); in test6() 7762 res_i = vec_all_lt(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 446 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
|
D | testVMX.c | 7337 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/ |
D | altivec.h | 11702 vec_all_lt(vector signed char __a, vector signed char __b) in vec_all_lt() function 11708 vec_all_lt(vector signed char __a, vector bool char __b) in vec_all_lt() function 11714 vec_all_lt(vector unsigned char __a, vector unsigned char __b) in vec_all_lt() function 11720 vec_all_lt(vector unsigned char __a, vector bool char __b) in vec_all_lt() function 11726 vec_all_lt(vector bool char __a, vector signed char __b) in vec_all_lt() function 11734 vec_all_lt(vector bool char __a, vector unsigned char __b) in vec_all_lt() function 11740 vec_all_lt(vector bool char __a, vector bool char __b) in vec_all_lt() function 11748 vec_all_lt(vector short __a, vector short __b) in vec_all_lt() function 11754 vec_all_lt(vector short __a, vector bool short __b) in vec_all_lt() function 11760 vec_all_lt(vector unsigned short __a, vector unsigned short __b) in vec_all_lt() function [all …]
|