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

  /external/llvm/include/llvm/ADT/
APFloat.h 134 static const fltSemantics x87DoubleExtended;
  /external/llvm/lib/Support/
APFloat.cpp 57 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64, true };
674 if (semantics == &APFloat::x87DoubleExtended)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 276 if (&format == &llvm::APFloat::x87DoubleExtended)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 115 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended)
  /external/llvm/lib/VMCore/
Constants.cpp 93 APFloat::getZero(APFloat::x87DoubleExtended));
474 return &APFloat::x87DoubleExtended;
555 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
    [all...]
AsmWriter.cpp 759 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
    [all...]
ConstantFold.cpp 576 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 593 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
608 APFloat apf = APFloat::getZero(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/llvm/lib/Target/X86/
X86ISelLowering.cpp 648 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
655 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
    [all...]

Completed in 412 milliseconds