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

  /external/llvm/include/llvm/ADT/
APFloat.h 134 static const fltSemantics x87DoubleExtended;
  /external/llvm/lib/Support/
APFloat.cpp 58 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64, true };
675 if (semantics == &APFloat::x87DoubleExtended)
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 276 if (&format == &llvm::APFloat::x87DoubleExtended)
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 602 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
617 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 96 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended)
  /external/llvm/lib/VMCore/
Constants.cpp 105 APFloat::getZero(APFloat::x87DoubleExtended));
485 return &APFloat::x87DoubleExtended;
566 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
    [all...]
AsmWriter.cpp 765 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
    [all...]
ConstantFold.cpp 575 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 68 case MVT::f80: return &APFloat::x87DoubleExtended;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 668 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
675 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
    [all...]

Completed in 340 milliseconds