Searched refs:RegKind_COP3 (Results 1 – 1 of 1) sorted by relevance
574 RegKind_COP3 = 512, /// COP3 enumerator579 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0754 assert(isRegIdx() && (RegIdx.Kind & RegKind_COP3) && "Invalid access!"); in getCOP3Reg()1386 return isRegIdx() && RegIdx.Kind & RegKind_COP3 && RegIdx.Index <= 31; in isCOP3AsmReg()