/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 51 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 68 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 177 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() 274 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint() 283 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() 290 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() 297 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand() 304 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() 311 void PPCInstPrinter::printS5ImmOperand(const MCInst *MI, unsigned OpNo, in printS5ImmOperand() 318 void PPCInstPrinter::printU5ImmOperand(const MCInst *MI, unsigned OpNo, in printU5ImmOperand() [all …]
|
D | PPCInstPrinter.h | 22 class PPCInstPrinter : public MCInstPrinter { 31 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter() function
|
D | CMakeLists.txt | 2 PPCInstPrinter.cpp
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 26 StringRef PPCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() 30 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 34 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 90 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() 117 void PPCInstPrinter::printS5ImmOperand(const MCInst *MI, unsigned OpNo, in printS5ImmOperand() 124 void PPCInstPrinter::printU5ImmOperand(const MCInst *MI, unsigned OpNo, in printU5ImmOperand() 131 void PPCInstPrinter::printU6ImmOperand(const MCInst *MI, unsigned OpNo, in printU6ImmOperand() 138 void PPCInstPrinter::printS16ImmOperand(const MCInst *MI, unsigned OpNo, in printS16ImmOperand() 143 void PPCInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() 148 void PPCInstPrinter::printS16X4ImmOperand(const MCInst *MI, unsigned OpNo, in printS16X4ImmOperand() [all …]
|
D | PPCInstPrinter.h | 23 class PPCInstPrinter : public MCInstPrinter { 27 PPCInstPrinter(const MCAsmInfo &MAI, unsigned syntaxVariant) in PPCInstPrinter() function
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 39 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 56 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 145 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() 242 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() 249 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() 256 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand() 263 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() 270 void PPCInstPrinter::printS5ImmOperand(const MCInst *MI, unsigned OpNo, in printS5ImmOperand() 277 void PPCInstPrinter::printU5ImmOperand(const MCInst *MI, unsigned OpNo, in printU5ImmOperand() 284 void PPCInstPrinter::printU6ImmOperand(const MCInst *MI, unsigned OpNo, in printU6ImmOperand() [all …]
|
D | PPCInstPrinter.h | 21 class PPCInstPrinter : public MCInstPrinter { 24 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter() function
|
D | CMakeLists.txt | 2 PPCInstPrinter.cpp
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 110 return new PPCInstPrinter(MAI, SyntaxVariant); in createPPCMCInstPrinter()
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 69 …FA719DE6FDA00BCA449 /* PPCInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE241019D… 105 …FCB19DE6FDA00BCA449 /* PPCInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE241019D… 143 …47019DDCDA700EF8EA9 /* PPCInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE241019D… 361 …241019DDCD8700EF8EA9 /* PPCInstPrinter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 362 …241119DDCD8700EF8EA9 /* PPCInstPrinter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcec… 741 DCFE241019DDCD8700EF8EA9 /* PPCInstPrinter.c */, 742 DCFE241119DDCD8700EF8EA9 /* PPCInstPrinter.h */, 1367 DC474FCB19DE6FDA00BCA449 /* PPCInstPrinter.c in Sources */, 1397 DCFE247019DDCDA700EF8EA9 /* PPCInstPrinter.c in Sources */, 1473 DC474FA719DE6FDA00BCA449 /* PPCInstPrinter.c in Sources */,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 242 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 150 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() 371 OutStreamer.AddComment(PPCInstPrinter:: in EmitInstruction()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 227 return new PPCInstPrinter(MAI, MII, MRI, T.isOSDarwin()); in createPPCMCInstPrinter()
|
/external/capstone/ |
D | CMakeLists.txt | 155 arch/PowerPC/PPCInstPrinter.c 166 arch/PowerPC/PPCInstPrinter.h
|
D | Makefile | 162 LIBOBJ_PPC += $(OBJDIR)/arch/PowerPC/PPCInstPrinter.o
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 172 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() 969 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction() 985 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 200 const char *RegName = PPCInstPrinter::getRegisterName(Reg); in printOperand() 1058 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction() 1074 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
|