Home
last modified time | relevance | path

Searched refs:vec_sub (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-quadword.c94 res_vlll = vec_sub(vlll, vlll); in test1()
99 res_vulll = vec_sub(vulll, vulll); in test1()
Dbuiltins-ppc-p8vector.c1457 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()
Dbuiltins-ppc-altivec.c5067 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 …]
Dbuiltins-ppc-vsx.c719 res_vd = vec_sub(vd, vd); in test1()
/external/libunwind/tests/
Dppc64-test-altivec.c130 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/
Dviterbi27_av.c138 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()
Dviterbi39_av.c143 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()
Dviterbi615_av.c148 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/
DtestVMX.stdout.exp368 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
DtestVMX.c5821 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/
DPacketMath.h170 …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); }
DComplex.h69 …2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
/external/clang/lib/Headers/
Daltivec.h9194 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/
Dcvsmooth.cpp628 *(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()