Lines Matching refs:PPCAsmParser
99 class PPCAsmParser : public MCTargetAsmParser { class
143 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &, in PPCAsmParser() function in __anon662ace330111::PPCAsmParser
745 void PPCAsmParser::ProcessInstruction(MCInst &Inst, in ProcessInstruction()
1150 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
1189 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName()
1227 bool PPCAsmParser::
1234 OperandMatchResultTy PPCAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
1253 const MCExpr *PPCAsmParser::
1342 const MCExpr *PPCAsmParser::
1391 bool PPCAsmParser::
1411 bool PPCAsmParser::ParseOperand(OperandVector &Operands) { in ParseOperand()
1503 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
1580 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
1603 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) { in ParseDirectiveWord()
1628 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) { in ParseDirectiveTC()
1646 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine()
1673 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) { in ParseDirectiveAbiVersion()
1690 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) { in ParseDirectiveLocalEntry()
1711 bool PPCAsmParser::ParseGNUAttribute(SMLoc L) { in ParseGNUAttribute()
1724 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1725 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1726 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1727 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
1737 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
1763 PPCAsmParser::applyModifierToExpr(const MCExpr *E, in applyModifierToExpr()