/external/fec/ |
D | peakval_av.c | 27 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()
|
D | viterbi39_av.c | 191 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()
|
D | viterbi615_av.c | 196 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/ |
D | builtins-ppc-p8vector.c | 921 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 …]
|
D | builtins-systemz-zvector.c | 2135 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 …]
|
D | builtins-ppc-altivec.c | 1590 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 …]
|
D | builtins-ppc-vsx.c | 170 res_vf = vec_max(vf, vf); in test1() 174 res_vd = vec_max(vd, vd); in test1()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 243 …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/ |
D | vsx-minmax.ll | 90 ; vf1 = vec_max(vf, vf); 91 ; vd1 = vec_max(vd, vd);
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 123 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
|
D | testVMX.c | 2424 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/ |
D | vecintrin.h | 6408 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 …]
|
D | altivec.h | 2918 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 …]
|