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

  /external/llvm/include/llvm/ADT/
APFloat.h 133 static const fltSemantics PPCDoubleDouble;
449 /* For PPCDoubleDouble, we have a second exponent and sign (the second
  /external/llvm/lib/Support/
APFloat.cpp 63 const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022, 106, false };
707 if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
714 else if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 274 if (&format == &llvm::APFloat::PPCDoubleDouble)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 117 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::PPCDoubleDouble)
  /external/llvm/include/llvm/
Constants.h 282 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 479 return &APFloat::PPCDoubleDouble;
560 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
    [all...]
AsmWriter.cpp 783 else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 233 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 70 case MVT::ppcf128: return &APFloat::PPCDoubleDouble;
94 &Val.getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 356 milliseconds