Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/ppc32/
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
DtestVMX.c3075 Saux1.v = vec_mule( Ccons1, Ccons2 ); in part2()
3087 USaux1.v = vec_mule( UCcons1, UCcons2 ); in part2()
3099 Iaux1.v = vec_mule( Scons1, Scons2 ); in part2()
3111 UIaux1.v = vec_mule( UScons1, UScons2 ); in part2()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2131 res_vs = vec_mule(vsc, vsc); in test6()
2135 res_vus = vec_mule(vuc, vuc); in test6()
2139 res_vi = vec_mule(vs, vs); in test6()
2143 res_vui = vec_mule(vus, vus); in test6()
/external/qemu/distrib/sdl-1.2.15/src/video/
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/
Daltivec.h3497 vec_mule(vector signed char __a, vector signed char __b) in vec_mule() function
3507 vec_mule(vector unsigned char __a, vector unsigned char __b) in vec_mule() function
3517 vec_mule(vector short __a, vector short __b) in vec_mule() function
3527 vec_mule(vector unsigned short __a, vector unsigned short __b) in vec_mule() function