Home
last modified time | relevance | path

Searched refs:vec_mladd (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp158 Function vec_mladd [type short] ===> OK
159 Function vec_mladd [type unsigned short] ===> OK
DtestVMX.c2870 Saux1.v = vec_mladd( Scons1, Scons2, Scons3 ); in part2()
2888 USaux1.v = vec_mladd( UScons1, UScons2, UScons3 ); in part2()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2006 res_vus = vec_mladd(vus, vus, vus); in test6()
2012 res_vs = vec_mladd(vus, vs, vs); in test6()
2018 res_vs = vec_mladd(vs, vus, vus); in test6()
2024 res_vs = vec_mladd(vs, vs, vs); in test6()
/external/clang/lib/Headers/
Daltivec.h3539 #define __builtin_altivec_vmladduhm vec_mladd
3542 vec_mladd(vector short __a, vector short __b, vector short __c) in vec_mladd() function
3548 vec_mladd(vector short __a, vector unsigned short __b, vector unsigned short __c) in vec_mladd() function
3554 vec_mladd(vector unsigned short __a, vector short __b, vector short __c) in vec_mladd() function
3560 vec_mladd(vector unsigned short __a, in vec_mladd() function