/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 64 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_vsx() 80 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_vsx() 111 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_vsx() 118 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_vsx() 125 zero_coeff2 = vec_cmpeq(qcoeff2, vec_zeros_s16); in vp9_quantize_fp_vsx() 206 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx() 225 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx() 260 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx() 261 zero_coeff1 = vec_cmpeq(qcoeff1, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx() 262 zero_coeff2 = vec_cmpeq(qcoeff2, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx()
|
/external/libpng/powerpc/ |
D | filter_vsx_intrinsics.c | 553 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 556 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 574 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 577 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 595 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 598 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth4_vsx() 673 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth3_vsx() 676 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth3_vsx() 694 vec_cmpeq(pa_vec,smallest_vec), in png_read_filter_row_paeth3_vsx() 697 vec_cmpeq(pb_vec,smallest_vec), in png_read_filter_row_paeth3_vsx() [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 103 Packet4ui iszero_mask = reinterpret_cast<Packet4ui>(vec_cmpeq(x, p4f_ZERO)); 194 Packet4ui isnumber_mask = reinterpret_cast<Packet4ui>(vec_cmpeq(_x, _x)); 312 Packet2ul isnumber_mask = reinterpret_cast<Packet2ul>(vec_cmpeq(_x, _x));
|
D | PacketMath.h | 743 …Packet4ui mask = reinterpret_cast<Packet4ui>(vec_cmpeq(reinterpret_cast<Packet4ui>(select), reinte… 749 …Packet4ui mask = reinterpret_cast<Packet4ui>(vec_cmpeq(reinterpret_cast<Packet4ui>(select), reinte… 1025 …Packet2bl mask = vec_cmpeq(reinterpret_cast<Packet2d>(select), reinterpret_cast<Packet2d>(p2l_ONE)…
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 703 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 …]
|
D | builtins-ppc-vsx.c | 147 res_vbll = vec_cmpeq(vd, vd); in test1() 151 res_vbi = vec_cmpeq(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 154 res_vbll = vec_cmpeq(vsll, vsll); in test1() 159 res_vbll = vec_cmpeq(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 933 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/ZVector/ |
D | MathFunctions.h | 90 Packet2ul isnumber_mask = reinterpret_cast<Packet2ul>(vec_cmpeq(_x, _x));
|
D | PacketMath.h | 920 Packet4ui mask = vec_cmpeq(select, reinterpret_cast<Packet4ui>(p4i_ONE)); 927 Packet2ul mask_hi = vec_cmpeq(select_hi, reinterpret_cast<Packet2ul>(p2l_ONE)); 928 Packet2ul mask_lo = vec_cmpeq(select_lo, reinterpret_cast<Packet2ul>(p2l_ONE)); 937 Packet2ul mask = vec_cmpeq(select, reinterpret_cast<Packet2ul>(p2l_ONE));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 231 return (__m128i) vec_cmpeq ((vector signed int) a, (vector signed int) b); in vec_cmpeq_epi32()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 91 vector float C = (vector float)vec_cmpeq(*A, *B);
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 84 bool16x8_t zero_coeff = vec_cmpeq(qcoeff, vec_zeros_s16); in nonzero_scanindex()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1810 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 …]
|
D | altivec.h | 1536 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-7.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 91 vector float C = (vector float)vec_cmpeq(*A, *B);
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 91 vector float C = (vector float)vec_cmpeq(*A, *B);
|