HomeSort by relevance Sort by last modified time
    Searched defs:FMA (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkCpu.h 23 FMA = 1 << 8,
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/
AMDILDeviceInfo.h 46 FMA = 0xC, // Use HW FMA or SW FMA.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 235 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 243 /// FMA - Perform a * b + c with no intermediate rounding step.
244 FMA,
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 689 milliseconds