Searched refs:vec_all_gt (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7577 res_i = vec_all_gt(vsc, vsc); in test6() 7581 res_i = vec_all_gt(vsc, vbc); in test6() 7585 res_i = vec_all_gt(vuc, vuc); in test6() 7589 res_i = vec_all_gt(vuc, vbc); in test6() 7593 res_i = vec_all_gt(vbc, vsc); in test6() 7597 res_i = vec_all_gt(vbc, vuc); in test6() 7601 res_i = vec_all_gt(vbc, vbc); in test6() 7605 res_i = vec_all_gt(vs, vs); in test6() 7609 res_i = vec_all_gt(vs, vbs); in test6() 7613 res_i = vec_all_gt(vus, vus); in test6() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 430 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
|
D | testVMX.c | 6903 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/ |
D | altivec.h | 10768 vec_all_gt(vector signed char __a, vector signed char __b) in vec_all_gt() function 10774 vec_all_gt(vector signed char __a, vector bool char __b) in vec_all_gt() function 10780 vec_all_gt(vector unsigned char __a, vector unsigned char __b) in vec_all_gt() function 10786 vec_all_gt(vector unsigned char __a, vector bool char __b) in vec_all_gt() function 10792 vec_all_gt(vector bool char __a, vector signed char __b) in vec_all_gt() function 10800 vec_all_gt(vector bool char __a, vector unsigned char __b) in vec_all_gt() function 10806 vec_all_gt(vector bool char __a, vector bool char __b) in vec_all_gt() function 10814 vec_all_gt(vector short __a, vector short __b) in vec_all_gt() function 10820 vec_all_gt(vector short __a, vector bool short __b) in vec_all_gt() function 10826 vec_all_gt(vector unsigned short __a, vector unsigned short __b) in vec_all_gt() function [all …]
|