Searched refs:vec_mulo (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c1002 /* vec_mulo */
1003 res_vsll = vec_mulo(vsi, vsi);
1006 // CHECK-PPC: error: call to 'vec_mulo' is ambiguous
1008 res_vull = vec_mulo(vui, vui);
1011 // CHECK-PPC: error: call to 'vec_mulo' is ambiguous
H A Dbuiltins-systemz-zvector.c2321 vss = vec_mulo(vsc, vsc);
2323 vus = vec_mulo(vuc, vuc);
2325 vsi = vec_mulo(vss, vss);
2327 vui = vec_mulo(vus, vus);
2329 vsl = vec_mulo(vsi, vsi);
2331 vul = vec_mulo(vui, vui);
H A Dbuiltins-ppc-altivec.c2261 /* vec_mulo */
2262 res_vs = vec_mulo(vsc, vsc);
2266 res_vus = vec_mulo(vuc, vuc);
2270 res_vi = vec_mulo(vs, vs);
2274 res_vui = vec_mulo(vus, vus);
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp200 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
H A DtestVMX.c3122 /* Function vec_mulo */
3125 Saux1.v = vec_mulo( Ccons1, Ccons2 );
3132 printf("Function vec_mulo [type char] ===> Error\n");
3134 printf("Function vec_mulo [type char] ===> OK\n");
3137 USaux1.v = vec_mulo( UCcons1, UCcons2 );
3144 printf("Function vec_mulo [type unsigned char] ===> Error\n");
3146 printf("Function vec_mulo [type unsigned char] ===> OK\n");
3149 Iaux1.v = vec_mulo( Scons1, Scons2 );
3156 printf("Function vec_mulo [type short] ===> Error\n");
3158 printf("Function vec_mulo [typ
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h7097 /*-- vec_mulo ---------------------------------------------------------------*/
7100 vec_mulo(vector signed char __a, vector signed char __b) { function
7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
7110 vec_mulo(vector signed short __a, vector signed short __b) { function
7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
7120 vec_mulo(vector signed int __a, vector signed int __b) { function
7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
H A Daltivec.h4370 /* vec_mulo */
4372 static vector short __ATTRS_o_ai vec_mulo(vector signed char __a, function
4381 static vector unsigned short __ATTRS_o_ai vec_mulo(vector unsigned char __a, function
4390 static vector int __ATTRS_o_ai vec_mulo(vector short __a, vector short __b) { function
4398 static vector unsigned int __ATTRS_o_ai vec_mulo(vector unsigned short __a, function
4408 static vector signed long long __ATTRS_o_ai vec_mulo(vector signed int __a, function
4418 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h7097 /*-- vec_mulo ---------------------------------------------------------------*/
7100 vec_mulo(vector signed char __a, vector signed char __b) { function
7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
7110 vec_mulo(vector signed short __a, vector signed short __b) { function
7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
7120 vec_mulo(vector signed int __a, vector signed int __b) { function
7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
H A Daltivec.h4495 /* vec_mulo */
4497 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, function
4507 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
4515 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, function
4525 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
4535 vec_mulo(vector signed int __a, vector signed int __b) { function
4544 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function

Completed in 434 milliseconds