Searched refs:vec_xor (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 86 z = vec_xor(z, w); in vec_recursion() 88 v = vec_xor(v, x); in vec_recursion() 89 z = vec_xor(z, y); in vec_recursion() 90 z = vec_xor(z, v); in vec_recursion()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 5258 res_vsc = vec_xor(vsc, vsc); in test6() 5262 res_vsc = vec_xor(vbc, vsc); in test6() 5266 res_vsc = vec_xor(vsc, vbc); in test6() 5270 res_vuc = vec_xor(vuc, vuc); in test6() 5274 res_vuc = vec_xor(vbc, vuc); in test6() 5278 res_vuc = vec_xor(vuc, vbc); in test6() 5282 res_vbc = vec_xor(vbc, vbc); in test6() 5286 res_vs = vec_xor(vs, vs); in test6() 5290 res_vs = vec_xor(vbs, vs); in test6() 5294 res_vs = vec_xor(vs, vbs); in test6() [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | Complex.h | 71 …_INLINE Packet2cf pconj(const Packet2cf& a) { return Packet2cf((Packet4f)vec_xor((Packet4ui)a.v, p… 85 v2 = (Packet4f) vec_xor((Packet4ui)v2, p4ui_CONJ_XOR); 94 … pxor <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_xor(a.v,b.v)); }
|
D | PacketMath.h | 253 …RONG_INLINE Packet4f pxor<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_xor(a, b); } 254 …RONG_INLINE Packet4i pxor<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_xor(a, b); }
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 406 Function vec_xor [type unsigned char] ===> OK 407 Function vec_xor [type char] ===> OK 408 Function vec_xor [type unsigned short] ===> OK 409 Function vec_xor [type short] ===> OK 410 Function vec_xor [type unsigned int] ===> OK 411 Function vec_xor [type int] ===> OK
|
D | testVMX.c | 6299 UCaux3.v = vec_xor( UCaux1.v, UCaux2.v ); in part4() 6314 Caux3.v = vec_xor( Caux1.v, Caux2.v ); in part4() 6329 USaux3.v = vec_xor( USaux1.v, USaux2.v ); in part4() 6344 Saux3.v = vec_xor( Saux1.v, Saux2.v ); in part4() 6359 UIaux3.v = vec_xor( UIaux1.v, UIaux2.v ); in part4() 6374 Iaux3.v = vec_xor( Iaux1.v, Iaux2.v ); in part4() 6390 Faux3.v = vec_xor( Faux1.v, Faux2.v ); in part4()
|
/external/libunwind/tests/ |
D | ppc64-test-altivec.c | 146 vec_and (v4, vec_or (v5, vec_xor (v6, v8)))))); in vec_stack()
|
/external/clang/lib/Headers/ |
D | altivec.h | 77 vec_xor(vector unsigned char __a, vector unsigned char __b); 4845 __d = vec_xor(__c, __d); in vec_perm() 4862 __d = vec_xor(__c, __d); in vec_perm() 4877 __d = vec_xor(__c, __d); in vec_perm() 4892 __d = vec_xor(__c, __d); in vec_perm() 4909 __d = vec_xor(__c, __d); in vec_perm() 4924 __d = vec_xor(__c, __d); in vec_perm() 4939 __d = vec_xor(__c, __d); in vec_perm() 4954 __d = vec_xor(__c, __d); in vec_perm() 4967 __d = vec_xor(__c, __d); in vec_perm() [all …]
|