reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  777                       RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0
  994     assert(isRegIdx() && (RegIdx.Kind & RegKind_CCR) && "Invalid access!");
 1623     return isRegIdx() && RegIdx.Kind & RegKind_CCR && RegIdx.Index <= 31;