Searched refs:WebAssemblyInstPrinter (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 36 WebAssemblyInstPrinter::WebAssemblyInstPrinter(const MCAsmInfo &MAI, in WebAssemblyInstPrinter() function in WebAssemblyInstPrinter 41 void WebAssemblyInstPrinter::printRegName(raw_ostream &OS, in printRegName() 48 void WebAssemblyInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 292 void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 330 void WebAssemblyInstPrinter::printBrList(const MCInst *MI, unsigned OpNo, in printBrList() 341 void WebAssemblyInstPrinter::printWebAssemblyP2AlignOperand(const MCInst *MI, in printWebAssemblyP2AlignOperand() 350 void WebAssemblyInstPrinter::printWebAssemblySignatureOperand(const MCInst *MI, in printWebAssemblySignatureOperand()
|
| H A D | WebAssemblyInstPrinter.h | 26 class WebAssemblyInstPrinter final : public MCInstPrinter { 35 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
| H A D | WebAssemblyMCTargetDesc.cpp | 89 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrCall.td | 52 // WebAssemblyInstPrinter.cpp.
|