Home
last modified time | relevance | path

Searched refs:vcaleq_f32 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1568 return vcaleq_f32(v1, v2); in test_vcaleq_f32()
Darm_neon_intrinsics.c1410 return vcaleq_f32(a, b); in test_vcaleq_f32()
/external/neon_2_sse/
DNEON_2_SSE.h795 _NEON2SSESTORAGE uint32x4_t vcaleq_f32(float32x4_t a, float32x4_t b); // VACGE.F32 q0, q0, q0
5577 _NEON2SSESTORAGE uint32x4_t vcaleq_f32(float32x4_t a, float32x4_t b); // VACGE.F32 q0, q0, q0
5578 _NEON2SSE_INLINE uint32x4_t vcaleq_f32(float32x4_t a, float32x4_t b) // VACGE.F32 q0, q0, q0 in vcaleq_f32() function