Searched refs:RegKind_GPR (Results 1 – 1 of 1) sorted by relevance
563 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit()) enumerator577 RegKind_Numeric = RegKind_GPR | RegKind_FGR | RegKind_FCC | RegKind_MSA128 |652 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPR32Reg()661 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPRMM16Reg()669 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPR64Reg()997 assert((RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in addRegPairOperands()1177 RegIdx.Kind & RegKind_GPR) in getReg()1242 return CreateReg(Index, RegKind_GPR, RegInfo, S, E, Parser); in createGPRReg()1338 return isRegIdx() && RegIdx.Kind & RegKind_GPR && RegIdx.Index <= 31; in isGPRAsmReg()