Searched refs:vec_all_ge (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 190 res_i = vec_all_ge(vll, vll); in test1() 195 res_i = vec_all_ge(vll, vbll); in test1() 200 res_i = vec_all_ge(vull, vull); in test1() 205 res_i = vec_all_ge(vull, vbll); in test1() 210 res_i = vec_all_ge(vbll, vll); in test1() 215 res_i = vec_all_ge(vbll, vull); in test1() 220 res_i = vec_all_ge(vbll, vbll); in test1()
|
D | builtins-ppc-altivec.c | 7454 res_i = vec_all_ge(vsc, vsc); in test6() 7458 res_i = vec_all_ge(vsc, vbc); in test6() 7462 res_i = vec_all_ge(vuc, vuc); in test6() 7466 res_i = vec_all_ge(vuc, vbc); in test6() 7470 res_i = vec_all_ge(vbc, vsc); in test6() 7474 res_i = vec_all_ge(vbc, vuc); in test6() 7478 res_i = vec_all_ge(vbc, vbc); in test6() 7482 res_i = vec_all_ge(vs, vs); in test6() 7486 res_i = vec_all_ge(vs, vbs); in test6() 7490 res_i = vec_all_ge(vus, vus); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 422 Function vec_all_ge [type unsigned char] ===> OK 423 Function vec_all_ge [type char] ===> OK 424 Function vec_all_ge [type unsigned short] ===> OK 425 Function vec_all_ge [type short] ===> OK 426 Function vec_all_ge [type unsigned int] ===> OK 427 Function vec_all_ge [type int] ===> OK
|
D | testVMX.c | 6713 I1 = vec_all_ge( UCaux1.v, UCaux2.v ); in part5() 6723 I1 = vec_all_ge( UCaux1.v, UCaux2.v ); in part5() 6739 I1 = vec_all_ge( Caux1.v, Caux2.v ); in part5() 6749 I1 = vec_all_ge( Caux1.v, Caux2.v ); in part5() 6765 I1 = vec_all_ge( USaux1.v, USaux2.v ); in part5() 6775 I1 = vec_all_ge( USaux1.v, USaux2.v ); in part5() 6791 I1 = vec_all_ge( Saux1.v, Saux2.v ); in part5() 6801 I1 = vec_all_ge( Saux1.v, Saux2.v ); in part5() 6817 I1 = vec_all_ge( UIaux1.v, UIaux2.v ); in part5() 6827 I1 = vec_all_ge( UIaux1.v, UIaux2.v ); in part5() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 11105 vec_all_ge(vector signed char __a, vector signed char __b) in vec_all_ge() function 11111 vec_all_ge(vector signed char __a, vector bool char __b) in vec_all_ge() function 11117 vec_all_ge(vector unsigned char __a, vector unsigned char __b) in vec_all_ge() function 11123 vec_all_ge(vector unsigned char __a, vector bool char __b) in vec_all_ge() function 11129 vec_all_ge(vector bool char __a, vector signed char __b) in vec_all_ge() function 11137 vec_all_ge(vector bool char __a, vector unsigned char __b) in vec_all_ge() function 11143 vec_all_ge(vector bool char __a, vector bool char __b) in vec_all_ge() function 11151 vec_all_ge(vector short __a, vector short __b) in vec_all_ge() function 11157 vec_all_ge(vector short __a, vector bool short __b) in vec_all_ge() function 11163 vec_all_ge(vector unsigned short __a, vector unsigned short __b) in vec_all_ge() function [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 198 if (vec_all_ge(a, b))
|