/external/llvm/test/CodeGen/AArch64/ |
arm64-neon-2velem.ll | 387 %0 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %lane, <2 x float> %b, <2 x float> %a) 391 declare <2 x float> @llvm.fma.v2f32(<2 x float>, <2 x float>, <2 x float>) 399 %0 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %lane, <4 x float> %b, <4 x float> %a) 403 declare <4 x float> @llvm.fma.v4f32(<4 x float>, <4 x float>, <4 x float>) 411 %0 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %lane, <2 x float> %b, <2 x float> %a) 421 %0 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %lane, <4 x float> %b, <4 x float> %a) 432 %0 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %lane, <2 x float> %b, <2 x float> %a) 443 %0 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %lane, <4 x float> %b, <4 x float> %a) 454 %0 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %lane, <2 x float> %b, <2 x float> %a) 465 %0 = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %lane, <4 x float> %b, <4 x float> %a [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
Makefile.inc | 4 EXTRA_DIST += modules/arch/x86/tests/gen-fma-test.py 75 EXTRA_DIST += modules/arch/x86/tests/fma.asm 76 EXTRA_DIST += modules/arch/x86/tests/fma.hex
|
/external/valgrind/main/none/tests/amd64/ |
Makefile.in | 87 @BUILD_FMA_TESTS_TRUE@am__append_17 = fma 130 @BUILD_FMA_TESTS_TRUE@am__EXEEXT_13 = fma$(EXEEXT) 194 fma_SOURCES = fma.c 195 fma_OBJECTS = fma.$(OBJEXT) 304 faultstatus.c fcmovnu.c fma.c fxtract.c $(insn_basic_SOURCES) \ 316 faultstatus.c fcmovnu.c fma.c fxtract.c $(insn_basic_SOURCES) \ 632 fma.stderr.exp fma.stdout.exp fma.vgtest \ 799 fma$(EXEEXT): $(fma_OBJECTS) $(fma_DEPENDENCIES) $(EXTRA_fma_DEPENDENCIES) [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 91 double fma(double, double, double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax), 390 // CHECK-NOERRNO: declare double @fma(double, double, double) [[NUW]]
|
/external/bison/m4/ |
math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.pl | 135 &and ("ebp",0xefffe7ff); # clear AVX, FMA and AMD XOP bits
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86cpu.gperf | 365 fma, x86_cpu_set, CPU_FMA
|
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.td | 104 // Special case divide FMA with scale and flags (src0 = Quotient,
|
/external/llvm/test/CodeGen/X86/ |
fma_patterns.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=avx2,+fma -fp-contract=fast | FileCheck %s
|
/external/ltrace/etc/ |
libm.so.conf | 376 double fma(double, double, double);
|
/external/openssl/crypto/ |
x86cpuid.pl | 137 &and ("ebp",0xefffe7ff); # clear AVX, FMA and AMD XOP bits
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
apitest.rs | 702 f = fma(f, f, f); 703 f2 = fma(f2, f2, f2); 704 f3 = fma(f3, f3, f3); 705 f4 = fma(f4, f4, f4); [all...] |
math.rs | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
math.rs | 281 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
math.rs | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
math.rs.orig | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
math.rs | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 355 __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 355 __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.td | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 186 case ISD::FMA: return "fma";
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV5.td | 481 (fma DoubleRegs:$src2, DoubleRegs:$src3, DoubleRegs:$src1))], 489 (fma IntRegs:$src2, IntRegs:$src3, IntRegs:$src1))],
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 344 "llvm.fma.f32", "llvm.fma.f64",
|
/external/llvm/lib/Target/SystemZ/ |
SystemZOperators.td | 369 (fma node:$src2, node:$src3, node:$src1)>; 371 (fma node:$src2, node:$src3, (fneg node:$src1))>;
|
/external/llvm/lib/Target/X86/ |
X86InstrFMA.td | 1 //===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===// 10 // This file describes FMA (Fused Multiply-Add) instructions.
|