Home
last modified time | relevance | path

Searched refs:BPFInstPrinter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp28 void BPFInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
35 void BPFInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
48 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, in printMemOperand()
69 void BPFInstPrinter::printImm64Operand(const MCInst *MI, unsigned OpNo, in printImm64Operand()
80 void BPFInstPrinter::printBrTargetOperand(const MCInst *MI, unsigned OpNo, in printBrTargetOperand()
H A DBPFInstPrinter.h19 class BPFInstPrinter : public MCInstPrinter {
21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter() function
H A DBPFMCTargetDesc.cpp69 return new BPFInstPrinter(MAI, MII, MRI); in createBPFMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp78 O << BPFInstPrinter::getRegisterName(MO.getReg()); in printOperand()
133 O << "(" << BPFInstPrinter::getRegisterName(BaseMO.getReg()) << " - " << -Offset << ")"; in PrintAsmMemoryOperand()
135 O << "(" << BPFInstPrinter::getRegisterName(BaseMO.getReg()) << " + " << Offset << ")"; in PrintAsmMemoryOperand()
H A DBPF.td37 def BPFInstPrinter : AsmWriter {
55 let AssemblyWriters = [BPFInstPrinter];
/freebsd/lib/clang/libllvm/
H A DMakefile1542 SRCS_MIN+= Target/BPF/MCTargetDesc/BPFInstPrinter.cpp