add a test for IA64 Debian GNU/Linux Etch.
[ruby-svn.git] / template / optunifs.inc.tmpl
blob9b268f06fb5efdeb7c4f78d97733586e1ae8e379
1 /* -*-c-*- *********************************************************/
2 /*******************************************************************/
3 /*******************************************************************/
4 /**
5   This file is for threaded code.
6   
7   ----
8   This file is auto generated by insns2vm.rb
9   DO NOT TOUCH!
11   If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
12   or rb/insns2vm.rb
13  */
16   static const int UNIFIED_insn_name_1[] = {id, size, ...};
17   static const int UNIFIED_insn_name_2[] = {id, size, ...};
18   ...
20   static const int *const UNIFIED_insn_name[] = {size,
21     UNIFIED_insn_name_1,
22     UNIFIED_insn_name_2, ...};
23   ...
24   
25   static const int *const *const unified_insns_data[] = {
26     UNIFIED_insn_nameA,
27     UNIFIED_insn_nameB, ...};
28  */
30 <%= unif_insns_each %>
31 <%= unif_insns      %>
32 <%= unif_insns_data %>
34 #undef GET_INSN_NAME