Searched refs:vec_slo (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp286 Function vec_slo [type char] ===> OK
287 Function vec_slo [type unsigned char] ===> OK
288 Function vec_slo [type short] ===> OK
289 Function vec_slo [type unsigned short] ===> OK
290 Function vec_slo [type integer] ===> OK
291 Function vec_slo [type unsigned int] ===> OK
H A DtestVMX.c4527 /* Function vec_slo */
4530 Caux1.v = vec_slo( Ccons3, Ccons1 );
4548 printf("Function vec_slo [type char] ===> Error\n");
4550 printf("Function vec_slo [type char] ===> OK\n");
4553 UCaux1.v = vec_slo( UCcons3, UCcons1 );
4571 printf("Function vec_slo [type unsigned char] ===> Error\n");
4573 printf("Function vec_slo [type unsigned char] ===> OK\n");
4576 Saux1.v = vec_slo( Scons3, UCcons1 );
4591 printf("Function vec_slo [type short] ===> Error\n");
4593 printf("Function vec_slo [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c3596 /* vec_slo */
3597 res_vsc = vec_slo(vsc, vsc);
3601 res_vsc = vec_slo(vsc, vuc);
3605 res_vuc = vec_slo(vuc, vsc);
3609 res_vuc = vec_slo(vuc, vuc);
3613 res_vs = vec_slo(vs, vsc);
3617 res_vs = vec_slo(vs, vuc);
3621 res_vus = vec_slo(vus, vsc);
3625 res_vus = vec_slo(vus, vuc);
3629 res_vp = vec_slo(v
[all...]
/external/clang/lib/Headers/
H A Daltivec.h5838 /* vec_slo */
5841 vec_slo(vector signed char __a, vector signed char __b) function
5848 vec_slo(vector signed char __a, vector unsigned char __b) function
5855 vec_slo(vector unsigned char __a, vector signed char __b) function
5862 vec_slo(vector unsigned char __a, vector unsigned char __b) function
5869 vec_slo(vector short __a, vector signed char __b) function
5875 vec_slo(vector short __a, vector unsigned char __b) function
5881 vec_slo(vector unsigned short __a, vector signed char __b) function
5888 vec_slo(vector unsigned short __a, vector unsigned char __b) function
5895 vec_slo(vecto function
5901 vec_slo(vector pixel __a, vector unsigned char __b) function
5907 vec_slo(vector int __a, vector signed char __b) function
5913 vec_slo(vector int __a, vector unsigned char __b) function
5919 vec_slo(vector unsigned int __a, vector signed char __b) function
5926 vec_slo(vector unsigned int __a, vector unsigned char __b) function
5933 vec_slo(vector float __a, vector signed char __b) function
5939 vec_slo(vector float __a, vector unsigned char __b) function
[all...]

Completed in 111 milliseconds