Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-fma.c58 return vmls_n_f32(a, b, c); in test_vmls_n_f32()
Darm_neon_intrinsics.c9748 return vmls_n_f32(a, b, c); in test_vmls_n_f32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-fma.c58 return vmls_n_f32(a, b, c); in test_vmls_n_f32()
Darm_neon_intrinsics.c7880 return vmls_n_f32(a, b, c); in test_vmls_n_f32()
/external/neon_2_sse/
DNEON_2_SSE.h1944 _NEON2SSESTORAGE float32x2_t vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c); // VMLS.F32 d0,…
14171 _NEON2SSESTORAGE float32x2_t vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c); // VMLS.F32 d0,…
14172 _NEON2SSE_INLINE float32x2_t vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) in vmls_n_f32() function