HomeSort by relevance Sort by last modified time
    Searched refs:FGETSIGN (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 256 /// INT = FGETSIGN(FP) - Return the sign bit of the specified floating point
258 FGETSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 204 case ISD::FGETSIGN: return "fgetsign";
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 786 setOperationAction(ISD::FGETSIGN, VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 666 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand);
719 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 543 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
544 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 657 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand);
    [all...]

Completed in 72 milliseconds