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/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c689 /* vec_mladd */
690 res_vus = vec_mladd(vus, vus, vus); // CHECK: mul <8 x i16>
693 res_vs = vec_mladd(vus, vs, vs); // CHECK: mul <8 x i16>
696 res_vs = vec_mladd(vs, vus, vus); // CHECK: mul <8 x i16>
699 res_vs = vec_mladd(vs, vs, vs); // CHECK: mul <8 x i16>
/external/clang/lib/include/
H A Daltivec.h3248 /* vec_mladd */
3250 #define __builtin_altivec_vmladduhm vec_mladd
3253 vec_mladd(vector short a, vector short b, vector short c) function
3259 vec_mladd(vector short a, vector unsigned short b, vector unsigned short c) function
3265 vec_mladd(vector unsigned short a, vector short b, vector short c) function
3271 vec_mladd(vector unsigned short a, function
/external/clang/lib/Headers/
H A Daltivec.h3248 /* vec_mladd */
3250 #define __builtin_altivec_vmladduhm vec_mladd
3253 vec_mladd(vector short a, vector short b, vector short c) function
3259 vec_mladd(vector short a, vector unsigned short b, vector unsigned short c) function
3265 vec_mladd(vector unsigned short a, vector short b, vector short c) function
3271 vec_mladd(vector unsigned short a, function

Completed in 143 milliseconds