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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 73 bool IsGP64bit;
211 bool isGP64bit() const { return IsGP64bit; }
212 bool isGP32bit() const { return !IsGP64bit; }
213 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 374 bool isGP64bit() const { return STI.getFeatureBits() & Mips::FeatureGP64Bit; }
451 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit())
    [all...]

Completed in 61 milliseconds