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

Go to the source code of this file.

Functions

const char * TMS320C64x_reg_name (csh handle, unsigned int reg)
 
void TMS320C64x_get_insn_id (cs_struct *h, cs_insn *insn, unsigned int id)
 
const char * TMS320C64x_insn_name (csh handle, unsigned int id)
 
const char * TMS320C64x_group_name (csh handle, unsigned int id)
 
tms320c64x_reg TMS320C64x_map_register (unsigned int r)
 
tms320c64x_reg TMS320C64x_reg_id (char *name)
 

Function Documentation

◆ TMS320C64x_get_insn_id()

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

◆ TMS320C64x_group_name()

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

◆ TMS320C64x_insn_name()

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

◆ TMS320C64x_map_register()

tms320c64x_reg TMS320C64x_map_register ( unsigned int  r)

◆ TMS320C64x_reg_id()

tms320c64x_reg TMS320C64x_reg_id ( char *  name)

◆ TMS320C64x_reg_name()

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