HomeSort by relevance Sort by last modified time
    Searched defs:isGP64bit (Results 1 - 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 100 // IsGP64bit - General-purpose registers are 64 bits wide
101 bool IsGP64bit;
276 bool isGP64bit() const { return IsGP64bit; }
277 bool isGP32bit() const { return !IsGP64bit; }
278 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 529 bool isGP64bit() const {
737 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit())
    [all...]

Completed in 269 milliseconds