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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  776                       RegKind_MSACtrl | RegKind_COP2 | RegKind_ACC |
  970     assert(isRegIdx() && (RegIdx.Kind & RegKind_ACC) && "Invalid access!");
  978     assert(isRegIdx() && (RegIdx.Kind & RegKind_ACC) && "Invalid access!");
  986     assert(isRegIdx() && (RegIdx.Kind & RegKind_ACC) && "Invalid access!");
 1509     return CreateReg(Index, Str, RegKind_ACC, RegInfo, S, E, Parser);
 1633     return isRegIdx() && RegIdx.Kind & RegKind_ACC && RegIdx.Index <= 3;