Searched refs:BPFInstPrinter (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 27 void BPFInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 51 void BPFInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 65 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() 86 void BPFInstPrinter::printImm64Operand(const MCInst *MI, unsigned OpNo, in printImm64Operand() 97 void BPFInstPrinter::printBrTargetOperand(const MCInst *MI, unsigned OpNo, in printBrTargetOperand()
|
D | BPFInstPrinter.h | 19 class BPFInstPrinter : public MCInstPrinter { 21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter() function
|
D | CMakeLists.txt | 4 BPFInstPrinter.cpp
|
D | BPFMCTargetDesc.cpp | 67 return new BPFInstPrinter(MAI, MII, MRI); in createBPFMCInstPrinter()
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.cpp | 29 void BPFInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 52 void BPFInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 66 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() 81 void BPFInstPrinter::printImm64Operand(const MCInst *MI, unsigned OpNo, in printImm64Operand()
|
D | BPFInstPrinter.h | 20 class BPFInstPrinter : public MCInstPrinter { 22 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter() function
|
D | CMakeLists.txt | 2 BPFInstPrinter.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAsmPrinter.cpp | 78 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()
|
D | BPF.td | 35 def BPFInstPrinter : AsmWriter { 53 let AssemblyWriters = [BPFInstPrinter];
|
/external/llvm/lib/Target/BPF/ |
D | BPF.td | 23 def BPFInstPrinter : AsmWriter { 36 let AssemblyWriters = [BPFInstPrinter];
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFMCTargetDesc.cpp | 66 return new BPFInstPrinter(MAI, MII, MRI); in createBPFMCInstPrinter()
|