CACAO
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
source
cacao
src
vm
jit
compiler2
InstructionIDGen.inc
Go to the documentation of this file.
1
/* src/vm/jit/compiler2/InstructionIDGen.inc - Instruction IDs
2
3
Copyright (C) 2013
4
CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
5
6
This file is part of CACAO.
7
8
This program is free software; you can redistribute it and/or
9
modify it under the terms of the GNU General Public License as
10
published by the Free Software Foundation; either version 2, or (at
11
your option) any later version.
12
13
This program is distributed in the hope that it will be useful, but
14
WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with this program; if not, write to the Free Software
20
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21
02110-1301, USA.
22
23
*/
24
25
/*
26
WARNING: THIS FILE IS AUTO-GENERATED! DO NOT ALTER!
27
Instead have a look at the generator (./instruction_gen.py)
28
and the input file (./instruction_table.csv).
29
*/
30
31
LoadInstID,
32
UnaryInstID,
33
BinaryInstID,
34
NOPInstID,
35
POPInstID,
36
CHECKNULLInstID,
37
ARRAYLENGTHInstID,
38
ARRAYBOUNDSCHECKInstID,
39
NEGInstID,
40
CASTInstID,
41
ADDInstID,
42
SUBInstID,
43
MULInstID,
44
DIVInstID,
45
REMInstID,
46
SHLInstID,
47
USHRInstID,
48
ANDInstID,
49
ORInstID,
50
XORInstID,
51
CMPInstID,
52
CONSTInstID,
53
GETFIELDInstID,
54
PUTFIELDInstID,
55
PUTSTATICInstID,
56
GETSTATICInstID,
57
INCInstID,
58
AREFInstID,
59
ASTOREInstID,
60
ALOADInstID,
61
RETInstID,
62
LOADInstID,
63
STOREInstID,
64
NEWInstID,
65
NEWARRAYInstID,
66
ANEWARRAYInstID,
67
MULTIANEWARRAYInstID,
68
CHECKCASTInstID,
69
INSTANCEOFInstID,
70
GOTOInstID,
71
JSRInstID,
72
BUILTINInstID,
73
INVOKEVIRTUALInstID,
74
INVOKESPECIALInstID,
75
INVOKESTATICInstID,
76
INVOKEINTERFACEInstID,
77
IFInstID,
78
IF_CMPInstID,
79
TABLESWITCHInstID,
80
LOOKUPSWITCHInstID,
81
RETURNInstID,
82
THROWInstID,
83
COPYInstID,
84
MOVEInstID,
85
GETEXCEPTIONInstID,
86
PHIInstID,
87
ContainerInstID,
88
BeginInstID,
89
EndInstID,
90
91
/*
92
* These are local overrides for various environment variables in Emacs.
93
* Please do not remove this and leave it at the end of the file, where
94
* Emacs will automagically detect them.
95
* ---------------------------------------------------------------------
96
* Local variables:
97
* mode: c++
98
* indent-tabs-mode: t
99
* c-basic-offset: 4
100
* tab-width: 4
101
* End:
102
* vim:noexpandtab:sw=4:ts=4:
103
*/
Generated on Fri Aug 4 2017 03:01:51 for CACAO by
1.8.5