Lines Matching defs:MSP430AsmParser
1 //===- MSP430AsmParser.cpp - Parse MSP430 assembly to MCInst instructions -===//
38 class MSP430AsmParser : public MCTargetAsmParser {
80 MSP430AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
255 bool MSP430AsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode,
292 bool MSP430AsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc,
305 ParseStatus MSP430AsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc,
327 bool MSP430AsmParser::parseJccInstruction(ParseInstructionInfo &Info,
388 bool MSP430AsmParser::ParseInstruction(ParseInstructionInfo &Info,
423 bool MSP430AsmParser::ParseDirectiveRefSym(AsmToken DirectiveID) {
433 ParseStatus MSP430AsmParser::parseDirective(AsmToken DirectiveID) {
446 bool MSP430AsmParser::ParseOperand(OperandVector &Operands) {
529 bool MSP430AsmParser::ParseLiteralValues(unsigned Size, SMLoc L) {
541 RegisterMCAsmParser<MSP430AsmParser> X(getTheMSP430Target());
571 unsigned MSP430AsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp,