Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dvecintrin.h477 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 …]
Daltivec.h6443 #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/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c228 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 …]
Dbuiltins-ppc-altivec.c2926 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 …]
Dbuiltins-ppc-vsx.c871 res_vf = vec_sel(vd, vd, vbll); in test1()
887 res_vd = vec_sel(vd, vd, vull); in test1()
/external/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c52 vec_vsx_st(vec_sel(v0, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst);
54 vec_vsx_st(vec_sel(v1, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst);
56 vec_vsx_st(vec_sel(v2, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst);
58 vec_vsx_st(vec_sel(v3, vec_vsx_ld(0, dst), (uint8x16_t)mask4), 0, dst);
252 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst);
258 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst);
264 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst);
270 vec_vsx_st(vec_sel(vec_packsu(val, tmp), d, (uint8x16_t)mask4), 0, dst);
Ddeblock_vsx.c34 return vec_sel(v, vec_avg(k3, v), mask); in apply_filter()
266 masked = vec_sel(val_high, filtered, mask); in vpx_mbpost_proc_across_ip_vsx()
358 masked = vec_sel(window[8], filtered, mask); in vpx_mbpost_proc_down_vsx()
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h563 return vec_sel(elsePacket, thenPacket, mask);
570 return vec_sel(elsePacket, thenPacket, mask);
880 result.v4f[0] = vec_sel(elsePacket.v4f[0], thenPacket.v4f[0], mask_hi);
881 result.v4f[1] = vec_sel(elsePacket.v4f[1], thenPacket.v4f[1], mask_lo);
1046 return vec_sel(elsePacket, thenPacket, mask);
DMathFunctions.h135 return vec_sel(_x, pmax(pmul(x, reinterpret_cast<Packet2d>(emm0)), _x),
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h918 return vec_sel(b, a, reinterpret_cast<Packet4ui>(mask));
1284 input = vec_sel(input, p4ui_nan, nan_selector);
1285 input = vec_sel(input, reinterpret_cast<Packet4ui>(p4f), subnormal_selector);
2104 return vec_sel(elsePacket, thenPacket, mask);
2119 Packet8s result = vec_sel(elsePacket, thenPacket, mask);
2127 return vec_sel(elsePacket, thenPacket, mask);
2141 return vec_sel(elsePacket, thenPacket, mask);
2151 return vec_sel(elsePacket, thenPacket, mask);
2219 low_even = vec_sel(low_even, p4ui_low_mask, overflow_selector);
2223 low_odd = vec_sel(low_even, p4ui_low_mask, overflow_selector);
[all …]
/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c483 #define if_then_else(c,t,e) vec_sel(e,t,c)