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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 59 bool IsGP64bit;
116 bool isGP64bit() const { return IsGP64bit; }
117 bool isGP32bit() const { return !IsGP64bit; }
MipsSubtarget.cpp 28 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 82 bool IsGP64bit;
227 bool isGP64bit() const { return IsGP64bit; }
228 bool isGP32bit() const { return !IsGP64bit; }
229 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; }
MipsSubtarget.cpp 68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false),
93 assert(((!isGP64bit() && isABI_O32()) ||
94 (isGP64bit() && (isABI_N32() || isABI_N64()))) &&
138 CriticalPathRCs.push_back(isGP64bit() ?

Completed in 210 milliseconds