Home
last modified time | relevance | path

Searched refs:vorrq_u32 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c163 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/
Daarch64-neon-3v.c214 return vorrq_u32(a, b); in test_vorrq_u32()
Darm_neon_intrinsics.c11088 return vorrq_u32(a, b); in test_vorrq_u32()
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h110 …return Packet2cf(vreinterpretq_f32_u32(vorrq_u32(vreinterpretq_u32_f32(a.v),vreinterpretq_u32_f32(…
DPacketMath.h230 return vreinterpretq_f32_u32(vorrq_u32(vreinterpretq_u32_f32(a),vreinterpretq_u32_f32(b)));
/external/webp/src/dsp/
Dlossless_neon.c594 const uint32x4_t out = vorrq_u32(vreinterpretq_u32_u16(G), a0g0); in TransformColorInverse_NEON()
/external/skia/include/private/
DSkNx_neon.h604 AI SkNx operator | (const SkNx& o) const { return vorrq_u32(fVec, o.fVec); }
/external/skqp/include/private/
DSkNx_neon.h604 AI SkNx operator | (const SkNx& o) const { return vorrq_u32(fVec, o.fVec); }
/external/neon_2_sse/
DNEON_2_SSE.h2140 _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