Searched refs:vec_mule (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 194 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
|
D | testVMX.c | 3075 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/ |
D | builtins-ppc-p8vector.c | 992 res_vsll = vec_mule(vsi, vsi); in test1() 997 res_vull = vec_mule(vui , vui); in test1()
|
D | builtins-systemz-zvector.c | 2308 vss = vec_mule(vsc, vsc); in test_integer() 2310 vus = vec_mule(vuc, vuc); in test_integer() 2312 vsi = vec_mule(vss, vss); in test_integer() 2314 vui = vec_mule(vus, vus); in test_integer() 2316 vsl = vec_mule(vsi, vsi); in test_integer() 2318 vul = vec_mule(vui, vui); in test_integer()
|
D | builtins-ppc-altivec.c | 2229 res_vs = vec_mule(vsc, vsc); in test6() 2233 res_vus = vec_mule(vuc, vuc); in test6() 2237 res_vi = vec_mule(vs, vs); in test6() 2241 res_vui = vec_mule(vus, vus); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7068 vec_mule(vector signed char __a, vector signed char __b) { in vec_mule() function 7073 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function 7078 vec_mule(vector signed short __a, vector signed short __b) { in vec_mule() function 7083 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function 7088 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function 7093 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
|
D | altivec.h | 4271 static vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function 4280 static vector unsigned short __ATTRS_o_ai vec_mule(vector unsigned char __a, in vec_mule() function 4289 static vector int __ATTRS_o_ai vec_mule(vector short __a, vector short __b) { in vec_mule() function 4297 static vector unsigned int __ATTRS_o_ai vec_mule(vector unsigned short __a, in vec_mule() function 4307 static vector signed long long __ATTRS_o_ai vec_mule(vector signed int __a, in vec_mule() function 4317 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
|