/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Assembly Writer Source Fragment *| |* *| |* Automatically generated file, do not edit! *| |* From: XCore.td *| |* *| \*===----------------------------------------------------------------------===*/ /// getMnemonic - This method is automatically generated by tablegen /// from the instruction set description. std::pair<const char *, uint64_t> XCoreInstPrinter::getMnemonic(const MCInst *MI) { … } /// printInstruction - This method is automatically generated by tablegen /// from the instruction set description. LLVM_NO_PROFILE_INSTRUMENT_FUNCTION void XCoreInstPrinter::printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O) { … } /// getRegisterName - This method is automatically generated by tblgen /// from the register set description. This returns the assembler name /// for the specified register. const char *XCoreInstPrinter::getRegisterName(MCRegister Reg) { … } #ifdef PRINT_ALIAS_INSTR #undef PRINT_ALIAS_INSTR bool XCoreInstPrinter::printAliasInstr(const MCInst *MI, uint64_t Address, raw_ostream &OS) { return false; } #endif // PRINT_ALIAS_INSTR