Searched refs:vec_mulo (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 551 res_vll = vec_mulo(vi, vi); in test1() 556 res_vull = vec_mulo(vui, vui); in test1()
|
D | builtins-ppc-altivec.c | 2164 res_vs = vec_mulo(vsc, vsc); in test6() 2168 res_vus = vec_mulo(vuc, vuc); in test6() 2172 res_vi = vec_mulo(vs, vs); in test6() 2176 res_vui = vec_mulo(vus, vus); in test6()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 200 Function vec_mulo [type char] ===> OK 201 Function vec_mulo [type unsigned char] ===> OK 202 Function vec_mulo [type short] ===> OK 203 Function vec_mulo [type unsigned short] ===> OK
|
D | testVMX.c | 3125 Saux1.v = vec_mulo( Ccons1, Ccons2 ); in part2() 3137 USaux1.v = vec_mulo( UCcons1, UCcons2 ); in part2() 3149 Iaux1.v = vec_mulo( Scons1, Scons2 ); in part2() 3161 UIaux1.v = vec_mulo( UScons1, UScons2 ); in part2()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3895 vec_mulo(vector signed char __a, vector signed char __b) in vec_mulo() function 3905 vec_mulo(vector unsigned char __a, vector unsigned char __b) in vec_mulo() function 3915 vec_mulo(vector short __a, vector short __b) in vec_mulo() function 3925 vec_mulo(vector unsigned short __a, vector unsigned short __b) in vec_mulo() function 3936 vec_mulo(vector signed int __a, vector signed int __b) in vec_mulo() function 3946 vec_mulo(vector unsigned int __a, vector unsigned int __b) in vec_mulo() function
|