Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 13 of 13) sorted by relevance

/external/fec/
Dpeakval_av.c27 largest = vec_max(largest,x); in peakval_av()
35 largest = vec_max(largest,x); in peakval_av()
45 largest = vec_max(largest,x); in peakval_av()
48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
51 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
54 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
57 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
Dviterbi39_av.c191 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi39_blk_av()
194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi39_blk_av()
196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi39_blk_av()
198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi39_blk_av()
Dviterbi615_av.c196 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi615_blk_av()
199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi615_blk_av()
201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi615_blk_av()
203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi615_blk_av()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c921 res_vsll = vec_max(vsll, vsll); in test1()
926 res_vsll = vec_max(vbll, vsll); in test1()
931 res_vsll = vec_max(vsll, vbll); in test1()
936 res_vull = vec_max(vull, vull); in test1()
941 res_vull = vec_max(vbll, vull); in test1()
946 res_vull = vec_max(vull, vbll); in test1()
1171 res_vsll = vec_max(vsll, vsll); in test1()
1175 res_vsll = vec_max(vbll, vsll); in test1()
1179 res_vsll = vec_max(vsll, vbll); in test1()
1183 res_vull = vec_max(vull, vull); in test1()
[all …]
Dbuiltins-systemz-zvector.c2135 vsc = vec_max(vsc, vsc); in test_integer()
2136 vsc = vec_max(vsc, vbc); in test_integer()
2137 vsc = vec_max(vbc, vsc); in test_integer()
2138 vuc = vec_max(vuc, vuc); in test_integer()
2139 vuc = vec_max(vuc, vbc); in test_integer()
2140 vuc = vec_max(vbc, vuc); in test_integer()
2141 vss = vec_max(vss, vss); in test_integer()
2142 vss = vec_max(vss, vbs); in test_integer()
2143 vss = vec_max(vbs, vss); in test_integer()
2144 vus = vec_max(vus, vus); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c1590 res_vsc = vec_max(vsc, vsc); in test6()
1594 res_vsc = vec_max(vbc, vsc); in test6()
1598 res_vsc = vec_max(vsc, vbc); in test6()
1602 res_vuc = vec_max(vuc, vuc); in test6()
1606 res_vuc = vec_max(vbc, vuc); in test6()
1610 res_vuc = vec_max(vuc, vbc); in test6()
1614 res_vs = vec_max(vs, vs); in test6()
1618 res_vs = vec_max(vbs, vs); in test6()
1622 res_vs = vec_max(vs, vbs); in test6()
1626 res_vus = vec_max(vus, vus); in test6()
[all …]
Dbuiltins-ppc-vsx.c170 res_vf = vec_max(vf, vf); in test1()
174 res_vd = vec_max(vd, vd); in test1()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h243 …RONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
244 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
464 b = vec_max(a, vec_sld(a, a, 8));
465 res = vec_max(b, vec_sld(b, b, 4));
472 b = vec_max(a, vec_sld(a, a, 8));
473 res = vec_max(b, vec_sld(b, b, 4));
/external/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll90 ; vf1 = vec_max(vf, vf);
91 ; vd1 = vec_max(vd, vd);
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp123 Function vec_max [type char] ===> OK
124 Function vec_max [type unsigned char] ===> OK
125 Function vec_max [type short] ===> OK
126 Function vec_max [type unsigned short] ===> OK
127 Function vec_max [type integer] ===> OK
128 Function vec_max [type unsigned int] ===> OK
DtestVMX.c2424 Caux1.v = vec_max( Ccons1, Ccons2 ); in part2()
2442 UCaux1.v = vec_max( UCcons1, UCcons2 ); in part2()
2460 Saux1.v = vec_max( Scons1, Scons3 ); in part2()
2478 USaux1.v = vec_max( UScons1, UScons2 ); in part2()
2496 Iaux1.v = vec_max( Icons1, Icons2 ); in part2()
2514 UIaux1.v = vec_max( UIcons1, UIcons2 ); in part2()
2533 Faux1.v = vec_max( Fcons1, Fcons2 ); in part2()
/external/clang/lib/Headers/
Dvecintrin.h6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
Daltivec.h2918 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2923 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2928 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2933 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2938 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2943 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2948 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { in vec_max() function
2952 static vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
2957 static vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
2962 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, in vec_max() function
[all …]