Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isGP64bit

250   bool isGP64bit() const { return STI.getFeatureBits() & Mips::FeatureGP64Bit; }
311 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit())
1041 if (!isGP64bit()) {
1116 if (!isGP64bit()) {
1143 if (!isGP64bit()) {
1317 (isGP64bit()) ? Mips::GPR64RegClassID : Mips::GPR32RegClassID, AT);
1588 return getReg(isGP64bit() ? Mips::GPR64RegClassID : Mips::GPR32RegClassID,
1813 RegNo = isGP64bit() ? Operand.getGPR64Reg() : Operand.getGPR32Reg();