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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 242 /// INT = FGETSIGN(FP) - Return the sign bit of the specified floating point
244 FGETSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 183 case ISD::FGETSIGN: return "fgetsign";
TargetLowering.cpp 536 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 592 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
593 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
    [all...]

Completed in 45 milliseconds