Rizin
unix-like reverse engineering framework and cli tools
SystemZMapping.h File Reference
#include "capstone/capstone.h"

Go to the source code of this file.

Functions

const char * SystemZ_reg_name (csh handle, unsigned int reg)
 
void SystemZ_get_insn_id (cs_struct *h, cs_insn *insn, unsigned int id)
 
const char * SystemZ_insn_name (csh handle, unsigned int id)
 
const char * SystemZ_group_name (csh handle, unsigned int id)
 
sysz_reg SystemZ_map_register (unsigned int r)
 

Function Documentation

◆ SystemZ_get_insn_id()

void SystemZ_get_insn_id ( cs_struct h,
cs_insn *  insn,
unsigned int  id 
)

◆ SystemZ_group_name()

const char* SystemZ_group_name ( csh  handle,
unsigned int  id 
)

◆ SystemZ_insn_name()

const char* SystemZ_insn_name ( csh  handle,
unsigned int  id 
)

◆ SystemZ_map_register()

sysz_reg SystemZ_map_register ( unsigned int  r)

◆ SystemZ_reg_name()

const char* SystemZ_reg_name ( csh  handle,
unsigned int  reg 
)