Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
z
Classes
Class List
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
grpc
third_party
bloaty
third_party
capstone
arch
M680X
M680XInstPrinter.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* M680X Backend by Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net> 2017 */
3
4
#ifndef CS_M680XINSTPRINTER_H
5
#define CS_M680XINSTPRINTER_H
6
7
8
#include "
capstone/capstone.h
"
9
#include "../../MCRegisterInfo.h"
10
#include "../../MCInst.h"
11
12
struct
SStream
;
13
14
void
M680X_init
(
MCRegisterInfo
*MRI);
15
16
void
M680X_printInst
(
MCInst
*MI,
struct
SStream
*O,
void
*Info);
17
const
char
*
M680X_reg_name
(
csh
handle
,
unsigned
int
reg);
18
const
char
*
M680X_insn_name
(
csh
handle
,
unsigned
int
id
);
19
const
char
*
M680X_group_name
(
csh
handle
,
unsigned
int
id
);
20
void
M680X_post_printer
(
csh
handle
, cs_insn *flat_insn,
char
*insn_asm,
21
MCInst
*mci);
22
23
#endif
24
25
M680X_post_printer
void M680X_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm, MCInst *mci)
M680X_reg_name
const char * M680X_reg_name(csh handle, unsigned int reg)
capstone.h
SStream
Definition:
SStream.h:9
M680X_init
void M680X_init(MCRegisterInfo *MRI)
M680X_group_name
const char * M680X_group_name(csh handle, unsigned int id)
csh
size_t csh
Definition:
capstone.h:71
MCInst
Definition:
MCInst.h:88
M680X_insn_name
const char * M680X_insn_name(csh handle, unsigned int id)
M680X_printInst
void M680X_printInst(MCInst *MI, struct SStream *O, void *Info)
handle
static csh handle
Definition:
test_arm_regression.c:16
MCRegisterInfo
Definition:
MCRegisterInfo.h:78
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:00:30