Searched refs:vec_nor (Results 1 – 7 of 7) sorted by relevance
/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/test/CodeGen/ |
D | builtins-ppc-altivec.c | 2206 res_vsc = vec_nor(vsc, vsc); in test6() 2212 res_vuc = vec_nor(vuc, vuc); in test6() 2218 res_vuc = vec_nor(vbc, vbc); in test6() 2224 res_vs = vec_nor(vs, vs); in test6() 2230 res_vus = vec_nor(vus, vus); in test6() 2236 res_vus = vec_nor(vbs, vbs); in test6() 2242 res_vi = vec_nor(vi, vi); in test6() 2248 res_vui = vec_nor(vui, vui); in test6() 2254 res_vui = vec_nor(vbi, vbi); in test6() 2260 res_vf = vec_nor(vf, vf); in test6()
|
/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))); }
|
/external/clang/lib/Headers/ |
D | altivec.h | 4022 #define __builtin_altivec_vnor vec_nor 4025 vec_nor(vector signed char __a, vector signed char __b) in vec_nor() function 4031 vec_nor(vector unsigned char __a, vector unsigned char __b) in vec_nor() function 4037 vec_nor(vector bool char __a, vector bool char __b) in vec_nor() function 4043 vec_nor(vector short __a, vector short __b) in vec_nor() function 4049 vec_nor(vector unsigned short __a, vector unsigned short __b) in vec_nor() function 4055 vec_nor(vector bool short __a, vector bool short __b) in vec_nor() function 4061 vec_nor(vector int __a, vector int __b) in vec_nor() function 4067 vec_nor(vector unsigned int __a, vector unsigned int __b) in vec_nor() function 4073 vec_nor(vector bool int __a, vector bool int __b) in vec_nor() function [all …]
|