Searched refs:AVRAsmParser (Results 1 – 2 of 2) sorted by relevance
40 class AVRAsmParser : public MCTargetAsmParser { class94 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anon06c44bb20111::AVRAsmParser288 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()314 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()319 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { in emit()326 bool AVRAsmParser::matchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in matchAndEmitInstruction()352 MCRegister AVRAsmParser::parseRegisterName(MCRegister (*matchFn)(StringRef)) { in parseRegisterName()371 MCRegister AVRAsmParser::parseRegisterName() { in parseRegisterName()380 MCRegister AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()406 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand()[all …]
56 def AVRAsmParser : AsmParser {77 let AssemblyParsers = [AVRAsmParser];