HomeSort by relevance Sort by last modified time
    Searched refs:printMemOperand (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 30 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
BPFInstPrinter.cpp 66 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 38 void printMemOperand(const MCInst *MI, int OpNo,raw_ostream &O,
MBlazeInstPrinter.cpp 66 void MBlazeInstPrinter::printMemOperand(const MCInst *MI, int OpNo,
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 44 void printMemOperand(const MCInst *MI, int OpNum,
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.h 39 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.h 41 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 30 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
BPFInstPrinter.cpp 65 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 44 void printMemOperand(const MCInst *MI, int OpNum,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/InstPrinter/
Nios2InstPrinter.h 44 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
Nios2InstPrinter.cpp 58 void Nios2InstPrinter::printMemOperand(const MCInst *MI, int opNum,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.h 42 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 76 O << "\tjmp "; printMemOperand(MI, 1, STI, O);
79 O << "\tcall "; printMemOperand(MI, 1, STI, O);
140 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum,
SparcInstPrinter.h 46 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 76 O << "\tjmp "; printMemOperand(MI, 1, STI, O);
79 O << "\tcall "; printMemOperand(MI, 1, STI, O);
140 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum,
SparcInstPrinter.h 46 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 94 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
MipsInstPrinter.cpp 105 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.h 60 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 98 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcAsmPrinter.cpp 42 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS,
110 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum,
208 printMemOperand(MI, OpNo, O);
  /external/capstone/arch/Sparc/
SparcInstPrinter.c 43 static void printMemOperand(MCInst *MI, int opNum, SStream *O, const char *Modifier);
130 printMemOperand(MI, 1, O, NULL);
135 printMemOperand(MI, 1, O, NULL);
291 static void printMemOperand(MCInst *MI, int opNum, SStream *O, const char *Modifier)
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 98 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 137 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);

Completed in 636 milliseconds

1 2 3