summaryrefslogtreecommitdiff
path: root/template/insns.inc.tmpl
blob: 05af3e81f399fd53a022d06cf3410f2238604c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** -*-c-*-
  This file contains YARV instructions list.
  
  ----
  This file is auto generated by insns2vm.rb
  DO NOT TOUCH!

  If you want to fix something, you must edit 'template/insns.inc.tmpl'
  or insns2vm.rb
 */


/* BIN : Basic Instruction Name */
#define BIN(n) YARVINSN_##n

enum{
<%= insns %>
};

#define YARV_MAX_INSTRUCTION_SIZE <%= @insns.size %>