/external/clang/lib/Headers/ |
D | vecintrin.h | 477 vec_sel(vector signed char __a, vector signed char __b, in vec_sel() function 483 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function 488 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function 493 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) { in vec_sel() function 498 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function 504 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function 510 vec_sel(vector signed short __a, vector signed short __b, in vec_sel() function 516 vec_sel(vector signed short __a, vector signed short __b, in vec_sel() function 522 vec_sel(vector bool short __a, vector bool short __b, in vec_sel() function 528 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_sel() function [all …]
|
D | altivec.h | 6313 #define __builtin_altivec_vsel_4si vec_sel 6315 static vector signed char __ATTRS_o_ai vec_sel(vector signed char __a, in vec_sel() function 6321 static vector signed char __ATTRS_o_ai vec_sel(vector signed char __a, in vec_sel() function 6327 static vector unsigned char __ATTRS_o_ai vec_sel(vector unsigned char __a, in vec_sel() function 6333 static vector unsigned char __ATTRS_o_ai vec_sel(vector unsigned char __a, in vec_sel() function 6339 static vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function 6345 static vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function 6351 static vector short __ATTRS_o_ai vec_sel(vector short __a, vector short __b, in vec_sel() function 6356 static vector short __ATTRS_o_ai vec_sel(vector short __a, vector short __b, in vec_sel() function 6361 static vector unsigned short __ATTRS_o_ai vec_sel(vector unsigned short __a, in vec_sel() function [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 228 vsc = vec_sel(vsc, vsc, vuc); in test_core() 229 vsc = vec_sel(vsc, vsc, vbc); in test_core() 230 vuc = vec_sel(vuc, vuc, vuc); in test_core() 231 vuc = vec_sel(vuc, vuc, vbc); in test_core() 232 vbc = vec_sel(vbc, vbc, vuc); in test_core() 233 vbc = vec_sel(vbc, vbc, vbc); in test_core() 234 vss = vec_sel(vss, vss, vus); in test_core() 235 vss = vec_sel(vss, vss, vbs); in test_core() 236 vus = vec_sel(vus, vus, vus); in test_core() 237 vus = vec_sel(vus, vus, vbs); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 2907 res_vsc = vec_sel(vsc, vsc, vuc); in test6() 2917 res_vsc = vec_sel(vsc, vsc, vbc); in test6() 2927 res_vuc = vec_sel(vuc, vuc, vuc); in test6() 2937 res_vuc = vec_sel(vuc, vuc, vbc); in test6() 2947 res_vbc = vec_sel(vbc, vbc, vuc); in test6() 2957 res_vbc = vec_sel(vbc, vbc, vbc); in test6() 2967 res_vs = vec_sel(vs, vs, vus); in test6() 2977 res_vs = vec_sel(vs, vs, vbs); in test6() 2987 res_vus = vec_sel(vus, vus, vus); in test6() 2997 res_vus = vec_sel(vus, vus, vbs); in test6() [all …]
|
D | builtins-ppc-vsx.c | 683 res_vf = vec_sel(vd, vd, vbll); in test1() 699 res_vd = vec_sel(vd, vd, vull); in test1()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 254 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
|
D | testVMX.c | 3984 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()
|