Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:RegKind

333   bool validateMSAIndex(int Val, int RegKind);
563 enum RegKind {
588 k_RegisterIndex, /// A register index in one or more RegKind.
613 RegKind Kind; /// Bitfield of the kinds it could possibly be
642 static std::unique_ptr<MipsOperand> CreateReg(unsigned Index, RegKind RegKind,
649 Op->RegIdx.Kind = RegKind;