Searched refs:SystemZInstPrinter (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 24 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, in printAddress() 40 void SystemZInstPrinter::printOperand(const MCOperand &MO, const MCAsmInfo *MAI, in printOperand() 52 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() 77 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 82 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 87 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 92 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 97 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 102 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() [all …]
|
D | SystemZInstPrinter.h | 22 class SystemZInstPrinter : public MCInstPrinter { 24 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
|
D | CMakeLists.txt | 2 SystemZInstPrinter.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 27 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, in printAddress() 43 void SystemZInstPrinter::printOperand(const MCOperand &MO, const MCAsmInfo *MAI, in printOperand() 55 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 62 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() 80 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 85 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 90 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 95 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 100 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 105 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() [all …]
|
D | SystemZInstPrinter.h | 24 class SystemZInstPrinter : public MCInstPrinter { 26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
|
D | CMakeLists.txt | 2 SystemZInstPrinter.cpp
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 77 …9DE6FDA00BCA449 /* SystemZInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE242C19D… 113 …9DE6FDA00BCA449 /* SystemZInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE242C19D… 151 …9DDCDB700EF8EA9 /* SystemZInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE242C19D… 387 …19DDCD8800EF8EA9 /* SystemZInstPrinter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 388 …19DDCD8800EF8EA9 /* SystemZInstPrinter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 781 DCFE242C19DDCD8800EF8EA9 /* SystemZInstPrinter.c */, 782 DCFE242D19DDCD8800EF8EA9 /* SystemZInstPrinter.h */, 1368 DC474FD319DE6FDA00BCA449 /* SystemZInstPrinter.c in Sources */, 1404 DCFE248019DDCDB700EF8EA9 /* SystemZInstPrinter.c in Sources */, 1474 DC474FAF19DE6FDA00BCA449 /* SystemZInstPrinter.c in Sources */,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 508 SystemZInstPrinter::printOperand(MO, MAI, OS); in PrintAsmOperand() 518 SystemZInstPrinter::printAddress(MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|
/external/capstone/ |
D | CMakeLists.txt | 231 arch/SystemZ/SystemZInstPrinter.c 243 arch/SystemZ/SystemZInstPrinter.h
|
D | Makefile | 196 LIBOBJ_SYSZ += $(OBJDIR)/arch/SystemZ/SystemZInstPrinter.o
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 633 SystemZInstPrinter::printOperand(MO, MAI, OS); in PrintAsmOperand() 643 SystemZInstPrinter::printAddress(MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 203 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 181 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
|