Searched refs:MSP430Operand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 90 class MSP430Operand : public MCParsedAsmOperand { class 116 MSP430Operand(StringRef Tok, SMLoc const &S) in MSP430Operand() function in __anon9c9a31020111::MSP430Operand 120 MSP430Operand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in MSP430Operand() function in __anon9c9a31020111::MSP430Operand 195 return std::make_unique<MSP430Operand>(Str, S); in CreateToken() 200 return std::make_unique<MSP430Operand>(k_Reg, RegNum, S, E); in CreateReg() 205 return std::make_unique<MSP430Operand>(Val, S, E); in CreateImm() 211 return std::make_unique<MSP430Operand>(RegNum, Val, S, E); in CreateMem() 376 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc, in parseJccInstruction() 400 Operands.push_back(MSP430Operand::CreateToken(Name, NameLoc)); in ParseInstruction() 517 Operands.push_back(MSP430Operand::CreateMem(RegNo, in ParseOperand() [all …]
|