Home
last modified time | relevance | path

Searched refs:vec_cmpeq (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c61 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_vsx()
77 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_vsx()
108 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_vsx()
115 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_vsx()
122 zero_coeff2 = vec_cmpeq(qcoeff2, vec_zeros_s16); in vp9_quantize_fp_vsx()
201 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
220 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
255 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
256 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
257 zero_coeff2 = vec_cmpeq(qcoeff2, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c554 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
557 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
575 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
578 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
596 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
599 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx()
674 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth3_vsx()
677 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth3_vsx()
695 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth3_vsx()
698 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth3_vsx()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c703 vbc = vec_cmpeq(vsc, vsc); in test_compare()
705 vbc = vec_cmpeq(vuc, vuc); in test_compare()
707 vbc = vec_cmpeq(vbc, vbc); in test_compare()
709 vbs = vec_cmpeq(vss, vss); in test_compare()
711 vbs = vec_cmpeq(vus, vus); in test_compare()
713 vbs = vec_cmpeq(vbs, vbs); in test_compare()
715 vbi = vec_cmpeq(vsi, vsi); in test_compare()
717 vbi = vec_cmpeq(vui, vui); in test_compare()
719 vbi = vec_cmpeq(vbi, vbi); in test_compare()
721 vbl = vec_cmpeq(vsl, vsl); in test_compare()
[all …]
Dbuiltins-ppc-vsx.c147 res_vbll = vec_cmpeq(vd, vd); in test1()
151 res_vbi = vec_cmpeq(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c154 res_vbll = vec_cmpeq(vsll, vsll); in test1()
159 res_vbll = vec_cmpeq(vull, vull); in test1()
Dbuiltins-ppc-altivec.c933 res_vbc = vec_cmpeq(vsc, vsc); in test2()
937 res_vbc = vec_cmpeq(vuc, vuc); in test2()
941 res_vbs = vec_cmpeq(vs, vs); in test2()
945 res_vbs = vec_cmpeq(vus, vus); in test2()
949 res_vbi = vec_cmpeq(vi, vi); in test2()
953 res_vbi = vec_cmpeq(vui, vui); in test2()
957 res_vbi = vec_cmpeq(vf, vf); in test2()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h869 …cmp_eq(const Packet4f& a, const Packet4f& b) { return reinterpret_cast<Packet4f>(vec_cmpeq(a,b)); }
877 …cmp_eq(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmpeq(a,b)); }
880 …cmp_eq(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmpeq(a,b)); }
883 …_eq(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmpeq(a,b)); }
886 …_eq(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmpeq(a,b)); }
889 …(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmpeq(a,b)); }
1269 Packet4bi is_max_exp = vec_cmpeq(exp, p4ui_max_exp);
1270 Packet4bi is_zero_exp = vec_cmpeq(exp, reinterpret_cast<Packet4ui>(p4i_ZERO));
1272 Packet4bi is_mant_zero = vec_cmpeq(mantissa, reinterpret_cast<Packet4ui>(p4i_ZERO));
2103 …Packet4ui mask = reinterpret_cast<Packet4ui>(vec_cmpeq(reinterpret_cast<Packet4ui>(select), reinte…
[all …]
DComplex.h232 Packet4f eq = reinterpret_cast<Packet4f>(vec_cmpeq(a.v,b.v));
399 Packet2d eq = reinterpret_cast<Packet2d>(vec_cmpeq(a.v,b.v));
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h562 Packet4ui mask = vec_cmpeq(select, reinterpret_cast<Packet4ui>(p4i_ONE));
569 Packet2ul mask = vec_cmpeq(select, reinterpret_cast<Packet2ul>(p2l_ONE));
877 Packet2ul mask_hi = vec_cmpeq(select_hi, reinterpret_cast<Packet2ul>(p2l_ONE));
878 Packet2ul mask_lo = vec_cmpeq(select_lo, reinterpret_cast<Packet2ul>(p2l_ONE));
1045 Packet4ui mask = vec_cmpeq(select, reinterpret_cast<Packet4ui>(p4i_ONE));
DMathFunctions.h134 Packet2ul isnumber_mask = reinterpret_cast<Packet2ul>(vec_cmpeq(_x, _x));
DComplex.h144 Packet2d eq = vec_cmpeq (a.v, b.v);
341 Packet4f eq = vec_cmpeq (a.v, b.v);
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h231 return (__m128i) vec_cmpeq ((vector signed int) a, (vector signed int) b); in vec_cmpeq_epi32()
/external/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c84 bool16x8_t zero_coeff = vec_cmpeq(qcoeff, vec_zeros_s16); in nonzero_scanindex()
/external/clang/lib/Headers/
Dvecintrin.h1810 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1815 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1825 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1830 vec_cmpeq(vector signed short __a, vector signed short __b) { in vec_cmpeq() function
1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1840 vec_cmpeq(vector bool int __a, vector bool int __b) { in vec_cmpeq() function
1845 vec_cmpeq(vector signed int __a, vector signed int __b) { in vec_cmpeq() function
1850 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq() function
[all …]
Daltivec.h1536 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1542 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1547 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1553 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1558 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1564 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1571 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
1576 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function
1582 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function
1593 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt91 vector float C = (vector float)vec_cmpeq(*A, *B);
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt91 vector float C = (vector float)vec_cmpeq(*A, *B);