grpc
third_party
bloaty
third_party
capstone
arch
Mips
MipsMapping.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
3
4
#ifndef CS_MIPS_MAP_H
5
#define CS_MIPS_MAP_H
6
7
#include "
capstone/capstone.h
"
8
9
// return name of regiser in friendly string
10
const
char
*
Mips_reg_name
(
csh
handle
,
unsigned
int
reg);
11
12
// given internal insn id, return public instruction info
13
void
Mips_get_insn_id
(
cs_struct
*h, cs_insn *insn,
unsigned
int
id
);
14
15
const
char
*
Mips_insn_name
(
csh
handle
,
unsigned
int
id
);
16
17
const
char
*
Mips_group_name
(
csh
handle
,
unsigned
int
id
);
18
19
// map instruction name to instruction ID
20
mips_reg
Mips_map_insn
(
const
char
*
name
);
21
22
// map internal raw register to 'public' register
23
mips_reg
Mips_map_register
(
unsigned
int
r
);
24
25
#endif
Mips_group_name
const char * Mips_group_name(csh handle, unsigned int id)
setup.name
name
Definition:
setup.py:542
cs_struct
Definition:
cs_priv.h:51
capstone.h
Mips_reg_name
const char * Mips_reg_name(csh handle, unsigned int reg)
Mips_get_insn_id
void Mips_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
Mips_map_insn
mips_reg Mips_map_insn(const char *name)
csh
size_t csh
Definition:
capstone.h:71
fix_build_deps.r
r
Definition:
fix_build_deps.py:491
mips_reg
mips_reg
MIPS registers.
Definition:
mips.h:30
Mips_insn_name
const char * Mips_insn_name(csh handle, unsigned int id)
handle
static csh handle
Definition:
test_arm_regression.c:16
Mips_map_register
mips_reg Mips_map_register(unsigned int r)
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:29