Home
last modified time | relevance | path

Searched refs:vec_xor (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/test/include/test/
DSFMT-alti.h86 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/
Dbuiltins-ppc-altivec.c5292 res_vsc = vec_xor(vsc, vsc); in test6()
5296 res_vsc = vec_xor(vbc, vsc); in test6()
5300 res_vsc = vec_xor(vsc, vbc); in test6()
5304 res_vuc = vec_xor(vuc, vuc); in test6()
5308 res_vuc = vec_xor(vbc, vuc); in test6()
5312 res_vuc = vec_xor(vuc, vbc); in test6()
5316 res_vbc = vec_xor(vbc, vbc); in test6()
5320 res_vs = vec_xor(vs, vs); in test6()
5324 res_vs = vec_xor(vbs, vs); in test6()
5328 res_vs = vec_xor(vs, vbs); in test6()
[all …]
/external/eigen/Eigen/src/Core/arch/AltiVec/
DComplex.h71 …_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)); }
DPacketMath.h253 …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/main/none/tests/ppc32/
DtestVMX.stdout.exp406 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
DtestVMX.c6299 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/
Dppc64-test-altivec.c146 vec_and (v4, vec_or (v5, vec_xor (v6, v8)))))); in vec_stack()
/external/clang/lib/Headers/
Daltivec.h77 vec_xor(vector unsigned char __a, vector unsigned char __b);
4515 __d = vec_xor(__c, __d); in vec_perm()
4532 __d = vec_xor(__c, __d); in vec_perm()
4547 __d = vec_xor(__c, __d); in vec_perm()
4562 __d = vec_xor(__c, __d); in vec_perm()
4579 __d = vec_xor(__c, __d); in vec_perm()
4594 __d = vec_xor(__c, __d); in vec_perm()
4609 __d = vec_xor(__c, __d); in vec_perm()
4624 __d = vec_xor(__c, __d); in vec_perm()
4637 __d = vec_xor(__c, __d); in vec_perm()
[all …]