Home
last modified time | relevance | path

Searched defs:MSP430Operand (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp89 class MSP430Operand : public MCParsedAsmOperand { class
115 MSP430Operand(StringRef Tok, SMLoc const &S) in MSP430Operand() function in __anon571f2efe0111::MSP430Operand
117 MSP430Operand(KindTy Kind, unsigned Reg, SMLoc const &S, SMLoc const &E) in MSP430Operand() function in __anon571f2efe0111::MSP430Operand
119 MSP430Operand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in MSP430Operand() function in __anon571f2efe0111::MSP430Operand
121 MSP430Operand(unsigned Reg, MCExpr const *Expr, SMLoc const &S, SMLoc const &E) in MSP430Operand() function in __anon571f2efe0111::MSP430Operand