summaryrefslogtreecommitdiff
path: root/trunk/template/insns.inc.tmpl
blob: 97c20ef9ad5228f20335b1fa0cdb392a8e3beb57 (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 ruby_vminsn_type {
<%= insns %>
};

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