HomeSort by relevance Sort by last modified time
    Searched defs:isGP64bit (Results 1 - 3 of 3) 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; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 446 bool isGP64bit() const {
563 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit())
    [all...]

Completed in 350 milliseconds