Searched refs:vec_cmplt (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 72 Function vec_cmplt [type char] ===> OK 73 Function vec_cmplt [type unsigned char] ===> OK 74 Function vec_cmplt [type short] ===> OK 75 Function vec_cmplt [type unsigned short] ===> OK 76 Function vec_cmplt [type integer] ===> OK 77 Function vec_cmplt [type unsigned int] ===> OK
|
D | testVMX.c | 1459 BCaux1.v = vec_cmplt( Ccons1, Ccons2 ); in main() 1477 BCaux1.v = vec_cmplt( UCcons1, UCcons2 ); in main() 1495 BSaux1.v = vec_cmplt( Scons1, Scons2 ); in main() 1513 BSaux1.v = vec_cmplt( UScons1, UScons2 ); in main() 1531 BIaux1.v = vec_cmplt( Icons1, Icons2 ); in main() 1549 BIaux1.v = vec_cmplt( UIcons1, UIcons2 ); in main() 1568 BIaux1.v = vec_cmplt( Fcons1, Fcons2 ); in main()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1021 res_vbc = vec_cmplt(vsc, vsc); in test6() 1025 res_vbc = vec_cmplt(vuc, vuc); in test6() 1029 res_vbs = vec_cmplt(vs, vs); in test6() 1033 res_vbs = vec_cmplt(vus, vus); in test6() 1037 res_vbi = vec_cmplt(vi, vi); in test6() 1041 res_vbi = vec_cmplt(vui, vui); in test6() 1045 res_vbi = vec_cmplt(vf, vf); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 1552 vec_cmplt(vector signed char __a, vector signed char __b) in vec_cmplt() function 1558 vec_cmplt(vector unsigned char __a, vector unsigned char __b) in vec_cmplt() function 1564 vec_cmplt(vector short __a, vector short __b) in vec_cmplt() function 1570 vec_cmplt(vector unsigned short __a, vector unsigned short __b) in vec_cmplt() function 1576 vec_cmplt(vector int __a, vector int __b) in vec_cmplt() function 1582 vec_cmplt(vector unsigned int __a, vector unsigned int __b) in vec_cmplt() function 1588 vec_cmplt(vector float __a, vector float __b) in vec_cmplt() function
|