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

Go to the source code of this file.

Functions

const char * XCore_reg_name (csh handle, unsigned int reg)
 
void XCore_get_insn_id (cs_struct *h, cs_insn *insn, unsigned int id)
 
const char * XCore_insn_name (csh handle, unsigned int id)
 
const char * XCore_group_name (csh handle, unsigned int id)
 
xcore_reg XCore_map_register (unsigned int r)
 
xcore_reg XCore_reg_id (char *name)
 

Function Documentation

◆ XCore_get_insn_id()

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

◆ XCore_group_name()

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

◆ XCore_insn_name()

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

◆ XCore_map_register()

xcore_reg XCore_map_register ( unsigned int  r)

◆ XCore_reg_id()

xcore_reg XCore_reg_id ( char *  name)

◆ XCore_reg_name()

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