Searched refs:vec_cmplt (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp72 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
H A DtestVMX.c1456 /* Function vec_cmplt */
1459 BCaux1.v = vec_cmplt( Ccons1, Ccons2 );
1472 printf("Function vec_cmplt [type char] ===> Error\n");
1474 printf("Function vec_cmplt [type char] ===> OK\n");
1477 BCaux1.v = vec_cmplt( UCcons1, UCcons2 );
1490 printf("Function vec_cmplt [type unsigned char] ===> Error\n");
1492 printf("Function vec_cmplt [type unsigned char] ===> OK\n");
1495 BSaux1.v = vec_cmplt( Scons1, Scons2 );
1508 printf("Function vec_cmplt [type short] ===> Error\n");
1510 printf("Function vec_cmplt [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1020 /* vec_cmplt */
1021 res_vbc = vec_cmplt(vsc, vsc);
1025 res_vbc = vec_cmplt(vuc, vuc);
1029 res_vbs = vec_cmplt(vs, vs);
1033 res_vbs = vec_cmplt(vus, vus);
1037 res_vbi = vec_cmplt(vi, vi);
1041 res_vbi = vec_cmplt(vui, vui);
1045 res_vbi = vec_cmplt(vf, vf);
/external/clang/lib/Headers/
H A Daltivec.h1520 /* vec_cmplt */
1523 vec_cmplt(vector signed char __a, vector signed char __b) function
1529 vec_cmplt(vector unsigned char __a, vector unsigned char __b) function
1535 vec_cmplt(vector short __a, vector short __b) function
1541 vec_cmplt(vector unsigned short __a, vector unsigned short __b) function
1547 vec_cmplt(vector int __a, vector int __b) function
1553 vec_cmplt(vector unsigned int __a, vector unsigned int __b) function
1559 vec_cmplt(vector float __a, vector float __b) function

Completed in 151 milliseconds