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

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp181 Function vec_msum [type char] ===> OK
182 Function vec_msum [type unsigned char] ===> OK
183 Function vec_msum [type short] ===> OK
184 Function vec_msum [type unsigned short] ===> OK
H A DtestVMX.c2934 /* Function vec_msum */
2938 Iaux1.v = vec_msum( Ccons1, UCcons2, Icons1 );
2951 printf("Function vec_msum [type char] ===> Error\n");
2953 printf("Function vec_msum [type char] ===> OK\n");
2957 UIaux1.v = vec_msum( UCcons1, UCcons2, UIcons1 );
2970 printf("Function vec_msum [type unsigned char] ===> Error\n");
2972 printf("Function vec_msum [type unsigned char] ===> OK\n");
2976 Iaux1.v = vec_msum( Scons1, Scons2, Icons1 );
2989 printf("Function vec_msum [type short] ===> Error\n");
2991 printf("Function vec_msum [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2039 /* vec_msum */
2040 res_vi = vec_msum(vsc, vuc, vi);
2044 res_vui = vec_msum(vuc, vuc, vui);
2048 res_vi = vec_msum(vs, vs, vi);
2052 res_vui = vec_msum(vus, vus, vui);
/external/clang/lib/Headers/
H A Daltivec.h3325 /* vec_msum */
3328 vec_msum(vector signed char __a, vector unsigned char __b, vector int __c) function
3334 vec_msum(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) function
3340 vec_msum(vector short __a, vector short __b, vector int __c) function
3346 vec_msum(vector unsigned short __a, function

Completed in 220 milliseconds