grpc
third_party
bloaty
third_party
capstone
arch
SystemZ
SystemZInstPrinter.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
3
4
#ifndef CS_SYSZINSTPRINTER_H
5
#define CS_SYSZINSTPRINTER_H
6
7
#include "../../MCInst.h"
8
#include "../../MCRegisterInfo.h"
9
#include "../../SStream.h"
10
11
void
SystemZ_printInst
(
MCInst
*MI,
SStream
*O,
void
*Info);
12
13
void
SystemZ_post_printer
(
csh
ud, cs_insn *insn,
char
*insn_asm,
MCInst
*mci);
14
15
#endif
SystemZ_printInst
void SystemZ_printInst(MCInst *MI, SStream *O, void *Info)
SStream
Definition:
SStream.h:9
csh
size_t csh
Definition:
capstone.h:71
SystemZ_post_printer
void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
MCInst
Definition:
MCInst.h:88
grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:24