/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 1576 vsc = vec_nor(vsc, vsc); in test_integer() 1577 vsc = vec_nor(vsc, vbc); in test_integer() 1578 vsc = vec_nor(vbc, vsc); in test_integer() 1579 vuc = vec_nor(vuc, vuc); in test_integer() 1580 vuc = vec_nor(vuc, vbc); in test_integer() 1581 vuc = vec_nor(vbc, vuc); in test_integer() 1582 vbc = vec_nor(vbc, vbc); in test_integer() 1583 vss = vec_nor(vss, vss); in test_integer() 1584 vss = vec_nor(vss, vbs); in test_integer() 1585 vss = vec_nor(vbs, vss); in test_integer() [all …]
|
D | builtins-ppc-vsx.c | 578 res_vsll = vec_nor(vsll, vsll); in test1() 584 res_vull = vec_nor(vull, vull); in test1() 590 res_vull = vec_nor(vbll, vbll); in test1() 596 res_vd = vec_nor(vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 2304 res_vsc = vec_nor(vsc, vsc); in test6() 2310 res_vuc = vec_nor(vuc, vuc); in test6() 2316 res_vuc = vec_nor(vbc, vbc); in test6() 2322 res_vs = vec_nor(vs, vs); in test6() 2328 res_vus = vec_nor(vus, vus); in test6() 2334 res_vus = vec_nor(vbs, vbs); in test6() 2340 res_vi = vec_nor(vi, vi); in test6() 2346 res_vui = vec_nor(vui, vui); in test6() 2352 res_vui = vec_nor(vbi, vbi); in test6() 2358 res_vf = vec_nor(vf, vf); in test6()
|
/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() 143 vec_nor (v1, in vec_stack()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 206 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
|
D | testVMX.c | 3194 Caux1.v = vec_nor( Ccons1, Ccons2 ); in part2() 3206 UCaux1.v = vec_nor( UCcons1, UCcons2 ); in part2() 3222 Saux1.v = vec_nor( Scons1, Scons2 ); in part2() 3234 USaux1.v = vec_nor( UScons1, UScons2 ); in part2() 3250 Iaux1.v = vec_nor( Icons1, Icons2 ); in part2() 3262 UIaux1.v = vec_nor( UIcons1, UIcons2 ); in part2() 3275 Faux1.v = vec_nor( Fcons1, Fcons2 ); in part2()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 4889 vec_nor(vector bool char __a, vector bool char __b) { in vec_nor() function 4894 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor() function 4899 vec_nor(vector bool char __a, vector signed char __b) { in vec_nor() function 4904 vec_nor(vector signed char __a, vector bool char __b) { in vec_nor() function 4909 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor() function 4914 vec_nor(vector bool char __a, vector unsigned char __b) { in vec_nor() function 4919 vec_nor(vector unsigned char __a, vector bool char __b) { in vec_nor() function 4924 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor() function 4929 vec_nor(vector signed short __a, vector signed short __b) { in vec_nor() function 4934 vec_nor(vector bool short __a, vector signed short __b) { in vec_nor() function [all …]
|
D | altivec.h | 4655 #define __builtin_altivec_vnor vec_nor 4657 static vector signed char __ATTRS_o_ai vec_nor(vector signed char __a, in vec_nor() function 4662 static vector unsigned char __ATTRS_o_ai vec_nor(vector unsigned char __a, in vec_nor() function 4667 static vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, in vec_nor() function 4672 static vector short __ATTRS_o_ai vec_nor(vector short __a, vector short __b) { in vec_nor() function 4676 static vector unsigned short __ATTRS_o_ai vec_nor(vector unsigned short __a, in vec_nor() function 4681 static vector bool short __ATTRS_o_ai vec_nor(vector bool short __a, in vec_nor() function 4686 static vector int __ATTRS_o_ai vec_nor(vector int __a, vector int __b) { in vec_nor() function 4690 static vector unsigned int __ATTRS_o_ai vec_nor(vector unsigned int __a, in vec_nor() function 4695 static vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, in vec_nor() function [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 256 …ket4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b)); } 257 …ket4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b)); }
|
D | Complex.h | 95 …t2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,b.v))); }
|