/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 478 res_vll = vec_max(vll, vll); in test1() 483 res_vll = vec_max(vbll, vll); in test1() 488 res_vll = vec_max(vll, vbll); in test1() 493 res_vull = vec_max(vull, vull); in test1() 498 res_vull = vec_max(vbll, vull); in test1() 503 res_vull = vec_max(vull, vbll); in test1()
|
D | builtins-ppc-vsx.c | 33 res_vf = vec_max(vf, vf); in test1() 36 res_vd = vec_max(vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 1517 res_vsc = vec_max(vsc, vsc); in test6() 1521 res_vsc = vec_max(vbc, vsc); in test6() 1525 res_vsc = vec_max(vsc, vbc); in test6() 1529 res_vuc = vec_max(vuc, vuc); in test6() 1533 res_vuc = vec_max(vbc, vuc); in test6() 1537 res_vuc = vec_max(vuc, vbc); in test6() 1541 res_vs = vec_max(vs, vs); in test6() 1545 res_vs = vec_max(vbs, vs); in test6() 1549 res_vs = vec_max(vs, vbs); in test6() 1553 res_vus = vec_max(vus, vus); in test6() [all …]
|
/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 | altivec.h | 2604 vec_max(vector signed char __a, vector signed char __b) in vec_max() function 2610 vec_max(vector bool char __a, vector signed char __b) in vec_max() function 2616 vec_max(vector signed char __a, vector bool char __b) in vec_max() function 2622 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max() function 2628 vec_max(vector bool char __a, vector unsigned char __b) in vec_max() function 2634 vec_max(vector unsigned char __a, vector bool char __b) in vec_max() function 2640 vec_max(vector short __a, vector short __b) in vec_max() function 2646 vec_max(vector bool short __a, vector short __b) in vec_max() function 2652 vec_max(vector short __a, vector bool short __b) in vec_max() function 2658 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max() function [all …]
|