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 82 bool IsGP64bit;
225 bool isGP64bit() const { return IsGP64bit; }
226 bool isGP32bit() const { return !IsGP64bit; }
227 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 447 bool isGP64bit() const {
564 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit())
    [all...]

Completed in 134 milliseconds