Searched refs:MipsOperand (Results 1 – 1 of 1) sorted by relevance
558 class MipsOperand : public MCParsedAsmOperand { class593 MipsOperand(KindTy K, MipsAsmParser &Parser) in MipsOperand() function in __anond0efcad40311::MipsOperand616 MipsOperand *Base;635 static std::unique_ptr<MipsOperand> CreateReg(unsigned Index, RegKind RegKind, in CreateReg()639 auto Op = make_unique<MipsOperand>(k_RegisterIndex, Parser); in CreateReg()1194 MipsOperand *getMemBase() const { in getMemBase()1218 static std::unique_ptr<MipsOperand> CreateToken(StringRef Str, SMLoc S, in CreateToken()1220 auto Op = make_unique<MipsOperand>(k_Token, Parser); in CreateToken()1230 static std::unique_ptr<MipsOperand>1239 static std::unique_ptr<MipsOperand>[all …]