/external/clang/test/CodeGen/ |
D | builtins-ppc-quadword.c | 94 res_vlll = vec_sub(vlll, vlll); in test1() 99 res_vulll = vec_sub(vulll, vulll); in test1()
|
D | builtins-ppc-p8vector.c | 1457 res_vsll = vec_sub(vsll, vsll); in test1() 1461 res_vull = vec_sub(vull, vull); in test1() 1465 res_vd = vec_sub(vda, vda); in test1() 1469 res_vsx = vec_sub(vsx, vsx); in test1() 1473 res_vux = vec_sub(vux, vux); in test1()
|
D | builtins-ppc-altivec.c | 5067 res_vsc = vec_sub(vsc, vsc); in test6() 5071 res_vsc = vec_sub(vbc, vsc); in test6() 5075 res_vsc = vec_sub(vsc, vbc); in test6() 5079 res_vuc = vec_sub(vuc, vuc); in test6() 5083 res_vuc = vec_sub(vbc, vuc); in test6() 5087 res_vuc = vec_sub(vuc, vbc); in test6() 5091 res_vs = vec_sub(vs, vs); in test6() 5095 res_vs = vec_sub(vbs, vs); in test6() 5099 res_vs = vec_sub(vs, vbs); in test6() 5103 res_vus = vec_sub(vus, vus); in test6() [all …]
|
D | builtins-ppc-vsx.c | 719 res_vd = vec_sub(vd, vd); in test1()
|
/external/libunwind/tests/ |
D | ppc64-test-altivec.c | 130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6))))); in vec_stack() 145 vec_sub (v3, in vec_stack()
|
/external/fec/ |
D | viterbi27_av.c | 138 m_metric = vec_sub((vector unsigned char)(31),metric); in update_viterbi27_blk_av() 149 m_metric = vec_sub((vector unsigned char)(31),metric); in update_viterbi27_blk_av()
|
D | viterbi39_av.c | 143 m_metric = vec_sub((vector unsigned short)(765),metric); in update_viterbi39_blk_av() 166 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 148 m_metric = vec_sub((vector unsigned short)(1530),metric); in update_viterbi615_blk_av() 171 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi615_blk_av()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 368 Function vec_sub [type char] ===> OK 369 Function vec_sub [type unsigned char] ===> OK 370 Function vec_sub [type short] ===> OK 371 Function vec_sub [type unsigned short] ===> OK 372 Function vec_sub [type integer] ===> OK 373 Function vec_sub [type unsigned int] ===> OK
|
D | testVMX.c | 5821 Caux1.v = vec_sub( Ccons1, Ccons2 ); in part4() 5836 UCaux1.v = vec_sub( UCcons1, UCcons2 ); in part4() 5851 Saux1.v = vec_sub( Scons1, Scons2 ); in part4() 5866 USaux1.v = vec_sub( UScons1, UScons2 ); in part4() 5881 Iaux1.v = vec_sub( Icons1, Icons2 ); in part4() 5896 UIaux1.v = vec_sub( UIcons1, UIcons2 ); in part4() 5912 Faux1.v = vec_sub( Fcons1, Fcons2 ); in part4()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 170 …TRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); } 171 …TRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); }
|
D | Complex.h | 69 …2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
|
/external/clang/lib/Headers/ |
D | altivec.h | 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, in vec_sub() function 9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, in vec_sub() function 9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, in vec_sub() function 9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, in vec_sub() function 9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, in vec_sub() function 9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, in vec_sub() function 9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { in vec_sub() function 9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function 9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function 9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, in vec_sub() function [all …]
|
/external/opencv/cv/src/ |
D | cvsmooth.cpp | 628 *(vector ushort*) &y[0] = vec_sub( *(vector ushort*) &y[0], *(vector ushort*) &x[0] ); in histogram_sub() 629 *(vector ushort*) &y[8] = vec_sub( *(vector ushort*) &y[8], *(vector ushort*) &x[8] ); in histogram_sub()
|