Searched refs:vec_sel (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2808 /* vec_sel */
2809 res_vsc = vec_sel(vsc, vsc, vuc);
2819 res_vsc = vec_sel(vsc, vsc, vbc);
2829 res_vuc = vec_sel(vuc, vuc, vuc);
2839 res_vuc = vec_sel(vuc, vuc, vbc);
2849 res_vbc = vec_sel(vbc, vbc, vuc);
2859 res_vbc = vec_sel(vbc, vbc, vbc);
2869 res_vs = vec_sel(vs, vs, vus);
2879 res_vs = vec_sel(vs, vs, vbs);
2889 res_vus = vec_sel(vu
[all...]
/external/valgrind/main/none/tests/ppc32/
H A 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
H A DtestVMX.c3981 /* Function vec_sel */
3984 Caux1.v = vec_sel( Ccons1, Ccons2, UCcons1 );
3995 printf("Function vec_sel [type char] ===> Error\n");
3997 printf("Function vec_sel [type char] ===> OK\n");
4000 UCaux1.v = vec_sel( UCcons1, UCcons2, UCcons3 );
4011 printf("Function vec_sel [type unsigned char] ===> Error\n");
4013 printf("Function vec_sel [type unsigned char] ===> OK\n");
4016 Saux1.v = vec_sel( Scons1, Scons2, UScons1 );
4027 printf("Function vec_sel [type short] ===> Error\n");
4029 printf("Function vec_sel [typ
[all...]
/external/clang/lib/Headers/
H A Daltivec.h4876 /* vec_sel */
4878 #define __builtin_altivec_vsel_4si vec_sel
4881 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4887 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) function
4893 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) function
4899 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) function
4905 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4911 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) function
4917 vec_sel(vector short __a, vector short __b, vector unsigned short __c) function
4923 vec_sel(vecto function
4929 vec_sel(vector unsigned short __a, function
4937 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) function
4943 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) function
4949 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) function
4955 vec_sel(vector int __a, vector int __b, vector unsigned int __c) function
4961 vec_sel(vector int __a, vector int __b, vector bool int __c) function
4967 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) function
4973 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) function
4979 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) function
4985 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) function
4991 vec_sel(vector float __a, vector float __b, vector unsigned int __c) function
4999 vec_sel(vector float __a, vector float __b, vector bool int __c) function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c1038 vd = vec_sel(vd, vd_orig, vsel);
H A DSDL_blit_N.c638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel);

Completed in 402 milliseconds