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

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp387 Function vec_sum4s [type char] ===> OK
388 Function vec_sum4s [type unsigned char] ===> OK
389 Function vec_sum4s [type short] ===> OK
H A DtestVMX.c6083 /* Function vec_sum4s */
6086 Iaux1.v = vec_sum4s( Ccons2, Icons2 );
6098 printf("Function vec_sum4s [type char] ===> Error\n");
6100 printf("Function vec_sum4s [type char] ===> OK\n");
6103 UIaux1.v = vec_sum4s( UCcons2, UIcons2 );
6115 printf("Function vec_sum4s [type unsigned char] ===> Error\n");
6117 printf("Function vec_sum4s [type unsigned char] ===> OK\n");
6120 Iaux1.v = vec_sum4s( Scons2, Icons2 );
6132 printf("Function vec_sum4s [type short] ===> Error\n");
6134 printf("Function vec_sum4s [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c5149 /* vec_sum4s */
5150 res_vi = vec_sum4s(vsc, vi);
5154 res_vui = vec_sum4s(vuc, vui);
5158 res_vi = vec_sum4s(vs, vi);
/external/clang/lib/Headers/
H A Daltivec.h8409 /* vec_sum4s */
8412 vec_sum4s(vector signed char __a, vector int __b) function
8418 vec_sum4s(vector unsigned char __a, vector unsigned int __b) function
8424 vec_sum4s(vector signed short __a, vector int __b) function

Completed in 258 milliseconds