Searched refs:RegKind_COP0 (Results 1 – 1 of 1) sorted by relevance
575 RegKind_COP0 = 1024, /// COP0 enumerator579 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0738 assert(isRegIdx() && (RegIdx.Kind & RegKind_COP0) && "Invalid access!"); in getCOP0Reg()1380 return isRegIdx() && RegIdx.Kind & RegKind_COP0 && RegIdx.Index <= 31; in isCOP0AsmReg()