TMS320C64xMapping.h
Go to the documentation of this file.
1 /* Capstone Disassembly Engine */
2 /* TMS320C64x Backend by Fotis Loukos <me@fotisl.com> 2016 */
3 
4 #ifndef CS_TMS320C64X_MAP_H
5 #define CS_TMS320C64X_MAP_H
6 
7 #include "capstone/capstone.h"
8 
9 // return name of regiser in friendly string
10 const char *TMS320C64x_reg_name(csh handle, unsigned int reg);
11 
12 // given internal insn id, return public instruction info
13 void TMS320C64x_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id);
14 
15 const char *TMS320C64x_insn_name(csh handle, unsigned int id);
16 
17 const char *TMS320C64x_group_name(csh handle, unsigned int id);
18 
19 // map internal raw register to 'public' register
21 
22 // map register name to register ID
24 
25 #endif
26 
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_name
const char * TMS320C64x_reg_name(csh handle, unsigned int reg)
setup.name
name
Definition: setup.py:542
cs_struct
Definition: cs_priv.h:51
capstone.h
TMS320C64x_group_name
const char * TMS320C64x_group_name(csh handle, unsigned int id)
csh
size_t csh
Definition: capstone.h:71
tms320c64x_reg
tms320c64x_reg
Definition: tms320c64x.h:79
fix_build_deps.r
r
Definition: fix_build_deps.py:491
handle
static csh handle
Definition: test_arm_regression.c:16
TMS320C64x_get_insn_id
void TMS320C64x_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
TMS320C64x_reg_id
tms320c64x_reg TMS320C64x_reg_id(char *name)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:39