Searched refs:printRegisterList (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.h | 59 void printRegisterList(const MCInst *MI, unsigned OpNo,
|
| H A D | CSKYInstPrinter.cpp | 224 void CSKYInstPrinter::printRegisterList(const MCInst *MI, unsigned OpNum, in printRegisterList() function in CSKYInstPrinter
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.h | 125 void printRegisterList(const MCInst *MI, int opNum,
|
| H A D | MipsInstPrinter.cpp | 353 void MipsInstPrinter::printRegisterList(const MCInst *MI, int opNum, in printRegisterList() function in MipsInstPrinter
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 154 void printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O);
|
| H A D | MipsAsmPrinter.cpp | 727 printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O) { in printRegisterList() function in MipsAsmPrinter
|
| H A D | MicroMipsInstrInfo.td | 527 let PrintMethod = "printRegisterList"; 541 let PrintMethod = "printRegisterList";
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 187 printRegisterList(MI, 4, STI, O); in printInst() 216 printRegisterList(MI, 4, STI, O); in printInst() 242 printRegisterList(MI, 4, STI, O); in printInst() 255 printRegisterList(MI, 4, STI, O); in printInst() 277 printRegisterList(MI, 3, STI, O); in printInst() 851 void ARMInstPrinter::printRegisterList(const MCInst *MI, unsigned OpNum, in printRegisterList() function in ARMInstPrinter
|
| H A D | ARMInstPrinter.h | 191 void printRegisterList(const MCInst *MI, unsigned OpNum,
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 605 let PrintMethod = "printRegisterList"; 615 let PrintMethod = "printRegisterList"; 628 let PrintMethod = "printRegisterList"; 639 let PrintMethod = "printRegisterList"; 648 let PrintMethod = "printRegisterList"; 655 let PrintMethod = "printRegisterList";
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 455 let PrintMethod = "printRegisterList";
|