Searched refs:XCoreInstPrinter (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.cpp1 //===-- XCoreInstPrinter.cpp - Convert XCore MCInst to assembly syntax ----===//
14 #include "XCoreInstPrinter.h"
28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
32 void XCoreInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
38 void XCoreInstPrinter::
43 void XCoreInstPrinter::
72 void XCoreInstPrinter::
H A DXCoreInstPrinter.h1 //== XCoreInstPrinter.h - Convert XCore MCInst to assembly syntax -*- C++ -*-=//
11 /// \brief This file contains the declaration of the XCoreInstPrinter class,
24 class XCoreInstPrinter : public MCInstPrinter { class in namespace:llvm
26 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::XCoreInstPrinter
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp16 #include "InstPrinter/XCoreInstPrinter.h"
217 O << XCoreInstPrinter::getRegisterName(MO.getReg());
279 << XCoreInstPrinter::getRegisterName(MI->getOperand(0).getReg()) << ", "
280 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg());
288 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()) << '\n';
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp15 #include "InstPrinter/XCoreInstPrinter.h"
90 return new XCoreInstPrinter(MAI, MII, MRI);

Completed in 74 milliseconds