Searched refs:vec_mulo (Results 1 – 7 of 7) sorted by relevance
/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/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1003 res_vsll = vec_mulo(vsi, vsi); in test1() 1008 res_vull = vec_mulo(vui, vui); in test1()
|
D | builtins-systemz-zvector.c | 2321 vss = vec_mulo(vsc, vsc); in test_integer() 2323 vus = vec_mulo(vuc, vuc); in test_integer() 2325 vsi = vec_mulo(vss, vss); in test_integer() 2327 vui = vec_mulo(vus, vus); in test_integer() 2329 vsl = vec_mulo(vsi, vsi); in test_integer() 2331 vul = vec_mulo(vui, vui); in test_integer()
|
D | builtins-ppc-altivec.c | 2262 res_vs = vec_mulo(vsc, vsc); in test6() 2266 res_vus = vec_mulo(vuc, vuc); in test6() 2270 res_vi = vec_mulo(vs, vs); in test6() 2274 res_vui = vec_mulo(vus, vus); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7100 vec_mulo(vector signed char __a, vector signed char __b) { in vec_mulo() function 7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function 7110 vec_mulo(vector signed short __a, vector signed short __b) { in vec_mulo() function 7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function 7120 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function 7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
|
D | altivec.h | 4372 static vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function 4381 static vector unsigned short __ATTRS_o_ai vec_mulo(vector unsigned char __a, in vec_mulo() function 4390 static vector int __ATTRS_o_ai vec_mulo(vector short __a, vector short __b) { in vec_mulo() function 4398 static vector unsigned int __ATTRS_o_ai vec_mulo(vector unsigned short __a, in vec_mulo() function 4408 static vector signed long long __ATTRS_o_ai vec_mulo(vector signed int __a, in vec_mulo() function 4418 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
|