Searched defs:FMA (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkCpu.h23 FMA = 1 << 8, enumerator in enum:SkCpu::__anon16941
28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
86 // FMA doesn't fit neatly into this total ordering.
88 // TODO: circle back on this if we find ourselves limited by lack of compile-time FMA
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h46 FMA = 0xC, // Use HW FMA or SW FMA. enumerator in enum:llvm::AMDGPUDeviceInfo::Caps
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator in enum:llvm::ISD::NodeType
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h243 /// FMA - Perform a * b + c with no intermediate rounding step.
244 FMA, enumerator in enum:llvm::ISD::NodeType
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp6777 FMA, enumerator in enum:X86Features
6809 .Case("fma", X86Features::FMA)
7547 // FMA variations
7580 llvm_unreachable("Unknown FMA operation");

Completed in 1591 milliseconds