Commit | Line | Data |
a798dbf2 |
1 | # |
a6c40364 |
2 | # Copyright (c) 1996-1999 Malcolm Beattie |
a798dbf2 |
3 | # |
4 | # You may distribute under the terms of either the GNU General Public |
5 | # License or the Artistic License, as specified in the README file. |
6 | # |
7 | # |
8 | # |
9 | # This file is autogenerated from bytecode.pl. Changes made here will be lost. |
10 | # |
11 | package B::Asmdata; |
12 | use Exporter; |
13 | @ISA = qw(Exporter); |
14 | @EXPORT_OK = qw(%insn_data @insn_name @optype @specialsv_name); |
17f410f9 |
15 | our(%insn_data, @insn_name, @optype, @specialsv_name); |
a798dbf2 |
16 | |
7934575e |
17 | @optype = qw(OP UNOP BINOP LOGOP LISTOP PMOP SVOP PADOP PVOP LOOP COP); |
6b88bc9c |
18 | @specialsv_name = qw(Nullsv &PL_sv_undef &PL_sv_yes &PL_sv_no); |
a798dbf2 |
19 | |
20 | # XXX insn_data is initialised this way because with a large |
21 | # %insn_data = (foo => [...], bar => [...], ...) initialiser |
22 | # I get a hard-to-track-down stack underflow and segfault. |
ca04da08 |
23 | $insn_data{comment} = [35, \&PUT_comment_t, "GET_comment_t"]; |
a798dbf2 |
24 | $insn_data{nop} = [10, \&PUT_none, "GET_none"]; |
25 | $insn_data{ret} = [0, \&PUT_none, "GET_none"]; |
ca04da08 |
26 | $insn_data{ldsv} = [1, \&PUT_svindex, "GET_svindex"]; |
27 | $insn_data{ldop} = [2, \&PUT_opindex, "GET_opindex"]; |
a798dbf2 |
28 | $insn_data{stsv} = [3, \&PUT_U32, "GET_U32"]; |
29 | $insn_data{stop} = [4, \&PUT_U32, "GET_U32"]; |
30 | $insn_data{ldspecsv} = [5, \&PUT_U8, "GET_U8"]; |
31 | $insn_data{newsv} = [6, \&PUT_U8, "GET_U8"]; |
32 | $insn_data{newop} = [7, \&PUT_U8, "GET_U8"]; |
33 | $insn_data{newopn} = [8, \&PUT_U8, "GET_U8"]; |
34 | $insn_data{newpv} = [9, \&PUT_PV, "GET_PV"]; |
35 | $insn_data{pv_cur} = [11, \&PUT_U32, "GET_U32"]; |
36 | $insn_data{pv_free} = [12, \&PUT_none, "GET_none"]; |
37 | $insn_data{sv_upgrade} = [13, \&PUT_U8, "GET_U8"]; |
38 | $insn_data{sv_refcnt} = [14, \&PUT_U32, "GET_U32"]; |
39 | $insn_data{sv_refcnt_add} = [15, \&PUT_I32, "GET_I32"]; |
40 | $insn_data{sv_flags} = [16, \&PUT_U32, "GET_U32"]; |
ca04da08 |
41 | $insn_data{xrv} = [17, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
42 | $insn_data{xpv} = [18, \&PUT_none, "GET_none"]; |
43 | $insn_data{xiv32} = [19, \&PUT_I32, "GET_I32"]; |
44 | $insn_data{xiv64} = [20, \&PUT_IV64, "GET_IV64"]; |
0453d815 |
45 | $insn_data{xnv} = [21, \&PUT_NV, "GET_NV"]; |
a798dbf2 |
46 | $insn_data{xlv_targoff} = [22, \&PUT_U32, "GET_U32"]; |
47 | $insn_data{xlv_targlen} = [23, \&PUT_U32, "GET_U32"]; |
ca04da08 |
48 | $insn_data{xlv_targ} = [24, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
49 | $insn_data{xlv_type} = [25, \&PUT_U8, "GET_U8"]; |
50 | $insn_data{xbm_useful} = [26, \&PUT_I32, "GET_I32"]; |
51 | $insn_data{xbm_previous} = [27, \&PUT_U16, "GET_U16"]; |
52 | $insn_data{xbm_rare} = [28, \&PUT_U8, "GET_U8"]; |
53 | $insn_data{xfm_lines} = [29, \&PUT_I32, "GET_I32"]; |
54 | $insn_data{xio_lines} = [30, \&PUT_I32, "GET_I32"]; |
55 | $insn_data{xio_page} = [31, \&PUT_I32, "GET_I32"]; |
56 | $insn_data{xio_page_len} = [32, \&PUT_I32, "GET_I32"]; |
57 | $insn_data{xio_lines_left} = [33, \&PUT_I32, "GET_I32"]; |
58 | $insn_data{xio_top_name} = [34, \&PUT_pvcontents, "GET_pvcontents"]; |
ca04da08 |
59 | $insn_data{xio_top_gv} = [36, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
60 | $insn_data{xio_fmt_name} = [37, \&PUT_pvcontents, "GET_pvcontents"]; |
ca04da08 |
61 | $insn_data{xio_fmt_gv} = [38, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
62 | $insn_data{xio_bottom_name} = [39, \&PUT_pvcontents, "GET_pvcontents"]; |
ca04da08 |
63 | $insn_data{xio_bottom_gv} = [40, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
64 | $insn_data{xio_subprocess} = [41, \&PUT_U16, "GET_U16"]; |
65 | $insn_data{xio_type} = [42, \&PUT_U8, "GET_U8"]; |
66 | $insn_data{xio_flags} = [43, \&PUT_U8, "GET_U8"]; |
ca04da08 |
67 | $insn_data{xcv_stash} = [44, \&PUT_svindex, "GET_svindex"]; |
68 | $insn_data{xcv_start} = [45, \&PUT_opindex, "GET_opindex"]; |
69 | $insn_data{xcv_root} = [46, \&PUT_opindex, "GET_opindex"]; |
70 | $insn_data{xcv_gv} = [47, \&PUT_svindex, "GET_svindex"]; |
57843af0 |
71 | $insn_data{xcv_file} = [48, \&PUT_pvcontents, "GET_pvcontents"]; |
72 | $insn_data{xcv_depth} = [49, \&PUT_I32, "GET_I32"]; |
73 | $insn_data{xcv_padlist} = [50, \&PUT_svindex, "GET_svindex"]; |
74 | $insn_data{xcv_outside} = [51, \&PUT_svindex, "GET_svindex"]; |
75 | $insn_data{xcv_flags} = [52, \&PUT_U8, "GET_U8"]; |
76 | $insn_data{av_extend} = [53, \&PUT_I32, "GET_I32"]; |
77 | $insn_data{av_push} = [54, \&PUT_svindex, "GET_svindex"]; |
78 | $insn_data{xav_fill} = [55, \&PUT_I32, "GET_I32"]; |
79 | $insn_data{xav_max} = [56, \&PUT_I32, "GET_I32"]; |
80 | $insn_data{xav_flags} = [57, \&PUT_U8, "GET_U8"]; |
81 | $insn_data{xhv_riter} = [58, \&PUT_I32, "GET_I32"]; |
82 | $insn_data{xhv_name} = [59, \&PUT_pvcontents, "GET_pvcontents"]; |
83 | $insn_data{hv_store} = [60, \&PUT_svindex, "GET_svindex"]; |
84 | $insn_data{sv_magic} = [61, \&PUT_U8, "GET_U8"]; |
85 | $insn_data{mg_obj} = [62, \&PUT_svindex, "GET_svindex"]; |
86 | $insn_data{mg_private} = [63, \&PUT_U16, "GET_U16"]; |
87 | $insn_data{mg_flags} = [64, \&PUT_U8, "GET_U8"]; |
88 | $insn_data{mg_pv} = [65, \&PUT_pvcontents, "GET_pvcontents"]; |
89 | $insn_data{xmg_stash} = [66, \&PUT_svindex, "GET_svindex"]; |
90 | $insn_data{gv_fetchpv} = [67, \&PUT_strconst, "GET_strconst"]; |
91 | $insn_data{gv_stashpv} = [68, \&PUT_strconst, "GET_strconst"]; |
92 | $insn_data{gp_sv} = [69, \&PUT_svindex, "GET_svindex"]; |
93 | $insn_data{gp_refcnt} = [70, \&PUT_U32, "GET_U32"]; |
94 | $insn_data{gp_refcnt_add} = [71, \&PUT_I32, "GET_I32"]; |
95 | $insn_data{gp_av} = [72, \&PUT_svindex, "GET_svindex"]; |
96 | $insn_data{gp_hv} = [73, \&PUT_svindex, "GET_svindex"]; |
97 | $insn_data{gp_cv} = [74, \&PUT_svindex, "GET_svindex"]; |
98 | $insn_data{gp_file} = [75, \&PUT_pvcontents, "GET_pvcontents"]; |
99 | $insn_data{gp_io} = [76, \&PUT_svindex, "GET_svindex"]; |
100 | $insn_data{gp_form} = [77, \&PUT_svindex, "GET_svindex"]; |
101 | $insn_data{gp_cvgen} = [78, \&PUT_U32, "GET_U32"]; |
102 | $insn_data{gp_line} = [79, \&PUT_U16, "GET_U16"]; |
103 | $insn_data{gp_share} = [80, \&PUT_svindex, "GET_svindex"]; |
104 | $insn_data{xgv_flags} = [81, \&PUT_U8, "GET_U8"]; |
105 | $insn_data{op_next} = [82, \&PUT_opindex, "GET_opindex"]; |
106 | $insn_data{op_sibling} = [83, \&PUT_opindex, "GET_opindex"]; |
107 | $insn_data{op_ppaddr} = [84, \&PUT_strconst, "GET_strconst"]; |
108 | $insn_data{op_targ} = [85, \&PUT_U32, "GET_U32"]; |
109 | $insn_data{op_type} = [86, \&PUT_U16, "GET_U16"]; |
110 | $insn_data{op_seq} = [87, \&PUT_U16, "GET_U16"]; |
111 | $insn_data{op_flags} = [88, \&PUT_U8, "GET_U8"]; |
112 | $insn_data{op_private} = [89, \&PUT_U8, "GET_U8"]; |
113 | $insn_data{op_first} = [90, \&PUT_opindex, "GET_opindex"]; |
114 | $insn_data{op_last} = [91, \&PUT_opindex, "GET_opindex"]; |
115 | $insn_data{op_other} = [92, \&PUT_opindex, "GET_opindex"]; |
116 | $insn_data{op_children} = [93, \&PUT_U32, "GET_U32"]; |
117 | $insn_data{op_pmreplroot} = [94, \&PUT_opindex, "GET_opindex"]; |
118 | $insn_data{op_pmreplrootgv} = [95, \&PUT_svindex, "GET_svindex"]; |
119 | $insn_data{op_pmreplstart} = [96, \&PUT_opindex, "GET_opindex"]; |
120 | $insn_data{op_pmnext} = [97, \&PUT_opindex, "GET_opindex"]; |
121 | $insn_data{pregcomp} = [98, \&PUT_pvcontents, "GET_pvcontents"]; |
122 | $insn_data{op_pmflags} = [99, \&PUT_U16, "GET_U16"]; |
123 | $insn_data{op_pmpermflags} = [100, \&PUT_U16, "GET_U16"]; |
124 | $insn_data{op_sv} = [101, \&PUT_svindex, "GET_svindex"]; |
125 | $insn_data{op_padix} = [102, \&PUT_U32, "GET_U32"]; |
126 | $insn_data{op_pv} = [103, \&PUT_pvcontents, "GET_pvcontents"]; |
127 | $insn_data{op_pv_tr} = [104, \&PUT_op_tr_array, "GET_op_tr_array"]; |
128 | $insn_data{op_redoop} = [105, \&PUT_opindex, "GET_opindex"]; |
129 | $insn_data{op_nextop} = [106, \&PUT_opindex, "GET_opindex"]; |
130 | $insn_data{op_lastop} = [107, \&PUT_opindex, "GET_opindex"]; |
131 | $insn_data{cop_label} = [108, \&PUT_pvcontents, "GET_pvcontents"]; |
11faa288 |
132 | $insn_data{cop_stashpv} = [109, \&PUT_pvcontents, "GET_pvcontents"]; |
57843af0 |
133 | $insn_data{cop_file} = [110, \&PUT_pvcontents, "GET_pvcontents"]; |
134 | $insn_data{cop_seq} = [111, \&PUT_U32, "GET_U32"]; |
135 | $insn_data{cop_arybase} = [112, \&PUT_I32, "GET_I32"]; |
136 | $insn_data{cop_line} = [113, \&PUT_U16, "GET_U16"]; |
137 | $insn_data{cop_warnings} = [114, \&PUT_svindex, "GET_svindex"]; |
138 | $insn_data{main_start} = [115, \&PUT_opindex, "GET_opindex"]; |
139 | $insn_data{main_root} = [116, \&PUT_opindex, "GET_opindex"]; |
140 | $insn_data{curpad} = [117, \&PUT_svindex, "GET_svindex"]; |
a798dbf2 |
141 | |
142 | my ($insn_name, $insn_data); |
143 | while (($insn_name, $insn_data) = each %insn_data) { |
144 | $insn_name[$insn_data->[0]] = $insn_name; |
145 | } |
146 | # Fill in any gaps |
147 | @insn_name = map($_ || "unused", @insn_name); |
148 | |
149 | 1; |
42d3a99d |
150 | |
151 | __END__ |
152 | |
153 | =head1 NAME |
154 | |
155 | B::Asmdata - Autogenerated data about Perl ops, used to generate bytecode |
156 | |
157 | =head1 SYNOPSIS |
158 | |
159 | use Asmdata; |
160 | |
161 | =head1 DESCRIPTION |
162 | |
163 | See F<ext/B/B/Asmdata.pm>. |
164 | |
165 | =head1 AUTHOR |
166 | |
167 | Malcolm Beattie, C<mbeattie@sable.ox.ac.uk> |
168 | |
169 | =cut |