Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
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
l
m
o
p
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
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
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
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
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
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
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
MipsGenSubtargetInfo.inc
Go to the documentation of this file.
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|* *|
3
|*Subtarget Enumeration Source Fragment *|
4
|* *|
5
|* Automatically generated file, do not edit! *|
6
|* *|
7
\*===----------------------------------------------------------------------===*/
8
9
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
10
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
11
12
13
#ifdef GET_SUBTARGETINFO_ENUM
14
#undef GET_SUBTARGETINFO_ENUM
15
16
#define Mips_FeatureCnMips (1ULL << 0)
17
#define Mips_FeatureDSP (1ULL << 1)
18
#define Mips_FeatureDSPR2 (1ULL << 2)
19
#define Mips_FeatureFP64Bit (1ULL << 3)
20
#define Mips_FeatureFPXX (1ULL << 4)
21
#define Mips_FeatureGP64Bit (1ULL << 5)
22
#define Mips_FeatureMSA (1ULL << 6)
23
#define Mips_FeatureMicroMips (1ULL << 7)
24
#define Mips_FeatureMips1 (1ULL << 8)
25
#define Mips_FeatureMips2 (1ULL << 9)
26
#define Mips_FeatureMips3 (1ULL << 10)
27
#define Mips_FeatureMips3_32 (1ULL << 11)
28
#define Mips_FeatureMips3_32r2 (1ULL << 12)
29
#define Mips_FeatureMips4 (1ULL << 13)
30
#define Mips_FeatureMips4_32 (1ULL << 14)
31
#define Mips_FeatureMips4_32r2 (1ULL << 15)
32
#define Mips_FeatureMips5 (1ULL << 16)
33
#define Mips_FeatureMips5_32r2 (1ULL << 17)
34
#define Mips_FeatureMips16 (1ULL << 18)
35
#define Mips_FeatureMips32 (1ULL << 19)
36
#define Mips_FeatureMips32r2 (1ULL << 20)
37
#define Mips_FeatureMips32r3 (1ULL << 21)
38
#define Mips_FeatureMips32r5 (1ULL << 22)
39
#define Mips_FeatureMips32r6 (1ULL << 23)
40
#define Mips_FeatureMips64 (1ULL << 24)
41
#define Mips_FeatureMips64r2 (1ULL << 25)
42
#define Mips_FeatureMips64r3 (1ULL << 26)
43
#define Mips_FeatureMips64r5 (1ULL << 27)
44
#define Mips_FeatureMips64r6 (1ULL << 28)
45
#define Mips_FeatureNaN2008 (1ULL << 29)
46
#define Mips_FeatureNoABICalls (1ULL << 30)
47
#define Mips_FeatureNoOddSPReg (1ULL << 31)
48
#define Mips_FeatureSingleFloat (1ULL << 32)
49
#define Mips_FeatureVFPU (1ULL << 33)
50
51
#endif
// GET_SUBTARGETINFO_ENUM
52
subprojects
capstone-bundled
arch
Mips
MipsGenSubtargetInfo.inc
Generated by
1.9.1