Searched refs:vec_nor (Results 1 - 12 of 12) 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)))));
143 vec_nor (v1,
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c577 /* vec_nor */
578 res_vsll = vec_nor(vsll, vsll);
584 res_vull = vec_nor(vull, vull);
590 res_vull = vec_nor(vbll, vbll);
596 res_vd = vec_nor(vd, vd);
H A Dbuiltins-systemz-zvector.c1576 vsc = vec_nor(vsc, vsc);
1577 vsc = vec_nor(vsc, vbc);
1578 vsc = vec_nor(vbc, vsc);
1579 vuc = vec_nor(vuc, vuc);
1580 vuc = vec_nor(vuc, vbc);
1581 vuc = vec_nor(vbc, vuc);
1582 vbc = vec_nor(vbc, vbc);
1583 vss = vec_nor(vss, vss);
1584 vss = vec_nor(vss, vbs);
1585 vss = vec_nor(vb
[all...]
H A Dbuiltins-ppc-altivec.c2303 /* vec_nor */
2304 res_vsc = vec_nor(vsc, vsc);
2310 res_vuc = vec_nor(vuc, vuc);
2316 res_vuc = vec_nor(vbc, vbc);
2322 res_vs = vec_nor(vs, vs);
2328 res_vus = vec_nor(vus, vus);
2334 res_vus = vec_nor(vbs, vbs);
2340 res_vi = vec_nor(vi, vi);
2346 res_vui = vec_nor(vui, vui);
2352 res_vui = vec_nor(vb
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp206 Function vec_nor [type char] ===> OK
207 Function vec_nor [type unsigened char] ===> OK
208 Function vec_nor [type short] ===> OK
209 Function vec_nor [type unsigned short] ===> OK
210 Function vec_nor [type integer] ===> OK
211 Function vec_nor [type unsigened int] ===> OK
H A DtestVMX.c3191 /* Function vec_nor */
3194 Caux1.v = vec_nor( Ccons1, Ccons2 );
3201 printf("Function vec_nor [type char] ===> Error\n");
3203 printf("Function vec_nor [type char] ===> OK\n");
3206 UCaux1.v = vec_nor( UCcons1, UCcons2 );
3217 printf("Function vec_nor [type unsigened char] ===> Error\n");
3219 printf("Function vec_nor [type unsigened char] ===> OK\n");
3222 Saux1.v = vec_nor( Scons1, Scons2 );
3229 printf("Function vec_nor [type short] ===> Error\n");
3231 printf("Function vec_nor [typ
[all...]
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h203 prod_ = vec_nor(prod, prod);
256 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b)); }
257 template<> EIGEN_STRONG_INLINE Packet4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b)); }
H A DComplex.h95 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,b.v))); }
/external/clang/lib/Headers/
H A Dvecintrin.h4886 /*-- vec_nor ----------------------------------------------------------------*/
4889 vec_nor(vector bool char __a, vector bool char __b) { function
4894 vec_nor(vector signed char __a, vector signed char __b) { function
4899 vec_nor(vector bool char __a, vector signed char __b) { function
4904 vec_nor(vector signed char __a, vector bool char __b) { function
4909 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
4914 vec_nor(vector bool char __a, vector unsigned char __b) { function
4919 vec_nor(vector unsigned char __a, vector bool char __b) { function
4924 vec_nor(vector bool short __a, vector bool short __b) { function
4929 vec_nor(vecto function
4934 vec_nor(vector bool short __a, vector signed short __b) { function
4939 vec_nor(vector signed short __a, vector bool short __b) { function
4944 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
4949 vec_nor(vector bool short __a, vector unsigned short __b) { function
4954 vec_nor(vector unsigned short __a, vector bool short __b) { function
4959 vec_nor(vector bool int __a, vector bool int __b) { function
4964 vec_nor(vector signed int __a, vector signed int __b) { function
4969 vec_nor(vector bool int __a, vector signed int __b) { function
4974 vec_nor(vector signed int __a, vector bool int __b) { function
4979 vec_nor(vector unsigned int __a, vector unsigned int __b) { function
4984 vec_nor(vector bool int __a, vector unsigned int __b) { function
4989 vec_nor(vector unsigned int __a, vector bool int __b) { function
4994 vec_nor(vector bool long long __a, vector bool long long __b) { function
4999 vec_nor(vector signed long long __a, vector signed long long __b) { function
5004 vec_nor(vector bool long long __a, vector signed long long __b) { function
5009 vec_nor(vector signed long long __a, vector bool long long __b) { function
5014 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
5019 vec_nor(vector bool long long __a, vector unsigned long long __b) { function
5024 vec_nor(vector unsigned long long __a, vector bool long long __b) { function
5029 vec_nor(vector double __a, vector double __b) { function
5035 vec_nor(vector bool long long __a, vector double __b) { function
5041 vec_nor(vector double __a, vector bool long long __b) { function
[all...]
H A Daltivec.h4653 /* vec_nor */
4655 #define __builtin_altivec_vnor vec_nor
4657 static vector signed char __ATTRS_o_ai vec_nor(vector signed char __a, function
4662 static vector unsigned char __ATTRS_o_ai vec_nor(vector unsigned char __a, function
4667 static vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, function
4672 static vector short __ATTRS_o_ai vec_nor(vector short __a, vector short __b) { function
4676 static vector unsigned short __ATTRS_o_ai vec_nor(vector unsigned short __a, function
4681 static vector bool short __ATTRS_o_ai vec_nor(vector bool short __a, function
4686 static vector int __ATTRS_o_ai vec_nor(vector int __a, vector int __b) { function
4690 static vector unsigned int __ATTRS_o_ai vec_nor(vecto function
4695 static vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, function
4700 static vector float __ATTRS_o_ai vec_nor(vector float __a, vector float __b) { function
4708 vec_nor(vector double __a, vector double __b) { function
4768 vec_nor(vector signed long long __a, vector signed long long __b) { function
4773 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
4777 static vector bool long long __ATTRS_o_ai vec_nor(vector bool long long __a, function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h4886 /*-- vec_nor ----------------------------------------------------------------*/
4889 vec_nor(vector bool char __a, vector bool char __b) { function
4894 vec_nor(vector signed char __a, vector signed char __b) { function
4899 vec_nor(vector bool char __a, vector signed char __b) { function
4904 vec_nor(vector signed char __a, vector bool char __b) { function
4909 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
4914 vec_nor(vector bool char __a, vector unsigned char __b) { function
4919 vec_nor(vector unsigned char __a, vector bool char __b) { function
4924 vec_nor(vector bool short __a, vector bool short __b) { function
4929 vec_nor(vecto function
4934 vec_nor(vector bool short __a, vector signed short __b) { function
4939 vec_nor(vector signed short __a, vector bool short __b) { function
4944 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
4949 vec_nor(vector bool short __a, vector unsigned short __b) { function
4954 vec_nor(vector unsigned short __a, vector bool short __b) { function
4959 vec_nor(vector bool int __a, vector bool int __b) { function
4964 vec_nor(vector signed int __a, vector signed int __b) { function
4969 vec_nor(vector bool int __a, vector signed int __b) { function
4974 vec_nor(vector signed int __a, vector bool int __b) { function
4979 vec_nor(vector unsigned int __a, vector unsigned int __b) { function
4984 vec_nor(vector bool int __a, vector unsigned int __b) { function
4989 vec_nor(vector unsigned int __a, vector bool int __b) { function
4994 vec_nor(vector bool long long __a, vector bool long long __b) { function
4999 vec_nor(vector signed long long __a, vector signed long long __b) { function
5004 vec_nor(vector bool long long __a, vector signed long long __b) { function
5009 vec_nor(vector signed long long __a, vector bool long long __b) { function
5014 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
5019 vec_nor(vector bool long long __a, vector unsigned long long __b) { function
5024 vec_nor(vector unsigned long long __a, vector bool long long __b) { function
5029 vec_nor(vector double __a, vector double __b) { function
5035 vec_nor(vector bool long long __a, vector double __b) { function
5041 vec_nor(vector double __a, vector bool long long __b) { function
[all...]
H A Daltivec.h4780 /* vec_nor */
4782 #define __builtin_altivec_vnor vec_nor
4785 vec_nor(vector signed char __a, vector signed char __b) { function
4790 vec_nor(vector unsigned char __a, vector unsigned char __b) { function
4794 static __inline__ vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, function
4799 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, function
4805 vec_nor(vector unsigned short __a, vector unsigned short __b) { function
4810 vec_nor(vector bool short __a, vector bool short __b) { function
4814 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, function
4820 vec_nor(vecto function
4824 static __inline__ vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, function
4829 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, function
4837 static __inline__ vector double __ATTRS_o_ai vec_nor(vector double __a, function
4901 vec_nor(vector signed long long __a, vector signed long long __b) { function
4906 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { function
4911 vec_nor(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 386 milliseconds