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

12

  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 77 case ISD::FABS:
632 case ISD::FABS:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 160 #define FABS (HI(63) | LO(264))
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 530 // Use ANDPD to simulate FABS.
531 setOperationAction(ISD::FABS , MVT::f64, Custom);
532 setOperationAction(ISD::FABS , MVT::f32, Custom);
564 // Use ANDPS to simulate FABS.
565 setOperationAction(ISD::FABS , MVT::f32, Custom);
631 setOperationAction(ISD::FABS , MVT::f128, Custom);
703 setOperationAction(ISD::FABS, VT, Expand);
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h     [all...]
disasm-a64.cc     [all...]
assembler-a64.cc     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 688 #define FABS CHOICE(fabs, fabs, fabs)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 149 setOperationAction(ISD::FABS, MVT::f128, Expand);
286 setOperationAction(ISD::FABS, MVT::f16, Promote);
328 setOperationAction(ISD::FABS, MVT::v4f16, Expand);
357 setOperationAction(ISD::FABS, MVT::v8f16, Expand);
530 setOperationAction(ISD::FABS, MVT::v1f64, Expand);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1943 void Assembler::fabs(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 2292 void Assembler::fabs(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
simulator-ppc.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 310 setOperationAction(ISD::FABS, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 463 setOperationAction(ISD::FABS, VT, Expand);
694 setOperationAction(ISD::FABS , MVT::v4f64, Legal);
740 setOperationAction(ISD::FABS , MVT::v4f32, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 498 // FIXME: Create unittest for FNEG and for FABS.
500 setOperationAction(ISD::FABS, MVT::v2f64, Expand);
659 setOperationAction(ISD::FABS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 396 setOperationAction(ISD::FABS, MVT::v2f64, Legal);
    [all...]

Completed in 688 milliseconds

12