Searched refs:XCoreInstPrinter (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 29 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 33 void XCoreInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 40 void XCoreInstPrinter:: 45 void XCoreInstPrinter:: 75 void XCoreInstPrinter::
|
D | XCoreInstPrinter.h | 23 class XCoreInstPrinter : public MCInstPrinter { 25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter() function
|
D | CMakeLists.txt | 2 XCoreInstPrinter.cpp
|
D | XCoreMCTargetDesc.cpp | 74 return new XCoreInstPrinter(MAI, MII, MRI); in createXCoreMCInstPrinter()
|
/external/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreInstPrinter.cpp | 29 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 33 void XCoreInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 40 void XCoreInstPrinter:: 45 void XCoreInstPrinter:: 75 void XCoreInstPrinter::
|
D | XCoreInstPrinter.h | 23 class XCoreInstPrinter : public MCInstPrinter { 25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter() function
|
D | XCoreMCTargetDesc.cpp | 74 return new XCoreInstPrinter(MAI, MII, MRI); in createXCoreMCInstPrinter()
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 32 void XCoreInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 38 void XCoreInstPrinter:: 43 void XCoreInstPrinter:: 73 void XCoreInstPrinter::
|
D | XCoreInstPrinter.h | 22 class XCoreInstPrinter : public MCInstPrinter { 24 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter() function
|
D | CMakeLists.txt | 2 XCoreInstPrinter.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 208 O << XCoreInstPrinter::getRegisterName(MO.getReg()); in printOperand() 269 << XCoreInstPrinter::getRegisterName(MI->getOperand(0).getReg()) << ", " in EmitInstruction() 270 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()); in EmitInstruction() 278 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()) << '\n'; in EmitInstruction()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 207 O << XCoreInstPrinter::getRegisterName(MO.getReg()); in printOperand() 268 << XCoreInstPrinter::getRegisterName(MI->getOperand(0).getReg()) << ", " in emitInstruction() 269 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()); in emitInstruction() 277 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()) << '\n'; in emitInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 214 O << XCoreInstPrinter::getRegisterName(MO.getReg()); in printOperand() 276 << XCoreInstPrinter::getRegisterName(MI->getOperand(0).getReg()) << ", " in EmitInstruction() 277 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()); in EmitInstruction() 285 << XCoreInstPrinter::getRegisterName(MI->getOperand(1).getReg()) << '\n'; in EmitInstruction()
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 78 return new XCoreInstPrinter(MAI, MII, MRI); in createXCoreMCInstPrinter()
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 93 …A19DE6FDA00BCA449 /* XCoreInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE245019D… 129 …E19DE6FDA00BCA449 /* XCoreInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE245019D… 184 …619DDCDD000EF8EA9 /* XCoreInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE245019D… 474 …5019DDCD8800EF8EA9 /* XCoreInstPrinter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 475 …5119DDCD8800EF8EA9 /* XCoreInstPrinter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 926 DCFE245019DDCD8800EF8EA9 /* XCoreInstPrinter.c */, 927 DCFE245119DDCD8800EF8EA9 /* XCoreInstPrinter.h */, 1503 DC474FDE19DE6FDA00BCA449 /* XCoreInstPrinter.c in Sources */, 1585 DCFE249619DDCDD000EF8EA9 /* XCoreInstPrinter.c in Sources */, 1623 DC474FBA19DE6FDA00BCA449 /* XCoreInstPrinter.c in Sources */,
|
/external/capstone/ |
D | CMakeLists.txt | 369 arch/XCore/XCoreInstPrinter.c 379 arch/XCore/XCoreInstPrinter.h
|