Searched refs:RegKind_GPR (Results 1 – 1 of 1) sorted by relevance
451 RegKind_GPR = 1, /// GPR32 and GPR64 (depending on isGP64bit()) enumerator465 RegKind_Numeric = RegKind_GPR | RegKind_FGR | RegKind_FCC | RegKind_MSA128 |546 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPR32Reg()555 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPRMM16Reg()563 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!"); in getGPR64Reg()943 RegIdx.Kind & RegKind_GPR) in getReg()1008 return CreateReg(Index, RegKind_GPR, RegInfo, S, E, Parser); in createGPRReg()1101 return isRegIdx() && RegIdx.Kind & RegKind_GPR && RegIdx.Index <= 31; in isGPRAsmReg()