4 #ifdef CAPSTONE_HAS_SYSZ
6 #include "../../utils.h"
7 #include "../../MCRegisterInfo.h"
void SystemZ_init(MCRegisterInfo *MRI)
bool SystemZ_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info)
void SystemZ_printInst(MCInst *MI, SStream *O, void *Info)
void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
void SystemZ_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
const char * SystemZ_reg_name(csh handle, unsigned int reg)
const char * SystemZ_group_name(csh handle, unsigned int id)
const char * SystemZ_insn_name(csh handle, unsigned int id)
cs_err SystemZ_global_init(cs_struct *ud)
cs_err SystemZ_option(cs_struct *handle, cs_opt_type type, size_t value)
static mcore_handle handle
cs_opt_type
Runtime option for the disassembled engine.
@ CS_OPT_SYNTAX
Assembly output syntax.
cs_malloc_t cs_mem_malloc
PostPrinter_t post_printer