Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkNx_neon.h97 AI SkNx operator==(const SkNx& o) const { return vreinterpret_f32_u32(vceq_f32(fVec, o.fVec)); }
103 return vreinterpret_f32_u32(vmvn_u32(vceq_f32(fVec, o.fVec)));
/external/skqp/include/private/
DSkNx_neon.h97 AI SkNx operator==(const SkNx& o) const { return vreinterpret_f32_u32(vceq_f32(fVec, o.fVec)); }
103 return vreinterpret_f32_u32(vmvn_u32(vceq_f32(fVec, o.fVec)));
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1912 return vceq_f32(v1, v2); in test_vceq_f32()
Darm_neon_intrinsics.c1466 return vceq_f32(a, b); in test_vceq_f32()
/external/neon_2_sse/
DNEON_2_SSE.h717 _NEON2SSESTORAGE uint32x2_t vceq_f32(float32x2_t a, float32x2_t b); // VCEQ.F32 d0, d0, d0
5043 _NEON2SSESTORAGE uint32x2_t vceq_f32(float32x2_t a, float32x2_t b); // VCEQ.F32 d0, d0, d0
5044 _NEON2SSE_INLINE uint32x2_t vceq_f32(float32x2_t a, float32x2_t b) in vceq_f32() function