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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 92 // IsFP64bit - The target processor has 64-bit floating point registers.
93 bool IsFP64bit;
284 bool isFP64bit() const { return IsFP64bit; }
MipsSubtarget.cpp 76 IsFP64bit(false), UseOddSPReg(true), IsNaN2008bit(false),
106 if (hasMSA() && !isFP64bit())
111 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2())
145 assert(isFP64bit());

Completed in 15 milliseconds