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

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp194 Function vec_mule [type char] ===> OK
195 Function vec_mule [type unsigned char] ===> OK
196 Function vec_mule [type short] ===> OK
197 Function vec_mule [type unsigned short] ===> OK
H A DtestVMX.c3072 /* Function vec_mule */
3075 Saux1.v = vec_mule( Ccons1, Ccons2 );
3082 printf("Function vec_mule [type char] ===> Error\n");
3084 printf("Function vec_mule [type char] ===> OK\n");
3087 USaux1.v = vec_mule( UCcons1, UCcons2 );
3094 printf("Function vec_mule [type unsigned char] ===> Error\n");
3096 printf("Function vec_mule [type unsigned char] ===> OK\n");
3099 Iaux1.v = vec_mule( Scons1, Scons2 );
3106 printf("Function vec_mule [type short] ===> Error\n");
3108 printf("Function vec_mule [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2130 /* vec_mule */
2131 res_vs = vec_mule(vsc, vsc);
2135 res_vus = vec_mule(vuc, vuc);
2139 res_vi = vec_mule(vs, vs);
2143 res_vui = vec_mule(vus, vus);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c703 vector unsigned short vtemp1 = vec_mule(vs, valpha); \
709 vector unsigned short vtemp3 = vec_mule(vd, valpha2); \
/external/clang/lib/Headers/
H A Daltivec.h3494 /* vec_mule */
3497 vec_mule(vector signed char __a, vector signed char __b) function
3507 vec_mule(vector unsigned char __a, vector unsigned char __b) function
3517 vec_mule(vector short __a, vector short __b) function
3527 vec_mule(vector unsigned short __a, vector unsigned short __b) function

Completed in 5879 milliseconds