HomeSort by: relevance | last modified time | path
    Searched refs:BitsToDouble (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackReader.cpp 85 Obj.Float = BitsToDouble(endian::read<uint64_t, Endianness>(Current));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsLegalizerInfo.cpp 442 s64, BitsToDouble(UINT64_C(0x4330000000000000)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h 635 inline double BitsToDouble(uint64_t Bits) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 1784 double bitsToDouble() const {
1785 return BitsToDouble(getWord(0));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 2067 auto K0 = B.buildFConstant(S64, BitsToDouble(UINT64_C(0x3df0000000000000)));
2068 auto K1 = B.buildFConstant(S64, BitsToDouble(UINT64_C(0xc1f0000000000000)));
2625 auto Const = B.buildFConstant(S64, BitsToDouble(0x3fefffffffffffff));
AMDGPUISelLowering.cpp 2592 SDValue K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(0x3df0000000000000)), SL,
2594 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 2347 BitsToDouble(0x4330000080000000ULL) :
2348 BitsToDouble(0x4330000000000000ULL),
TargetLowering.cpp 6862 BitsToDouble(UINT64_C(0x4530000000100000)), dl, DstVT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3353 double DoubleImm = BitsToDouble(ImmOp64);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 20171 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl,
20258 DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), DL, MVT::v2f64);
    [all...]

Completed in 84 milliseconds