Home
last modified time | relevance | path

Searched refs:veorq_u32 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dveorq.c45 return veorq_u32(a, b); in test_veorq_u32()
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h81 return Packet2cf(vreinterpretq_f32_u32(veorq_u32(b, p4ui_CONJ_XOR())));
97 v2 = vreinterpretq_f32_u32(veorq_u32(vreinterpretq_u32_f32(v2), p4ui_CONJ_XOR()));
114 …return Packet2cf(vreinterpretq_f32_u32(veorq_u32(vreinterpretq_u32_f32(a.v),vreinterpretq_u32_f32(…
DPacketMath.h236 return vreinterpretq_f32_u32(veorq_u32(vreinterpretq_u32_f32(a),vreinterpretq_u32_f32(b)));
/external/clang/test/CodeGen/
Daarch64-neon-3v.c326 return veorq_u32(a, b); in test_veorq_u32()
Darm_neon_intrinsics.c3176 return veorq_u32(a, b); in test_veorq_u32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-3v.c326 return veorq_u32(a, b); in test_veorq_u32()
Darm_neon_intrinsics.c3000 return veorq_u32(a, b); in test_veorq_u32()
/external/skia/include/private/
DSkNx_neon.h583 AI SkNx operator ^ (const SkNx& o) const { return veorq_u32(fVec, o.fVec); }
/external/skqp/include/private/
DSkNx_neon.h605 AI SkNx operator ^ (const SkNx& o) const { return veorq_u32(fVec, o.fVec); }
/external/neon_2_sse/
DNEON_2_SSE.h2157 _NEON2SSESTORAGE uint32x4_t veorq_u32(uint32x4_t a, uint32x4_t b); // VEOR q0,q0,q0
15364 _NEON2SSESTORAGE uint32x4_t veorq_u32(uint32x4_t a, uint32x4_t b); // VEOR q0,q0,q0
15365 #define veorq_u32 _mm_xor_si128 macro