2018-12-27 01:12:09 -05:00
|
|
|
/* -*- C -*- */
|
2018-01-12 03:38:09 -05:00
|
|
|
|
|
|
|
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
|
|
|
%#
|
|
|
|
%# This file is a part of the programming language Ruby. Permission is hereby
|
|
|
|
%# granted, to either redistribute and/or modify this file, provided that the
|
|
|
|
%# conditions mentioned in the file COPYING are met. Consult the file for
|
|
|
|
%# details.
|
|
|
|
<%= render 'copyright' %>
|
|
|
|
<%= render 'notice', locals: {
|
|
|
|
this_file: 'contains instruction information for yarv instruction sequence.',
|
|
|
|
edit: __FILE__,
|
|
|
|
} %>
|
|
|
|
<%= render 'insn_type_chars' %>
|
|
|
|
<%= render 'insn_name_info' %>
|
|
|
|
<%= render 'insn_len_info' %>
|
|
|
|
<%= render 'insn_operand_info' %>
|
2018-09-11 05:48:58 -04:00
|
|
|
<%= render 'leaf_helpers' %>
|
2018-12-25 19:58:26 -05:00
|
|
|
<%= render 'sp_inc_helpers' %>
|
2018-01-12 03:38:09 -05:00
|
|
|
<%= render 'attributes' %>
|
2019-07-30 21:36:05 -04:00
|
|
|
<%= render 'comptime_insn_stack_increase' %>
|
2019-04-16 13:02:16 -04:00
|
|
|
<%= render 'insn_sp_pc_dependency' %>
|