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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  775     RegKind_Numeric = RegKind_GPR | RegKind_FGR | RegKind_FCC | RegKind_MSA128 |
  894     assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
  904     assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
  912     assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
 1485     return CreateReg(Index, Str, RegKind_FGR, RegInfo, S, E, Parser);
 1610     return isRegIdx() && RegIdx.Kind & RegKind_FGR && RegIdx.Index <= 31;
 1615     return isRegIdx() && RegIdx.Kind == RegKind_FGR && RegIdx.Index <= 31;