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 236 // INT = FGETSIGN(FP) - Return the sign bit of the specified floating point
238 FGETSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 182 case ISD::FGETSIGN: return "fgetsign";
TargetLowering.cpp 543 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 587 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
588 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
    [all...]

Completed in 65 milliseconds