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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 71 // IsFP64bit - The target processor has 64-bit floating point registers.
72 bool IsFP64bit;
81 // IsFP64bit - General-purpose registers are 64 bits wide
221 bool isFP64bit() const { return IsFP64bit; }
MipsSubtarget.cpp 67 NoABICalls(false), IsFP64bit(false), UseOddSPReg(true),
97 if (hasMSA() && !isFP64bit())
111 assert(isFP64bit());

Completed in 49 milliseconds