Searched refs:vec_mladd (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp158 Function vec_mladd [type short] ===> OK
159 Function vec_mladd [type unsigned short] ===> OK
H A DtestVMX.c2866 /* Function vec_mladd */
2870 Saux1.v = vec_mladd( Scons1, Scons2, Scons3 );
2882 printf("Function vec_mladd [type short] ===> Error\n");
2884 printf("Function vec_mladd [type short] ===> OK\n");
2888 USaux1.v = vec_mladd( UScons1, UScons2, UScons3 );
2900 printf("Function vec_mladd [type unsigned short] ===> Error\n");
2902 printf("Function vec_mladd [type unsigned short] ===> OK\n");
/external/pixman/pixman/
H A Dpixman-vmx.c58 hi = vec_mladd (hi, mod, (vector unsigned short)
74 lo = vec_mladd (lo, mod, (vector unsigned short)
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2005 /* vec_mladd */
2006 res_vus = vec_mladd(vus, vus, vus);
2012 res_vs = vec_mladd(vus, vs, vs);
2018 res_vs = vec_mladd(vs, vus, vus);
2024 res_vs = vec_mladd(vs, vs, vs);
/external/clang/lib/Headers/
H A Daltivec.h3251 /* vec_mladd */
3253 #define __builtin_altivec_vmladduhm vec_mladd
3256 vec_mladd(vector short __a, vector short __b, vector short __c) function
3262 vec_mladd(vector short __a, vector unsigned short __b, vector unsigned short __c) function
3268 vec_mladd(vector unsigned short __a, vector short __b, vector short __c) function
3274 vec_mladd(vector unsigned short __a, function

Completed in 2503 milliseconds