/external/fec/ |
D | viterbi27_av.c | 154 survivor0 = vec_min(m0,m1); in update_viterbi27_blk_av() 155 survivor1 = vec_min(m2,m3); in update_viterbi27_blk_av() 172 survivor0 = vec_min(m0,m1); in update_viterbi27_blk_av() 173 survivor1 = vec_min(m2,m3); in update_viterbi27_blk_av() 186 scale0 = vec_min(vp->new_metrics->v[0],vp->new_metrics->v[1]); in update_viterbi27_blk_av() 187 scale1 = vec_min(vp->new_metrics->v[2],vp->new_metrics->v[3]); in update_viterbi27_blk_av() 188 scale0 = vec_min(scale0,scale1); in update_viterbi27_blk_av() 189 scale0 = vec_min(scale0,vec_sld(scale0,scale0,8)); in update_viterbi27_blk_av() 190 scale0 = vec_min(scale0,vec_sld(scale0,scale0,4)); in update_viterbi27_blk_av() 191 scale0 = vec_min(scale0,vec_sld(scale0,scale0,2)); in update_viterbi27_blk_av() [all …]
|
D | viterbi29_av.c | 151 survivor0 = vec_min(m0,m1); in update_viterbi29_blk_av() 152 survivor1 = vec_min(m2,m3); in update_viterbi29_blk_av() 170 scale0 = vec_min(scale0,vp->new_metrics->v[i]); in update_viterbi29_blk_av() 171 scale1 = vec_min(scale1,vp->new_metrics->v[i+1]); in update_viterbi29_blk_av() 173 scale0 = vec_min(scale0,scale1); in update_viterbi29_blk_av() 174 scale0 = vec_min(scale0,vec_sld(scale0,scale0,8)); in update_viterbi29_blk_av() 175 scale0 = vec_min(scale0,vec_sld(scale0,scale0,4)); in update_viterbi29_blk_av() 176 scale0 = vec_min(scale0,vec_sld(scale0,scale0,2)); in update_viterbi29_blk_av() 177 scale0 = vec_min(scale0,vec_sld(scale0,scale0,1)); in update_viterbi29_blk_av()
|
D | viterbi39_av.c | 154 survivor0 = vec_min(m0,m1); in update_viterbi39_blk_av() 155 survivor1 = vec_min(m2,m3); in update_viterbi39_blk_av() 190 min_metric = vec_min(min_metric,vp->new_metrics->v[i]); in update_viterbi39_blk_av() 193 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,8)); in update_viterbi39_blk_av() 195 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,4)); in update_viterbi39_blk_av() 197 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,2)); in update_viterbi39_blk_av() 229 scale = vec_min(scale,vp->new_metrics->v[i]); in update_viterbi39_blk_av() 231 scale = vec_min(scale,vec_sld(scale,scale,8)); in update_viterbi39_blk_av() 232 scale = vec_min(scale,vec_sld(scale,scale,4)); in update_viterbi39_blk_av() 233 scale = vec_min(scale,vec_sld(scale,scale,2)); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 159 survivor0 = vec_min(m0,m1); in update_viterbi615_blk_av() 160 survivor1 = vec_min(m2,m3); in update_viterbi615_blk_av() 195 min_metric = vec_min(min_metric,vp->new_metrics->v[i]); in update_viterbi615_blk_av() 198 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,8)); in update_viterbi615_blk_av() 200 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,4)); in update_viterbi615_blk_av() 202 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,2)); in update_viterbi615_blk_av() 235 scale = vec_min(scale,vp->new_metrics->v[i]); in update_viterbi615_blk_av() 237 scale = vec_min(scale,vec_sld(scale,scale,8)); in update_viterbi615_blk_av() 238 scale = vec_min(scale,vec_sld(scale,scale,4)); in update_viterbi615_blk_av() 239 scale = vec_min(scale,vec_sld(scale,scale,2)); in update_viterbi615_blk_av()
|
D | peakval_av.c | 26 smallest = vec_min(smallest,x); in peakval_av() 34 smallest = vec_min(smallest,x); in peakval_av() 44 smallest = vec_min(smallest,x); in peakval_av()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 962 res_vsll = vec_min(vsll, vsll); in test1() 967 res_vsll = vec_min(vbll, vsll); in test1() 972 res_vsll = vec_min(vsll, vbll); in test1() 977 res_vull = vec_min(vull, vull); in test1() 982 res_vull = vec_min(vbll, vull); in test1() 987 res_vull = vec_min(vull, vbll); in test1() 1193 res_vsll = vec_min(vsll, vsll); in test1() 1197 res_vsll = vec_min(vbll, vsll); in test1() 1201 res_vsll = vec_min(vsll, vbll); in test1() 1205 res_vull = vec_min(vull, vull); in test1() [all …]
|
D | builtins-systemz-zvector.c | 2161 vsc = vec_min(vsc, vsc); in test_integer() 2162 vsc = vec_min(vsc, vbc); in test_integer() 2163 vsc = vec_min(vbc, vsc); in test_integer() 2164 vuc = vec_min(vuc, vuc); in test_integer() 2165 vuc = vec_min(vuc, vbc); in test_integer() 2166 vuc = vec_min(vbc, vuc); in test_integer() 2167 vss = vec_min(vss, vss); in test_integer() 2168 vss = vec_min(vss, vbs); in test_integer() 2169 vss = vec_min(vbs, vss); in test_integer() 2170 vus = vec_min(vus, vus); in test_integer() [all …]
|
D | builtins-ppc-altivec.c | 1945 res_vsc = vec_min(vsc, vsc); in test6() 1949 res_vsc = vec_min(vbc, vsc); in test6() 1953 res_vsc = vec_min(vsc, vbc); in test6() 1957 res_vuc = vec_min(vuc, vuc); in test6() 1961 res_vuc = vec_min(vbc, vuc); in test6() 1965 res_vuc = vec_min(vuc, vbc); in test6() 1969 res_vs = vec_min(vs, vs); in test6() 1973 res_vs = vec_min(vbs, vs); in test6() 1977 res_vs = vec_min(vs, vbs); in test6() 1981 res_vus = vec_min(vus, vus); in test6() [all …]
|
D | builtins-ppc-vsx.c | 227 res_vf = vec_min(vf, vf); in test1() 231 res_vd = vec_min(vd, vd); in test1()
|
/external/libpng/powerpc/ |
D | filter_vsx_intrinsics.c | 552 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth4_vsx() 573 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth4_vsx() 594 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth4_vsx() 672 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth3_vsx() 693 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth3_vsx() 714 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth3_vsx() 735 smallest_vec = vec_min(pc_vec, vec_min(pa_vec,pb_vec)); in png_read_filter_row_paeth3_vsx()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1022 res_vsll = vec_min(vsll, vsll); in test1() 1027 res_vsll = vec_min(vbll, vsll); in test1() 1032 res_vsll = vec_min(vsll, vbll); in test1() 1037 res_vull = vec_min(vull, vull); in test1() 1042 res_vull = vec_min(vbll, vull); in test1() 1047 res_vull = vec_min(vull, vbll); in test1() 1257 res_vsll = vec_min(vsll, vsll); in test1() 1261 res_vsll = vec_min(vbll, vsll); in test1() 1265 res_vsll = vec_min(vsll, vbll); in test1() 1269 res_vull = vec_min(vull, vull); in test1() [all …]
|
D | builtins-ppc-altivec.c | 2118 res_vsc = vec_min(vsc, vsc); in test6() 2122 res_vsc = vec_min(vbc, vsc); in test6() 2126 res_vsc = vec_min(vsc, vbc); in test6() 2130 res_vuc = vec_min(vuc, vuc); in test6() 2134 res_vuc = vec_min(vbc, vuc); in test6() 2138 res_vuc = vec_min(vuc, vbc); in test6() 2142 res_vs = vec_min(vs, vs); in test6() 2146 res_vs = vec_min(vbs, vs); in test6() 2150 res_vs = vec_min(vs, vbs); in test6() 2154 res_vus = vec_min(vus, vus); in test6() [all …]
|
D | builtins-ppc-vsx.c | 242 res_vf = vec_min(vf, vf); in test1() 246 res_vd = vec_min(vd, vd); in test1()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector.c | 3351 vsc = vec_min(vsc, vsc); in test_integer() 3353 vsc = vec_min(vsc, vbc); in test_integer() 3355 vsc = vec_min(vbc, vsc); in test_integer() 3357 vuc = vec_min(vuc, vuc); in test_integer() 3359 vuc = vec_min(vuc, vbc); in test_integer() 3361 vuc = vec_min(vbc, vuc); in test_integer() 3363 vss = vec_min(vss, vss); in test_integer() 3365 vss = vec_min(vss, vbs); in test_integer() 3367 vss = vec_min(vbs, vss); in test_integer() 3369 vus = vec_min(vus, vus); in test_integer() [all …]
|
D | builtins-systemz-zvector2-constrained.c | 400 vf = vec_min(vf, vf); in test_float() 403 vd = vec_min(vd, vd); in test_float()
|
D | builtins-systemz-zvector2.c | 703 vf = vec_min(vf, vf); in test_float() 706 vd = vec_min(vd, vd); in test_float()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 93 ; vf3 = vec_min(vf, vf); 94 ; vd2 = vec_min(vd, vd);
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 93 ; vf3 = vec_min(vf, vf); 94 ; vd2 = vec_min(vd, vd);
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 391 …RONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } 392 …RONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } 631 b = vec_min(a, vec_sld(a, a, 8)); 632 res = vec_min(b, vec_sld(b, b, 4)); 639 b = vec_min(a, vec_sld(a, a, 8)); 640 res = vec_min(b, vec_sld(b, b, 4)); 913 …RONG_INLINE Packet2d pmin<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_min(a, b); }
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | types_vsx.h | 79 #define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b))
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 6551 vec_min(vector signed char __a, vector signed char __b) { in vec_min() function 6556 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function 6562 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function 6568 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function 6573 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function 6579 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function 6585 vec_min(vector signed short __a, vector signed short __b) { in vec_min() function 6590 vec_min(vector signed short __a, vector bool short __b) { in vec_min() function 6596 vec_min(vector bool short __a, vector signed short __b) { in vec_min() function 6602 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function [all …]
|
D | altivec.h | 3876 vec_min(vector signed char __a, vector signed char __b) { in vec_min() function 3881 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function 3886 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function 3891 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function 3896 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function 3901 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function 3905 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function 3910 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min() function 3915 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function 3921 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function [all …]
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | emmintrin.h | 315 return (vec_min (__A, __B)); in _mm_min_pd() 324 c = vec_min (a, b); in _mm_min_sd() 1770 rshift = vec_min (rshift, rshmax); in _mm_sra_epi16() 1788 rshift = vec_min (rshift, rshmax); in _mm_sra_epi32() 1985 return (__m128i) vec_min ((__v8hi) __A, (__v8hi)__B); in _mm_min_epi16() 1991 return (__m128i) vec_min ((__v16qu) __A, (__v16qu)__B); in _mm_min_epu8() 2168 vmin = vec_min (a, b); in _mm_sad_epu8()
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 8096 vec_min(__vector signed char __a, __vector signed char __b) { in vec_min() function 8102 vec_min(__vector signed char __a, __vector __bool char __b) { in vec_min() function 8109 vec_min(__vector __bool char __a, __vector signed char __b) { in vec_min() function 8115 vec_min(__vector unsigned char __a, __vector unsigned char __b) { in vec_min() function 8121 vec_min(__vector unsigned char __a, __vector __bool char __b) { in vec_min() function 8128 vec_min(__vector __bool char __a, __vector unsigned char __b) { in vec_min() function 8134 vec_min(__vector signed short __a, __vector signed short __b) { in vec_min() function 8140 vec_min(__vector signed short __a, __vector __bool short __b) { in vec_min() function 8147 vec_min(__vector __bool short __a, __vector signed short __b) { in vec_min() function 8153 vec_min(__vector unsigned short __a, __vector unsigned short __b) { in vec_min() function [all …]
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 566 …RONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } 567 …RONG_INLINE Packet2d pmin<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_min(a, b); }
|