summaryrefslogtreecommitdiff
path: root/src/jit/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/opcode.h')
-rw-r--r--src/jit/opcode.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/jit/opcode.h b/src/jit/opcode.h
new file mode 100644
index 0000000000..87741e97d9
--- /dev/null
+++ b/src/jit/opcode.h
@@ -0,0 +1,29 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+XX XX
+XX opcodes.h XX
+XX XX
+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+*/
+
+/*****************************************************************************/
+#ifndef _OPCODE_H_
+#define _OPCODE_H_
+
+#include "openum.h"
+
+extern const signed char opcodeSizes[];
+
+#if defined(DEBUG)
+extern const char* const opcodeNames[];
+extern const BYTE opcodeArgKinds[];
+#endif
+
+/*****************************************************************************/
+#endif // _OPCODE_H_
+/*****************************************************************************/