Home
last modified time | relevance | path

Searched refs:vec_sel (Results 1 – 6 of 6) 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/main/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.h4878 #define __builtin_altivec_vsel_4si vec_sel
4881 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_sel() function
4887 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) in vec_sel() function
4893 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) in vec_sel() function
4899 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) in vec_sel() function
4905 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_sel() function
4911 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) in vec_sel() function
4917 vec_sel(vector short __a, vector short __b, vector unsigned short __c) in vec_sel() function
4923 vec_sel(vector short __a, vector short __b, vector bool short __c) in vec_sel() function
4929 vec_sel(vector unsigned short __a, in vec_sel() function
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_blit_N.c638 … vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel); in Blit32to32KeyAltivec()
DSDL_blit_A.c1038 vd = vec_sel(vd, vd_orig, vsel); in Blit32to32SurfaceAlphaKeyAltivec()