Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2809 res_vsc = vec_sel(vsc, vsc, vuc); in test6()
2819 res_vsc = vec_sel(vsc, vsc, vbc); in test6()
2829 res_vuc = vec_sel(vuc, vuc, vuc); in test6()
2839 res_vuc = vec_sel(vuc, vuc, vbc); in test6()
2849 res_vbc = vec_sel(vbc, vbc, vuc); in test6()
2859 res_vbc = vec_sel(vbc, vbc, vbc); in test6()
2869 res_vs = vec_sel(vs, vs, vus); in test6()
2879 res_vs = vec_sel(vs, vs, vbs); in test6()
2889 res_vus = vec_sel(vus, vus, vus); in test6()
2899 res_vus = vec_sel(vus, vus, vbs); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp254 Function vec_sel [type char] ===> OK
255 Function vec_sel [type unsigned char] ===> OK
256 Function vec_sel [type short] ===> OK
257 Function vec_sel [type unsigned short] ===> OK
258 Function vec_sel [type integer] ===> OK
259 Function vec_sel [type unsigned int] ===> OK
DtestVMX.c3984 Caux1.v = vec_sel( Ccons1, Ccons2, UCcons1 ); in part3()
4000 UCaux1.v = vec_sel( UCcons1, UCcons2, UCcons3 ); in part3()
4016 Saux1.v = vec_sel( Scons1, Scons2, UScons1 ); in part3()
4032 USaux1.v = vec_sel( UScons1, UScons2, UScons3 ); in part3()
4048 Iaux1.v = vec_sel( Icons1, Icons2, UIcons1 ); in part3()
4064 UIaux1.v = vec_sel( UIcons1, UIcons2, UIcons3 ); in part3()
4081 Faux1.v = vec_sel( Fcons1, Fcons2, UIcons1 ); in part3()
/external/clang/lib/Headers/
Daltivec.h5289 #define __builtin_altivec_vsel_4si vec_sel
5292 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_sel() function
5298 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) in vec_sel() function
5304 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) in vec_sel() function
5310 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) in vec_sel() function
5316 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_sel() function
5322 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) in vec_sel() function
5328 vec_sel(vector short __a, vector short __b, vector unsigned short __c) in vec_sel() function
5334 vec_sel(vector short __a, vector short __b, vector bool short __c) in vec_sel() function
5340 vec_sel(vector unsigned short __a, in vec_sel() function
[all …]