HomeSort by relevance Sort by last modified time
    Searched defs:IsGP64bit (Results 1 - 2 of 2) 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; }
  /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; }

Completed in 560 milliseconds