Home
last modified time | relevance | path

Searched refs:WebAssemblyInstPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp36 WebAssemblyInstPrinter::WebAssemblyInstPrinter(const MCAsmInfo &MAI, in WebAssemblyInstPrinter() function in WebAssemblyInstPrinter
41 void WebAssemblyInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) { in printRegName()
47 void WebAssemblyInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
315 void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
353 void WebAssemblyInstPrinter::printBrList(const MCInst *MI, unsigned OpNo, in printBrList()
364 void WebAssemblyInstPrinter::printWebAssemblyP2AlignOperand(const MCInst *MI, in printWebAssemblyP2AlignOperand()
373 void WebAssemblyInstPrinter::printWebAssemblySignatureOperand(const MCInst *MI, in printWebAssemblySignatureOperand()
393 void WebAssemblyInstPrinter::printCatchList(const MCInst *MI, unsigned OpNo, in printCatchList()
H A DWebAssemblyInstPrinter.h26 class WebAssemblyInstPrinter final : public MCInstPrinter {
35 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
H A DWebAssemblyMCTargetDesc.cpp63 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td52 // WebAssemblyInstPrinter.cpp.