/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 509 res_vll = vec_min(vll, vll); in test1() 514 res_vll = vec_min(vbll, vll); in test1() 519 res_vll = vec_min(vll, vbll); in test1() 524 res_vull = vec_min(vull, vull); in test1() 529 res_vull = vec_min(vbll, vull); in test1() 534 res_vull = vec_min(vull, vbll); in test1()
|
D | builtins-ppc-vsx.c | 43 res_vf = vec_min(vf, vf); in test1() 46 res_vd = vec_min(vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 1853 res_vsc = vec_min(vsc, vsc); in test6() 1857 res_vsc = vec_min(vbc, vsc); in test6() 1861 res_vsc = vec_min(vsc, vbc); in test6() 1865 res_vuc = vec_min(vuc, vuc); in test6() 1869 res_vuc = vec_min(vbc, vuc); in test6() 1873 res_vuc = vec_min(vuc, vbc); in test6() 1877 res_vs = vec_min(vs, vs); in test6() 1881 res_vs = vec_min(vbs, vs); in test6() 1885 res_vs = vec_min(vs, vbs); in test6() 1889 res_vus = vec_min(vus, vus); in test6() [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 240 …RONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } 241 …RONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } 447 b = vec_min(a, vec_sld(a, a, 8)); 448 res = vec_min(b, vec_sld(b, b, 4)); 455 b = vec_min(a, vec_sld(a, a, 8)); 456 res = vec_min(b, vec_sld(b, b, 4));
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 93 ; vf3 = vec_min(vf, vf); 94 ; vd2 = vec_min(vd, vd);
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 150 Function vec_min [type char] ===> OK 151 Function vec_min [type unsigned char] ===> OK 152 Function vec_min [type short] ===> OK 153 Function vec_min [type unsigned short] ===> OK 154 Function vec_min [type integer] ===> OK 155 Function vec_min [type unsigned int] ===> OK
|
D | testVMX.c | 2735 Caux1.v = vec_min( Ccons1, Ccons2 ); in part2() 2754 UCaux1.v = vec_min( UCcons1, UCcons2 ); in part2() 2773 Saux1.v = vec_min( Scons1, Scons2 ); in part2() 2791 USaux1.v = vec_min( UScons1, UScons2 ); in part2() 2809 Iaux1.v = vec_min( Icons1, Icons2 ); in part2() 2827 UIaux1.v = vec_min( UIcons1, UIcons2 ); in part2() 2846 Faux1.v = vec_min( Fcons1, Fcons2 ); in part2()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3266 vec_min(vector signed char __a, vector signed char __b) in vec_min() function 3272 vec_min(vector bool char __a, vector signed char __b) in vec_min() function 3278 vec_min(vector signed char __a, vector bool char __b) in vec_min() function 3284 vec_min(vector unsigned char __a, vector unsigned char __b) in vec_min() function 3290 vec_min(vector bool char __a, vector unsigned char __b) in vec_min() function 3296 vec_min(vector unsigned char __a, vector bool char __b) in vec_min() function 3302 vec_min(vector short __a, vector short __b) in vec_min() function 3308 vec_min(vector bool short __a, vector short __b) in vec_min() function 3314 vec_min(vector short __a, vector bool short __b) in vec_min() function 3320 vec_min(vector unsigned short __a, vector unsigned short __b) in vec_min() function [all …]
|