Searched refs:RegKind_HWRegs (Results 1 – 1 of 1) sorted by relevance
573 RegKind_HWRegs = 256, /// HWRegs enumerator579 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0794 assert(isRegIdx() && (RegIdx.Kind & RegKind_HWRegs) && "Invalid access!"); in getHWRegsReg()1258 return CreateReg(Index, RegKind_HWRegs, RegInfo, S, E, Parser); in createHWRegsReg()1364 return isRegIdx() && RegIdx.Kind & RegKind_HWRegs && RegIdx.Index <= 31; in isHWRegsAsmReg()