Home
last modified time | relevance | path

Searched refs:printInstruction (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp62 printInstruction(MCI.getOperand(1).getInst(), OS); in printInst()
65 printInstruction(MCI.getOperand(0).getInst(), OS); in printInst()
67 printInstruction(&MCI, OS); in printInst()
78 printInstruction(&ME, OS); in printInst()
85 printInstruction(&ME, OS); in printInst()
DHexagonInstPrinter.h33 void printInstruction(MCInst const *MI, raw_ostream &O);
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
DAMDGPUInstPrinter.h18 void printInstruction(const MCInst *MI, raw_ostream &O);
DAMDGPUInstPrinter.cpp9 printInstruction(MI, OS); in printInst()
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.h39 void printInstruction(const MCInst *MI, raw_ostream &O);
DWebAssemblyInstPrinter.cpp49 printInstruction(MI, OS); in printInst()
/external/llvm/lib/Target/BPF/InstPrinter/
DBPFInstPrinter.h37 void printInstruction(const MCInst *MI, raw_ostream &O);
DBPFInstPrinter.cpp31 printInstruction(MI, O); in printInst()
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.h32 void printInstruction(const MCInst *MI, raw_ostream &O);
DMSP430InstPrinter.cpp31 printInstruction(MI, O); in printInst()
/external/llvm/lib/Target/XCore/InstPrinter/
DXCoreInstPrinter.h31 void printInstruction(const MCInst *MI, raw_ostream &O);
DXCoreInstPrinter.cpp34 printInstruction(MI, O); in printInst()
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.h35 void printInstruction(const MCInst *MI, raw_ostream &O);
DNVPTXInstPrinter.cpp72 printInstruction(MI, OS); in printInst()
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.h38 void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI,
DSparcInstPrinter.cpp49 printInstruction(MI, STI, O); in printInst()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h36 virtual void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI,
174 void printInstruction(const MCInst *MI, const MCSubtargetInfo &STI,
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h39 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.h85 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h30 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.h29 void printInstruction(const MCInst *MI, raw_ostream &O);
/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h41 void printInstruction(const MCInst *MI, raw_ostream &OS);
DX86IntelInstPrinter.cpp44 printInstruction(MI, OS); in printInst()
DX86IntelInstPrinter.h35 void printInstruction(const MCInst *MI, raw_ostream &O);
DX86ATTInstPrinter.cpp66 printInstruction(MI, OS); in printInst()

12