Home
last modified time | relevance | path

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

/external/valgrind/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.c3565 res_vsc = vec_slo(vsc, vsc); in test6()
3569 res_vsc = vec_slo(vsc, vuc); in test6()
3573 res_vuc = vec_slo(vuc, vsc); in test6()
3577 res_vuc = vec_slo(vuc, vuc); in test6()
3581 res_vs = vec_slo(vs, vsc); in test6()
3585 res_vs = vec_slo(vs, vuc); in test6()
3589 res_vus = vec_slo(vus, vsc); in test6()
3593 res_vus = vec_slo(vus, vuc); in test6()
3597 res_vp = vec_slo(vp, vsc); in test6()
3601 res_vp = vec_slo(vp, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h6170 vec_slo(vector signed char __a, vector signed char __b) in vec_slo() function
6177 vec_slo(vector signed char __a, vector unsigned char __b) in vec_slo() function
6184 vec_slo(vector unsigned char __a, vector signed char __b) in vec_slo() function
6191 vec_slo(vector unsigned char __a, vector unsigned char __b) in vec_slo() function
6198 vec_slo(vector short __a, vector signed char __b) in vec_slo() function
6204 vec_slo(vector short __a, vector unsigned char __b) in vec_slo() function
6210 vec_slo(vector unsigned short __a, vector signed char __b) in vec_slo() function
6217 vec_slo(vector unsigned short __a, vector unsigned char __b) in vec_slo() function
6224 vec_slo(vector pixel __a, vector signed char __b) in vec_slo() function
6230 vec_slo(vector pixel __a, vector unsigned char __b) in vec_slo() function
[all …]