Home
last modified time | relevance | path

Searched refs:fma_1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dneon-fma-FMF.ll3 define <2 x float> @fma_1(<2 x float> %A, <2 x float> %B, <2 x float> %C) {
4 ; CHECK-LABEL: fma_1:
/external/clang/test/CodeGen/
Dtarget-builtin-noerror.c34 __m128 __attribute__((target("fma"))) fma_1(__m128 a, __m128 b, __m128 c) { in fma_1() function