Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-fma.c14 return vmla_n_f32(a, b, c); in test_vmla_n_f32()
Darm_neon_intrinsics.c9242 return vmla_n_f32(a, b, c); in test_vmla_n_f32()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-fma.c14 return vmla_n_f32(a, b, c); in test_vmla_n_f32()
Darm_neon_intrinsics.c7376 return vmla_n_f32(a, b, c); in test_vmla_n_f32()
/external/neon_2_sse/
DNEON_2_SSE.h1925 _NEON2SSESTORAGE float32x2_t vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c); // VMLA.F32 d0,…
14049 _NEON2SSESTORAGE float32x2_t vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c); // VMLA.F32 d0,…
14050 _NEON2SSE_INLINE float32x2_t vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) // VMLA.F32 d0, … in vmla_n_f32() function