Home
last modified time | relevance | path

Searched refs:veorq_u64 (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h340 …t1cd pconj(const Packet1cd& a) { return Packet1cd(vreinterpretq_f64_u64(veorq_u64(vreinterpretq_u6…
355 v2 = vreinterpretq_f64_u64(veorq_u64(vreinterpretq_u64_f64(v2), p2ul_CONJ_XOR));
372 …return Packet1cd(vreinterpretq_f64_u64(veorq_u64(vreinterpretq_u64_f64(a.v),vreinterpretq_u64_f64(…
DPacketMath.h624 return vreinterpretq_f64_u64(veorq_u64(vreinterpretq_u64_f64(a),vreinterpretq_u64_f64(b)));
/external/clang/test/CodeGen/
Daarch64-neon-3v.c340 return veorq_u64(a, b); in test_veorq_u64()
Darm_neon_intrinsics.c3183 return veorq_u64(a, b); in test_veorq_u64()
/external/neon_2_sse/
DNEON_2_SSE.h2158 _NEON2SSESTORAGE uint64x2_t veorq_u64(uint64x2_t a, uint64x2_t b); // VEOR q0,q0,q0
15367 _NEON2SSESTORAGE uint64x2_t veorq_u64(uint64x2_t a, uint64x2_t b); // VEOR q0,q0,q0
15368 #define veorq_u64 _mm_xor_si128 macro