Searched refs:RegKind_COP2 (Results 1 – 1 of 1) sorted by relevance
569 RegKind_COP2 = 32, /// COP2 enumerator578 RegKind_MSACtrl | RegKind_COP2 | RegKind_ACC |746 assert(isRegIdx() && (RegIdx.Kind & RegKind_COP2) && "Invalid access!"); in getCOP2Reg()1383 return isRegIdx() && RegIdx.Kind & RegKind_COP2 && RegIdx.Index <= 31; in isCOP2AsmReg()