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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp89 class MSP430Operand : public MCParsedAsmOperand { class in namespace:__anon5218
115 MSP430Operand(StringRef Tok, SMLoc const &S) function in class:__anon5218::MSP430Operand
117 MSP430Operand(KindTy Kind, unsigned Reg, SMLoc const &S, SMLoc const &E) function in class:__anon5218::MSP430Operand
119 MSP430Operand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon5218::MSP430Operand
121 MSP430Operand(unsigned Reg, MCExpr const *Expr, SMLoc const &S, SMLoc const &E) function in class:__anon5218::MSP430Operand
193 static std::unique_ptr<MSP430Operand> CreateToken(StringRef Str, SMLoc S) {
194 return std::make_unique<MSP430Operand>(Str, S);
197 static std::unique_ptr<MSP430Operand> CreateReg(unsigned RegNum, SMLoc S,
199 return std::make_unique<MSP430Operand>(k_Reg, RegNum, S, E);
202 static std::unique_ptr<MSP430Operand> CreateIm
[all...]

Completed in 114 milliseconds