Lines Matching defs:PPCAsmParser
1 //===-- PPCAsmParser.cpp - Parse PowerPC asm to MCInst instructions -------===//
99 class PPCAsmParser : public MCTargetAsmParser {
143 PPCAsmParser(const MCSubtargetInfo &STI, MCAsmParser &,
821 void PPCAsmParser::ProcessInstruction(MCInst &Inst,
1255 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1294 bool PPCAsmParser::MatchRegisterName(MCRegister &RegNo, int64_t &IntVal) {
1353 bool PPCAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc,
1360 ParseStatus PPCAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc,
1378 const MCExpr *PPCAsmParser::
1467 const MCExpr *PPCAsmParser::
1516 bool PPCAsmParser::
1536 bool PPCAsmParser::ParseOperand(OperandVector &Operands) {
1658 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1735 bool PPCAsmParser::ParseDirective(AsmToken DirectiveID) {
1758 bool PPCAsmParser::ParseDirectiveWord(unsigned Size, AsmToken ID) {
1783 bool PPCAsmParser::ParseDirectiveTC(unsigned Size, AsmToken ID) {
1801 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) {
1828 bool PPCAsmParser::ParseDirectiveAbiVersion(SMLoc L) {
1845 bool PPCAsmParser::ParseDirectiveLocalEntry(SMLoc L) {
1866 bool PPCAsmParser::ParseGNUAttribute(SMLoc L) {
1879 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target());
1880 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget());
1881 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target());
1882 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget());
1892 unsigned PPCAsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp,
1918 PPCAsmParser::applyModifierToExpr(const MCExpr *E,