Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h589 _NEON2SSESTORAGE float32x2_t vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c); // VMLS.F32 d0,…
4041 _NEON2SSESTORAGE float32x2_t vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c); // VMLS.F32 d0,…
4042 _NEON2SSE_INLINE float32x2_t vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vmls_f32() function
13483 return vmls_f32(a,b,c);
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c550 return vmls_f32(v1, v2, v3); in test_vmls_f32()
Darm_neon_intrinsics.c9343 return vmls_f32(a, b, c); in test_vmls_f32()