/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 | 6443 #define __builtin_altivec_vsel_4si vec_sel 6445 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function 6451 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function 6456 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function 6461 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function 6467 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function 6471 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function 6477 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function 6483 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function 6490 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 150 x = vec_sel(x, p4f_minus_inf, iszero_mask); 151 x = vec_sel(p4f_minus_nan, x, isvalid_mask); 195 return vec_sel(_x, pmax(pmul(y, reinterpret_cast<Packet4f>(emm0)), _x), 313 return vec_sel(_x, pmax(pmul(x, reinterpret_cast<Packet2d>(emm0)), _x),
|
D | PacketMath.h | 744 return vec_sel(elsePacket, thenPacket, mask); 750 return vec_sel(elsePacket, thenPacket, mask); 1026 return vec_sel(elsePacket, thenPacket, mask);
|
/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 | 2926 res_vsc = vec_sel(vsc, vsc, vuc); in test6() 2936 res_vsc = vec_sel(vsc, vsc, vbc); in test6() 2946 res_vuc = vec_sel(vuc, vuc, vuc); in test6() 2956 res_vuc = vec_sel(vuc, vuc, vbc); in test6() 2966 res_vbc = vec_sel(vbc, vbc, vuc); in test6() 2976 res_vbc = vec_sel(vbc, vbc, vbc); in test6() 2986 res_vs = vec_sel(vs, vs, vus); in test6() 2996 res_vs = vec_sel(vs, vs, vbs); in test6() 3006 res_vus = vec_sel(vus, vus, vus); in test6() 3016 res_vus = vec_sel(vus, vus, vbs); in test6() [all …]
|
D | builtins-ppc-vsx.c | 871 res_vf = vec_sel(vd, vd, vbll); in test1() 887 res_vd = vec_sel(vd, vd, vull); in test1()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 50 vec_vsx_st(vec_sel(v0, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst); in vpx_h_predictor_4x4_vsx() 52 vec_vsx_st(vec_sel(v1, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst); in vpx_h_predictor_4x4_vsx() 54 vec_vsx_st(vec_sel(v2, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst); in vpx_h_predictor_4x4_vsx() 56 vec_vsx_st(vec_sel(v3, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst); in vpx_h_predictor_4x4_vsx() 247 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx() 253 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx() 259 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx() 265 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst); in vpx_tm_predictor_4x4_vsx()
|
/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()
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | MathFunctions.h | 91 return vec_sel(_x, pmax(pmul(x, reinterpret_cast<Packet2d>(emm0)), _x),
|
D | PacketMath.h | 921 return vec_sel(elsePacket, thenPacket, mask); 930 result.v4f[0] = vec_sel(elsePacket.v4f[0], thenPacket.v4f[0], mask_hi); 931 result.v4f[1] = vec_sel(elsePacket.v4f[1], thenPacket.v4f[1], mask_lo); 938 return vec_sel(elsePacket, thenPacket, mask);
|