Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/ppc32/
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
DtestVMX.c4530 Caux1.v = vec_slo( Ccons3, Ccons1 ); in part3()
4553 UCaux1.v = vec_slo( UCcons3, UCcons1 ); in part3()
4576 Saux1.v = vec_slo( Scons3, UCcons1 ); in part3()
4596 USaux1.v = vec_slo( UScons3, UCcons1 ); in part3()
4616 Iaux1.v = vec_slo( Icons3, UCcons1 ); in part3()
4636 UIaux1.v = vec_slo( UIcons3, UCcons1 ); in part3()
4657 Faux1.v = vec_slo( Fcons3, UCcons1 ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c3597 res_vsc = vec_slo(vsc, vsc); in test6()
3601 res_vsc = vec_slo(vsc, vuc); in test6()
3605 res_vuc = vec_slo(vuc, vsc); in test6()
3609 res_vuc = vec_slo(vuc, vuc); in test6()
3613 res_vs = vec_slo(vs, vsc); in test6()
3617 res_vs = vec_slo(vs, vuc); in test6()
3621 res_vus = vec_slo(vus, vsc); in test6()
3625 res_vus = vec_slo(vus, vuc); in test6()
3629 res_vp = vec_slo(vp, vsc); in test6()
3633 res_vp = vec_slo(vp, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h5841 vec_slo(vector signed char __a, vector signed char __b) in vec_slo() function
5848 vec_slo(vector signed char __a, vector unsigned char __b) in vec_slo() function
5855 vec_slo(vector unsigned char __a, vector signed char __b) in vec_slo() function
5862 vec_slo(vector unsigned char __a, vector unsigned char __b) in vec_slo() function
5869 vec_slo(vector short __a, vector signed char __b) in vec_slo() function
5875 vec_slo(vector short __a, vector unsigned char __b) in vec_slo() function
5881 vec_slo(vector unsigned short __a, vector signed char __b) in vec_slo() function
5888 vec_slo(vector unsigned short __a, vector unsigned char __b) in vec_slo() function
5895 vec_slo(vector pixel __a, vector signed char __b) in vec_slo() function
5901 vec_slo(vector pixel __a, vector unsigned char __b) in vec_slo() function
[all …]