HomeSort by relevance Sort by last modified time
    Searched refs:FABS (Results 26 - 34 of 34) sorted by null

12

  /external/mesa3d/src/mesa/x86/
assyntax.h 688 #define FABS CHOICE(fabs, fabs, fabs)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 1897 void Assembler::fabs(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 307 setOperationAction(ISD::FABS, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 159 setOperationAction(ISD::FABS, MVT::f128, Expand);
389 setOperationAction(ISD::FABS, MVT::v1f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 456 // FIXME: Create unittest for FNEG and for FABS.
458 setOperationAction(ISD::FABS, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 446 setOperationAction(ISD::FABS, VT, Expand);
    [all...]

Completed in 443 milliseconds

12