Home
last modified time | relevance | path

Searched refs:vceqq_u32 (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c111 const uint32x4_t div_by_zero = vceqq_u32(vec_p_inf, vreinterpretq_u32_f32(x)); in vsqrtq_f32()
/external/skia/include/private/
DSkNx_neon.h610 AI SkNx operator == (const SkNx& o) const { return vceqq_u32(fVec, o.fVec); }
/external/skqp/include/private/
DSkNx_neon.h610 AI SkNx operator == (const SkNx& o) const { return vceqq_u32(fVec, o.fVec); }
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2008 return vceqq_u32(v1, v2); in test_vceqq_u32()
Darm_neon_intrinsics.c1554 return vceqq_u32(a, b); in test_vceqq_u32()
/external/neon_2_sse/
DNEON_2_SSE.h728 _NEON2SSESTORAGE uint32x4_t vceqq_u32(uint32x4_t a, uint32x4_t b); // VCEQ.I32 q0, q0, q0
5103 _NEON2SSESTORAGE uint32x4_t vceqq_u32(uint32x4_t a, uint32x4_t b); // VCEQ.I32 q0, q0, q0
5104 #define vceqq_u32 _mm_cmpeq_epi32 macro