Searched refs:vorrq_u32 (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 163 ef_re_u32 = vorrq_u32(ef_re_u32, ef_re_if); in ScaleErrorSignalNEON() 164 ef_im_u32 = vorrq_u32(ef_im_u32, ef_im_if); in ScaleErrorSignalNEON() 298 const uint32x4_t n_0 = vorrq_u32(n_1, vec_eight_biased_exponent); in vpowq_f32() 308 vreinterpretq_f32_u32(vorrq_u32(mantissa, in vpowq_f32() 410 vec_hNl = vreinterpretq_f32_u32(vorrq_u32(vec_if0, vec_if1)); in OverdriveAndSuppressNEON()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-3v.c | 214 return vorrq_u32(a, b); in test_vorrq_u32()
|
D | arm_neon_intrinsics.c | 11088 return vorrq_u32(a, b); in test_vorrq_u32()
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | Complex.h | 110 …return Packet2cf(vreinterpretq_f32_u32(vorrq_u32(vreinterpretq_u32_f32(a.v),vreinterpretq_u32_f32(…
|
D | PacketMath.h | 230 return vreinterpretq_f32_u32(vorrq_u32(vreinterpretq_u32_f32(a),vreinterpretq_u32_f32(b)));
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 594 const uint32x4_t out = vorrq_u32(vreinterpretq_u32_u16(G), a0g0); in TransformColorInverse_NEON()
|
/external/skia/include/private/ |
D | SkNx_neon.h | 604 AI SkNx operator | (const SkNx& o) const { return vorrq_u32(fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 604 AI SkNx operator | (const SkNx& o) const { return vorrq_u32(fVec, o.fVec); }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2140 _NEON2SSESTORAGE uint32x4_t vorrq_u32(uint32x4_t a, uint32x4_t b); // VORR q0,q0,q0 15305 _NEON2SSESTORAGE uint32x4_t vorrq_u32(uint32x4_t a, uint32x4_t b); // VORR q0,q0,q0 15306 #define vorrq_u32 _mm_or_si128 macro
|