Searched refs:vec_sub (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/tests/
H A Dppc64-test-altivec.c130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
145 vec_sub (v3,
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c4842 /* vec_sub */
4843 res_vsc = vec_sub(vsc, vsc);
4847 res_vsc = vec_sub(vbc, vsc);
4851 res_vsc = vec_sub(vsc, vbc);
4855 res_vuc = vec_sub(vuc, vuc);
4859 res_vuc = vec_sub(vbc, vuc);
4863 res_vuc = vec_sub(vuc, vbc);
4867 res_vs = vec_sub(vs, vs);
4871 res_vs = vec_sub(vbs, vs);
4875 res_vs = vec_sub(v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A 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
H A DtestVMX.c5818 /* Function vec_sub */
5821 Caux1.v = vec_sub( Ccons1, Ccons2 );
5831 printf("Function vec_sub [type char] ===> Error\n");
5833 printf("Function vec_sub [type char] ===> OK\n");
5836 UCaux1.v = vec_sub( UCcons1, UCcons2 );
5846 printf("Function vec_sub [type unsigned char] ===> Error\n");
5848 printf("Function vec_sub [type unsigned char] ===> OK\n");
5851 Saux1.v = vec_sub( Scons1, Scons2 );
5861 printf("Function vec_sub [type short] ===> Error\n");
5863 printf("Function vec_sub [typ
[all...]
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); }
171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); }
H A DComplex.h69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
/external/clang/lib/Headers/
H A Daltivec.h7917 /* vec_sub */
7920 vec_sub(vector signed char __a, vector signed char __b) function
7926 vec_sub(vector bool char __a, vector signed char __b) function
7932 vec_sub(vector signed char __a, vector bool char __b) function
7938 vec_sub(vector unsigned char __a, vector unsigned char __b) function
7944 vec_sub(vector bool char __a, vector unsigned char __b) function
7950 vec_sub(vector unsigned char __a, vector bool char __b) function
7956 vec_sub(vector short __a, vector short __b) function
7962 vec_sub(vector bool short __a, vector short __b) function
7968 vec_sub(vecto function
7974 vec_sub(vector unsigned short __a, vector unsigned short __b) function
7980 vec_sub(vector bool short __a, vector unsigned short __b) function
7986 vec_sub(vector unsigned short __a, vector bool short __b) function
7992 vec_sub(vector int __a, vector int __b) function
7998 vec_sub(vector bool int __a, vector int __b) function
8004 vec_sub(vector int __a, vector bool int __b) function
8010 vec_sub(vector unsigned int __a, vector unsigned int __b) function
8016 vec_sub(vector bool int __a, vector unsigned int __b) function
8022 vec_sub(vector unsigned int __a, vector bool int __b) function
8028 vec_sub(vector float __a, vector float __b) function
[all...]
/external/opencv/cv/src/
H A Dcvsmooth.cpp628 *(vector ushort*) &y[0] = vec_sub( *(vector ushort*) &y[0], *(vector ushort*) &x[0] );
629 *(vector ushort*) &y[8] = vec_sub( *(vector ushort*) &y[8], *(vector ushort*) &x[8] );
/external/pixman/
H A Dconfigure12823 v = vec_sub (v, v);

Completed in 1515 milliseconds