Searched refs:vec_mule (Results 1 - 6 of 6) 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.c734 /* vec_mule */
735 res_vs = vec_mule(vsc, vsc); // CHECK: @llvm.ppc.altivec.vmulesb
736 res_vus = vec_mule(vuc, vuc); // CHECK: @llvm.ppc.altivec.vmuleub
737 res_vi = vec_mule(vs, vs); // CHECK: @llvm.ppc.altivec.vmulesh
738 res_vui = vec_mule(vus, vus); // CHECK: @llvm.ppc.altivec.vmuleuh
/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.h3488 /* vec_mule */
3491 vec_mule(vector signed char __a, vector signed char __b) function
3497 vec_mule(vector unsigned char __a, vector unsigned char __b) function
3503 vec_mule(vector short __a, vector short __b) function
3509 vec_mule(vector unsigned short __a, vector unsigned short __b) function
/external/clang/lib/include/
H A Daltivec.h3488 /* vec_mule */
3491 vec_mule(vector signed char __a, vector signed char __b) function
3497 vec_mule(vector unsigned char __a, vector unsigned char __b) function
3503 vec_mule(vector short __a, vector short __b) function
3509 vec_mule(vector unsigned short __a, vector unsigned short __b) function

Completed in 121 milliseconds