Searched refs:k_RegisterIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp824 k_RegisterIndex, /// A register index in one or more RegKind. enumerator in enum:__anon4201::MipsOperand::KindTy
842 case k_RegisterIndex:
893 auto Op = std::make_unique<MipsOperand>(k_RegisterIndex, Parser);
1064 /// is not a k_RegisterIndex compatible with RegKind_GPR
1108 /// is not a k_RegisterIndex compatible with RegKind_GPR
1286 bool isRegIdx() const { return Kind == k_RegisterIndex; }
1452 if (Kind == k_RegisterIndex && RegIdx.Index == 0 &&
1713 case k_RegisterIndex:
1737 case k_RegisterIndex: {

Completed in 178 milliseconds