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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 79 bool IsGP64bit;
217 bool isGP64bit() const { return IsGP64bit; }
218 bool isGP32bit() const { return !IsGP64bit; }
MipsSubtarget.cpp 111 IsGP64bit(false), HasVFPU(false), HasCnMips(false), IsLinux(true),
146 assert(((!isGP64bit() && (isABI_O32() || isABI_EABI())) ||
147 (isGP64bit() && (isABI_N32() || isABI_N64()))) &&
185 CriticalPathRCs.push_back(isGP64bit() ? &Mips::GPR64RegClass

Completed in 26 milliseconds