1 
2 #ifndef PARROT_OPLIB_OPS_H_GUARD
3 #define PARROT_OPLIB_OPS_H_GUARD
4 
5 /* ex: set ro:
6  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
7  *
8  * This file is generated automatically from 'src/ops/core.ops' (and possibly other
9  * .ops files). by ops2c.nqp.
10  *
11  * Any changes made here will be lost!  To regenerate this file after making
12  * changes to any ops, use the bootstrap-ops makefile target.
13  *
14  */
15 
16 typedef enum {
17     PARROT_OP_end,                             /* 0 */
18     PARROT_OP_noop,                            /* 1 */
19     PARROT_OP_check_events,                    /* 2 */
20     PARROT_OP_check_events__,                  /* 3 */
21     PARROT_OP_load_bytecode_s,                 /* 4 */
22     PARROT_OP_load_bytecode_sc,                /* 5 */
23     PARROT_OP_load_bytecode_p_s,               /* 6 */
24     PARROT_OP_load_bytecode_p_sc,              /* 7 */
25     PARROT_OP_load_language_s,                 /* 8 */
26     PARROT_OP_load_language_sc,                /* 9 */
27     PARROT_OP_branch_i,                        /* 10 */
28     PARROT_OP_branch_ic,                       /* 11 */
29     PARROT_OP_local_branch_p_i,                /* 12 */
30     PARROT_OP_local_branch_p_ic,               /* 13 */
31     PARROT_OP_local_return_p,                  /* 14 */
32     PARROT_OP_jump_i,                          /* 15 */
33     PARROT_OP_jump_ic,                         /* 16 */
34     PARROT_OP_if_i_ic,                         /* 17 */
35     PARROT_OP_if_n_ic,                         /* 18 */
36     PARROT_OP_if_s_ic,                         /* 19 */
37     PARROT_OP_if_p_ic,                         /* 20 */
38     PARROT_OP_unless_i_ic,                     /* 21 */
39     PARROT_OP_unless_n_ic,                     /* 22 */
40     PARROT_OP_unless_s_ic,                     /* 23 */
41     PARROT_OP_unless_p_ic,                     /* 24 */
42     PARROT_OP_invokecc_p,                      /* 25 */
43     PARROT_OP_invoke_p_p,                      /* 26 */
44     PARROT_OP_yield,                           /* 27 */
45     PARROT_OP_tailcall_p,                      /* 28 */
46     PARROT_OP_returncc,                        /* 29 */
47     PARROT_OP_capture_lex_p,                   /* 30 */
48     PARROT_OP_newclosure_p_p,                  /* 31 */
49     PARROT_OP_set_args_pc,                     /* 32 */
50     PARROT_OP_get_params_pc,                   /* 33 */
51     PARROT_OP_set_returns_pc,                  /* 34 */
52     PARROT_OP_get_results_pc,                  /* 35 */
53     PARROT_OP_set_result_info_p,               /* 36 */
54     PARROT_OP_set_result_info_pc,              /* 37 */
55     PARROT_OP_result_info_p,                   /* 38 */
56     PARROT_OP_set_addr_i_ic,                   /* 39 */
57     PARROT_OP_set_addr_p_ic,                   /* 40 */
58     PARROT_OP_set_addr_p_i,                    /* 41 */
59     PARROT_OP_get_addr_i_p,                    /* 42 */
60     PARROT_OP_schedule_p,                      /* 43 */
61     PARROT_OP_schedule_local_p,                /* 44 */
62     PARROT_OP_addhandler_p,                    /* 45 */
63     PARROT_OP_push_eh_ic,                      /* 46 */
64     PARROT_OP_push_eh_p,                       /* 47 */
65     PARROT_OP_pop_eh,                          /* 48 */
66     PARROT_OP_throw_p,                         /* 49 */
67     PARROT_OP_throw_p_p,                       /* 50 */
68     PARROT_OP_rethrow_p,                       /* 51 */
69     PARROT_OP_count_eh_i,                      /* 52 */
70     PARROT_OP_die_s,                           /* 53 */
71     PARROT_OP_die_sc,                          /* 54 */
72     PARROT_OP_die_p,                           /* 55 */
73     PARROT_OP_die_pc,                          /* 56 */
74     PARROT_OP_die_i_i,                         /* 57 */
75     PARROT_OP_die_ic_i,                        /* 58 */
76     PARROT_OP_die_i_ic,                        /* 59 */
77     PARROT_OP_die_ic_ic,                       /* 60 */
78     PARROT_OP_exit_i,                          /* 61 */
79     PARROT_OP_exit_ic,                         /* 62 */
80     PARROT_OP_finalize_p,                      /* 63 */
81     PARROT_OP_finalize_pc,                     /* 64 */
82     PARROT_OP_pop_upto_eh_p,                   /* 65 */
83     PARROT_OP_pop_upto_eh_pc,                  /* 66 */
84     PARROT_OP_peek_exception_p,                /* 67 */
85     PARROT_OP_debug_i,                         /* 68 */
86     PARROT_OP_debug_ic,                        /* 69 */
87     PARROT_OP_bounds_i,                        /* 70 */
88     PARROT_OP_bounds_ic,                       /* 71 */
89     PARROT_OP_profile_i,                       /* 72 */
90     PARROT_OP_profile_ic,                      /* 73 */
91     PARROT_OP_trace_i,                         /* 74 */
92     PARROT_OP_trace_ic,                        /* 75 */
93     PARROT_OP_gc_debug_i,                      /* 76 */
94     PARROT_OP_gc_debug_ic,                     /* 77 */
95     PARROT_OP_interpinfo_i_i,                  /* 78 */
96     PARROT_OP_interpinfo_i_ic,                 /* 79 */
97     PARROT_OP_interpinfo_p_i,                  /* 80 */
98     PARROT_OP_interpinfo_p_ic,                 /* 81 */
99     PARROT_OP_interpinfo_s_i,                  /* 82 */
100     PARROT_OP_interpinfo_s_ic,                 /* 83 */
101     PARROT_OP_warningson_i,                    /* 84 */
102     PARROT_OP_warningson_ic,                   /* 85 */
103     PARROT_OP_warningsoff_i,                   /* 86 */
104     PARROT_OP_warningsoff_ic,                  /* 87 */
105     PARROT_OP_errorson_i,                      /* 88 */
106     PARROT_OP_errorson_ic,                     /* 89 */
107     PARROT_OP_errorsoff_i,                     /* 90 */
108     PARROT_OP_errorsoff_ic,                    /* 91 */
109     PARROT_OP_set_runcore_s,                   /* 92 */
110     PARROT_OP_set_runcore_sc,                  /* 93 */
111     PARROT_OP_runinterp_p_i,                   /* 94 */
112     PARROT_OP_runinterp_p_ic,                  /* 95 */
113     PARROT_OP_getinterp_p,                     /* 96 */
114     PARROT_OP_sweep_ic,                        /* 97 */
115     PARROT_OP_collect,                         /* 98 */
116     PARROT_OP_sweepoff,                        /* 99 */
117     PARROT_OP_sweepon,                         /* 100 */
118     PARROT_OP_collectoff,                      /* 101 */
119     PARROT_OP_collecton,                       /* 102 */
120     PARROT_OP_needs_destroy_p,                 /* 103 */
121     PARROT_OP_loadlib_p_s,                     /* 104 */
122     PARROT_OP_loadlib_p_sc,                    /* 105 */
123     PARROT_OP_loadlib_p_s_p,                   /* 106 */
124     PARROT_OP_loadlib_p_sc_p,                  /* 107 */
125     PARROT_OP_loadlib_p_s_pc,                  /* 108 */
126     PARROT_OP_loadlib_p_sc_pc,                 /* 109 */
127     PARROT_OP_dlfunc_p_p_s_s,                  /* 110 */
128     PARROT_OP_dlfunc_p_p_sc_s,                 /* 111 */
129     PARROT_OP_dlfunc_p_p_s_sc,                 /* 112 */
130     PARROT_OP_dlfunc_p_p_sc_sc,                /* 113 */
131     PARROT_OP_dlfunc_p_p_s_p,                  /* 114 */
132     PARROT_OP_dlfunc_p_p_sc_p,                 /* 115 */
133     PARROT_OP_dlvar_p_p_s,                     /* 116 */
134     PARROT_OP_dlvar_p_p_sc,                    /* 117 */
135     PARROT_OP_compreg_s_p,                     /* 118 */
136     PARROT_OP_compreg_sc_p,                    /* 119 */
137     PARROT_OP_compreg_p_s,                     /* 120 */
138     PARROT_OP_compreg_p_sc,                    /* 121 */
139     PARROT_OP_new_callback_p_p_p_s,            /* 122 */
140     PARROT_OP_new_callback_p_p_p_sc,           /* 123 */
141     PARROT_OP_annotations_p,                   /* 124 */
142     PARROT_OP_annotations_p_s,                 /* 125 */
143     PARROT_OP_annotations_p_sc,                /* 126 */
144     PARROT_OP_band_i_i,                        /* 127 */
145     PARROT_OP_band_i_ic,                       /* 128 */
146     PARROT_OP_band_i_i_i,                      /* 129 */
147     PARROT_OP_band_i_ic_i,                     /* 130 */
148     PARROT_OP_band_i_i_ic,                     /* 131 */
149     PARROT_OP_bor_i_i,                         /* 132 */
150     PARROT_OP_bor_i_ic,                        /* 133 */
151     PARROT_OP_bor_i_i_i,                       /* 134 */
152     PARROT_OP_bor_i_ic_i,                      /* 135 */
153     PARROT_OP_bor_i_i_ic,                      /* 136 */
154     PARROT_OP_shl_i_i,                         /* 137 */
155     PARROT_OP_shl_i_ic,                        /* 138 */
156     PARROT_OP_shl_i_i_i,                       /* 139 */
157     PARROT_OP_shl_i_ic_i,                      /* 140 */
158     PARROT_OP_shl_i_i_ic,                      /* 141 */
159     PARROT_OP_shr_i_i,                         /* 142 */
160     PARROT_OP_shr_i_ic,                        /* 143 */
161     PARROT_OP_shr_i_i_i,                       /* 144 */
162     PARROT_OP_shr_i_ic_i,                      /* 145 */
163     PARROT_OP_shr_i_i_ic,                      /* 146 */
164     PARROT_OP_lsr_i_i,                         /* 147 */
165     PARROT_OP_lsr_i_ic,                        /* 148 */
166     PARROT_OP_lsr_i_i_i,                       /* 149 */
167     PARROT_OP_lsr_i_ic_i,                      /* 150 */
168     PARROT_OP_lsr_i_i_ic,                      /* 151 */
169     PARROT_OP_bxor_i_i,                        /* 152 */
170     PARROT_OP_bxor_i_ic,                       /* 153 */
171     PARROT_OP_bxor_i_i_i,                      /* 154 */
172     PARROT_OP_bxor_i_ic_i,                     /* 155 */
173     PARROT_OP_bxor_i_i_ic,                     /* 156 */
174     PARROT_OP_eq_i_i_ic,                       /* 157 */
175     PARROT_OP_eq_ic_i_ic,                      /* 158 */
176     PARROT_OP_eq_i_ic_ic,                      /* 159 */
177     PARROT_OP_eq_n_n_ic,                       /* 160 */
178     PARROT_OP_eq_nc_n_ic,                      /* 161 */
179     PARROT_OP_eq_n_nc_ic,                      /* 162 */
180     PARROT_OP_eq_s_s_ic,                       /* 163 */
181     PARROT_OP_eq_sc_s_ic,                      /* 164 */
182     PARROT_OP_eq_s_sc_ic,                      /* 165 */
183     PARROT_OP_eq_p_p_ic,                       /* 166 */
184     PARROT_OP_eq_p_i_ic,                       /* 167 */
185     PARROT_OP_eq_p_ic_ic,                      /* 168 */
186     PARROT_OP_eq_p_n_ic,                       /* 169 */
187     PARROT_OP_eq_p_nc_ic,                      /* 170 */
188     PARROT_OP_eq_p_s_ic,                       /* 171 */
189     PARROT_OP_eq_p_sc_ic,                      /* 172 */
190     PARROT_OP_eq_str_p_p_ic,                   /* 173 */
191     PARROT_OP_eq_num_p_p_ic,                   /* 174 */
192     PARROT_OP_eq_addr_s_s_ic,                  /* 175 */
193     PARROT_OP_eq_addr_sc_s_ic,                 /* 176 */
194     PARROT_OP_eq_addr_s_sc_ic,                 /* 177 */
195     PARROT_OP_eq_addr_sc_sc_ic,                /* 178 */
196     PARROT_OP_eq_addr_p_p_ic,                  /* 179 */
197     PARROT_OP_ne_i_i_ic,                       /* 180 */
198     PARROT_OP_ne_ic_i_ic,                      /* 181 */
199     PARROT_OP_ne_i_ic_ic,                      /* 182 */
200     PARROT_OP_ne_n_n_ic,                       /* 183 */
201     PARROT_OP_ne_nc_n_ic,                      /* 184 */
202     PARROT_OP_ne_n_nc_ic,                      /* 185 */
203     PARROT_OP_ne_s_s_ic,                       /* 186 */
204     PARROT_OP_ne_sc_s_ic,                      /* 187 */
205     PARROT_OP_ne_s_sc_ic,                      /* 188 */
206     PARROT_OP_ne_p_p_ic,                       /* 189 */
207     PARROT_OP_ne_p_i_ic,                       /* 190 */
208     PARROT_OP_ne_p_ic_ic,                      /* 191 */
209     PARROT_OP_ne_p_n_ic,                       /* 192 */
210     PARROT_OP_ne_p_nc_ic,                      /* 193 */
211     PARROT_OP_ne_p_s_ic,                       /* 194 */
212     PARROT_OP_ne_p_sc_ic,                      /* 195 */
213     PARROT_OP_ne_str_p_p_ic,                   /* 196 */
214     PARROT_OP_ne_num_p_p_ic,                   /* 197 */
215     PARROT_OP_ne_addr_s_s_ic,                  /* 198 */
216     PARROT_OP_ne_addr_sc_s_ic,                 /* 199 */
217     PARROT_OP_ne_addr_s_sc_ic,                 /* 200 */
218     PARROT_OP_ne_addr_sc_sc_ic,                /* 201 */
219     PARROT_OP_ne_addr_p_p_ic,                  /* 202 */
220     PARROT_OP_lt_i_i_ic,                       /* 203 */
221     PARROT_OP_lt_ic_i_ic,                      /* 204 */
222     PARROT_OP_lt_i_ic_ic,                      /* 205 */
223     PARROT_OP_lt_n_n_ic,                       /* 206 */
224     PARROT_OP_lt_nc_n_ic,                      /* 207 */
225     PARROT_OP_lt_n_nc_ic,                      /* 208 */
226     PARROT_OP_lt_s_s_ic,                       /* 209 */
227     PARROT_OP_lt_sc_s_ic,                      /* 210 */
228     PARROT_OP_lt_s_sc_ic,                      /* 211 */
229     PARROT_OP_lt_p_p_ic,                       /* 212 */
230     PARROT_OP_lt_p_i_ic,                       /* 213 */
231     PARROT_OP_lt_p_ic_ic,                      /* 214 */
232     PARROT_OP_lt_p_n_ic,                       /* 215 */
233     PARROT_OP_lt_p_nc_ic,                      /* 216 */
234     PARROT_OP_lt_p_s_ic,                       /* 217 */
235     PARROT_OP_lt_p_sc_ic,                      /* 218 */
236     PARROT_OP_lt_str_p_p_ic,                   /* 219 */
237     PARROT_OP_lt_num_p_p_ic,                   /* 220 */
238     PARROT_OP_le_i_i_ic,                       /* 221 */
239     PARROT_OP_le_ic_i_ic,                      /* 222 */
240     PARROT_OP_le_i_ic_ic,                      /* 223 */
241     PARROT_OP_le_n_n_ic,                       /* 224 */
242     PARROT_OP_le_nc_n_ic,                      /* 225 */
243     PARROT_OP_le_n_nc_ic,                      /* 226 */
244     PARROT_OP_le_s_s_ic,                       /* 227 */
245     PARROT_OP_le_sc_s_ic,                      /* 228 */
246     PARROT_OP_le_s_sc_ic,                      /* 229 */
247     PARROT_OP_le_p_p_ic,                       /* 230 */
248     PARROT_OP_le_p_i_ic,                       /* 231 */
249     PARROT_OP_le_p_ic_ic,                      /* 232 */
250     PARROT_OP_le_p_n_ic,                       /* 233 */
251     PARROT_OP_le_p_nc_ic,                      /* 234 */
252     PARROT_OP_le_p_s_ic,                       /* 235 */
253     PARROT_OP_le_p_sc_ic,                      /* 236 */
254     PARROT_OP_le_str_p_p_ic,                   /* 237 */
255     PARROT_OP_le_num_p_p_ic,                   /* 238 */
256     PARROT_OP_gt_p_p_ic,                       /* 239 */
257     PARROT_OP_gt_p_i_ic,                       /* 240 */
258     PARROT_OP_gt_p_ic_ic,                      /* 241 */
259     PARROT_OP_gt_p_n_ic,                       /* 242 */
260     PARROT_OP_gt_p_nc_ic,                      /* 243 */
261     PARROT_OP_gt_p_s_ic,                       /* 244 */
262     PARROT_OP_gt_p_sc_ic,                      /* 245 */
263     PARROT_OP_gt_str_p_p_ic,                   /* 246 */
264     PARROT_OP_gt_num_p_p_ic,                   /* 247 */
265     PARROT_OP_ge_p_p_ic,                       /* 248 */
266     PARROT_OP_ge_p_i_ic,                       /* 249 */
267     PARROT_OP_ge_p_ic_ic,                      /* 250 */
268     PARROT_OP_ge_p_n_ic,                       /* 251 */
269     PARROT_OP_ge_p_nc_ic,                      /* 252 */
270     PARROT_OP_ge_p_s_ic,                       /* 253 */
271     PARROT_OP_ge_p_sc_ic,                      /* 254 */
272     PARROT_OP_ge_str_p_p_ic,                   /* 255 */
273     PARROT_OP_ge_num_p_p_ic,                   /* 256 */
274     PARROT_OP_if_null_p_ic,                    /* 257 */
275     PARROT_OP_if_null_s_ic,                    /* 258 */
276     PARROT_OP_unless_null_p_ic,                /* 259 */
277     PARROT_OP_unless_null_s_ic,                /* 260 */
278     PARROT_OP_cmp_i_i_i,                       /* 261 */
279     PARROT_OP_cmp_i_ic_i,                      /* 262 */
280     PARROT_OP_cmp_i_i_ic,                      /* 263 */
281     PARROT_OP_cmp_i_n_n,                       /* 264 */
282     PARROT_OP_cmp_i_nc_n,                      /* 265 */
283     PARROT_OP_cmp_i_n_nc,                      /* 266 */
284     PARROT_OP_cmp_i_s_s,                       /* 267 */
285     PARROT_OP_cmp_i_sc_s,                      /* 268 */
286     PARROT_OP_cmp_i_s_sc,                      /* 269 */
287     PARROT_OP_cmp_i_p_p,                       /* 270 */
288     PARROT_OP_cmp_i_p_i,                       /* 271 */
289     PARROT_OP_cmp_i_p_ic,                      /* 272 */
290     PARROT_OP_cmp_i_p_n,                       /* 273 */
291     PARROT_OP_cmp_i_p_nc,                      /* 274 */
292     PARROT_OP_cmp_i_p_s,                       /* 275 */
293     PARROT_OP_cmp_i_p_sc,                      /* 276 */
294     PARROT_OP_cmp_str_i_p_p,                   /* 277 */
295     PARROT_OP_cmp_num_i_p_p,                   /* 278 */
296     PARROT_OP_cmp_pmc_p_p_p,                   /* 279 */
297     PARROT_OP_issame_i_p_p,                    /* 280 */
298     PARROT_OP_issame_i_s_s,                    /* 281 */
299     PARROT_OP_issame_i_sc_s,                   /* 282 */
300     PARROT_OP_issame_i_s_sc,                   /* 283 */
301     PARROT_OP_issame_i_sc_sc,                  /* 284 */
302     PARROT_OP_isntsame_i_p_p,                  /* 285 */
303     PARROT_OP_isntsame_i_s_s,                  /* 286 */
304     PARROT_OP_isntsame_i_sc_s,                 /* 287 */
305     PARROT_OP_isntsame_i_s_sc,                 /* 288 */
306     PARROT_OP_isntsame_i_sc_sc,                /* 289 */
307     PARROT_OP_istrue_i_p,                      /* 290 */
308     PARROT_OP_isfalse_i_p,                     /* 291 */
309     PARROT_OP_isnull_i_p,                      /* 292 */
310     PARROT_OP_isnull_i_pc,                     /* 293 */
311     PARROT_OP_isnull_i_s,                      /* 294 */
312     PARROT_OP_isnull_i_sc,                     /* 295 */
313     PARROT_OP_isgt_i_p_p,                      /* 296 */
314     PARROT_OP_isge_i_p_p,                      /* 297 */
315     PARROT_OP_isle_i_i_i,                      /* 298 */
316     PARROT_OP_isle_i_ic_i,                     /* 299 */
317     PARROT_OP_isle_i_i_ic,                     /* 300 */
318     PARROT_OP_isle_i_n_n,                      /* 301 */
319     PARROT_OP_isle_i_nc_n,                     /* 302 */
320     PARROT_OP_isle_i_n_nc,                     /* 303 */
321     PARROT_OP_isle_i_s_s,                      /* 304 */
322     PARROT_OP_isle_i_sc_s,                     /* 305 */
323     PARROT_OP_isle_i_s_sc,                     /* 306 */
324     PARROT_OP_isle_i_p_p,                      /* 307 */
325     PARROT_OP_islt_i_i_i,                      /* 308 */
326     PARROT_OP_islt_i_ic_i,                     /* 309 */
327     PARROT_OP_islt_i_i_ic,                     /* 310 */
328     PARROT_OP_islt_i_n_n,                      /* 311 */
329     PARROT_OP_islt_i_nc_n,                     /* 312 */
330     PARROT_OP_islt_i_n_nc,                     /* 313 */
331     PARROT_OP_islt_i_s_s,                      /* 314 */
332     PARROT_OP_islt_i_sc_s,                     /* 315 */
333     PARROT_OP_islt_i_s_sc,                     /* 316 */
334     PARROT_OP_islt_i_p_p,                      /* 317 */
335     PARROT_OP_iseq_i_i_i,                      /* 318 */
336     PARROT_OP_iseq_i_ic_i,                     /* 319 */
337     PARROT_OP_iseq_i_i_ic,                     /* 320 */
338     PARROT_OP_iseq_i_n_n,                      /* 321 */
339     PARROT_OP_iseq_i_nc_n,                     /* 322 */
340     PARROT_OP_iseq_i_n_nc,                     /* 323 */
341     PARROT_OP_iseq_i_s_s,                      /* 324 */
342     PARROT_OP_iseq_i_sc_s,                     /* 325 */
343     PARROT_OP_iseq_i_s_sc,                     /* 326 */
344     PARROT_OP_iseq_i_p_p,                      /* 327 */
345     PARROT_OP_isne_i_i_i,                      /* 328 */
346     PARROT_OP_isne_i_ic_i,                     /* 329 */
347     PARROT_OP_isne_i_i_ic,                     /* 330 */
348     PARROT_OP_isne_i_n_n,                      /* 331 */
349     PARROT_OP_isne_i_nc_n,                     /* 332 */
350     PARROT_OP_isne_i_n_nc,                     /* 333 */
351     PARROT_OP_isne_i_s_s,                      /* 334 */
352     PARROT_OP_isne_i_sc_s,                     /* 335 */
353     PARROT_OP_isne_i_s_sc,                     /* 336 */
354     PARROT_OP_isne_i_p_p,                      /* 337 */
355     PARROT_OP_and_i_i_i,                       /* 338 */
356     PARROT_OP_and_i_ic_i,                      /* 339 */
357     PARROT_OP_and_i_i_ic,                      /* 340 */
358     PARROT_OP_and_p_p_p,                       /* 341 */
359     PARROT_OP_not_i,                           /* 342 */
360     PARROT_OP_not_i_i,                         /* 343 */
361     PARROT_OP_not_p,                           /* 344 */
362     PARROT_OP_not_p_p,                         /* 345 */
363     PARROT_OP_or_i_i_i,                        /* 346 */
364     PARROT_OP_or_i_ic_i,                       /* 347 */
365     PARROT_OP_or_i_i_ic,                       /* 348 */
366     PARROT_OP_or_p_p_p,                        /* 349 */
367     PARROT_OP_xor_i_i_i,                       /* 350 */
368     PARROT_OP_xor_i_ic_i,                      /* 351 */
369     PARROT_OP_xor_i_i_ic,                      /* 352 */
370     PARROT_OP_xor_p_p_p,                       /* 353 */
371     PARROT_OP_print_i,                         /* 354 */
372     PARROT_OP_print_ic,                        /* 355 */
373     PARROT_OP_print_n,                         /* 356 */
374     PARROT_OP_print_nc,                        /* 357 */
375     PARROT_OP_print_s,                         /* 358 */
376     PARROT_OP_print_sc,                        /* 359 */
377     PARROT_OP_print_p,                         /* 360 */
378     PARROT_OP_say_i,                           /* 361 */
379     PARROT_OP_say_ic,                          /* 362 */
380     PARROT_OP_say_n,                           /* 363 */
381     PARROT_OP_say_nc,                          /* 364 */
382     PARROT_OP_say_s,                           /* 365 */
383     PARROT_OP_say_sc,                          /* 366 */
384     PARROT_OP_say_p,                           /* 367 */
385     PARROT_OP_print_p_i,                       /* 368 */
386     PARROT_OP_print_p_ic,                      /* 369 */
387     PARROT_OP_print_p_n,                       /* 370 */
388     PARROT_OP_print_p_nc,                      /* 371 */
389     PARROT_OP_print_p_s,                       /* 372 */
390     PARROT_OP_print_p_sc,                      /* 373 */
391     PARROT_OP_print_p_p,                       /* 374 */
392     PARROT_OP_getstdin_p,                      /* 375 */
393     PARROT_OP_getstdout_p,                     /* 376 */
394     PARROT_OP_getstderr_p,                     /* 377 */
395     PARROT_OP_abs_i,                           /* 378 */
396     PARROT_OP_abs_n,                           /* 379 */
397     PARROT_OP_abs_i_i,                         /* 380 */
398     PARROT_OP_abs_n_n,                         /* 381 */
399     PARROT_OP_abs_p,                           /* 382 */
400     PARROT_OP_abs_p_p,                         /* 383 */
401     PARROT_OP_add_i_i,                         /* 384 */
402     PARROT_OP_add_i_ic,                        /* 385 */
403     PARROT_OP_add_n_n,                         /* 386 */
404     PARROT_OP_add_n_nc,                        /* 387 */
405     PARROT_OP_add_p_p,                         /* 388 */
406     PARROT_OP_add_p_i,                         /* 389 */
407     PARROT_OP_add_p_ic,                        /* 390 */
408     PARROT_OP_add_p_n,                         /* 391 */
409     PARROT_OP_add_p_nc,                        /* 392 */
410     PARROT_OP_add_i_i_i,                       /* 393 */
411     PARROT_OP_add_i_ic_i,                      /* 394 */
412     PARROT_OP_add_i_i_ic,                      /* 395 */
413     PARROT_OP_add_n_n_n,                       /* 396 */
414     PARROT_OP_add_n_nc_n,                      /* 397 */
415     PARROT_OP_add_n_n_nc,                      /* 398 */
416     PARROT_OP_add_p_p_p,                       /* 399 */
417     PARROT_OP_add_p_p_i,                       /* 400 */
418     PARROT_OP_add_p_p_ic,                      /* 401 */
419     PARROT_OP_add_p_p_n,                       /* 402 */
420     PARROT_OP_add_p_p_nc,                      /* 403 */
421     PARROT_OP_dec_i,                           /* 404 */
422     PARROT_OP_dec_n,                           /* 405 */
423     PARROT_OP_dec_p,                           /* 406 */
424     PARROT_OP_div_i_i,                         /* 407 */
425     PARROT_OP_div_i_ic,                        /* 408 */
426     PARROT_OP_div_n_n,                         /* 409 */
427     PARROT_OP_div_n_nc,                        /* 410 */
428     PARROT_OP_div_p_p,                         /* 411 */
429     PARROT_OP_div_p_i,                         /* 412 */
430     PARROT_OP_div_p_ic,                        /* 413 */
431     PARROT_OP_div_p_n,                         /* 414 */
432     PARROT_OP_div_p_nc,                        /* 415 */
433     PARROT_OP_div_i_i_i,                       /* 416 */
434     PARROT_OP_div_i_ic_i,                      /* 417 */
435     PARROT_OP_div_i_i_ic,                      /* 418 */
436     PARROT_OP_div_i_ic_ic,                     /* 419 */
437     PARROT_OP_div_n_n_n,                       /* 420 */
438     PARROT_OP_div_n_nc_n,                      /* 421 */
439     PARROT_OP_div_n_n_nc,                      /* 422 */
440     PARROT_OP_div_n_nc_nc,                     /* 423 */
441     PARROT_OP_div_p_p_p,                       /* 424 */
442     PARROT_OP_div_p_p_i,                       /* 425 */
443     PARROT_OP_div_p_p_ic,                      /* 426 */
444     PARROT_OP_div_p_p_n,                       /* 427 */
445     PARROT_OP_div_p_p_nc,                      /* 428 */
446     PARROT_OP_fdiv_i_i,                        /* 429 */
447     PARROT_OP_fdiv_i_ic,                       /* 430 */
448     PARROT_OP_fdiv_n_n,                        /* 431 */
449     PARROT_OP_fdiv_n_nc,                       /* 432 */
450     PARROT_OP_fdiv_p_p,                        /* 433 */
451     PARROT_OP_fdiv_p_i,                        /* 434 */
452     PARROT_OP_fdiv_p_ic,                       /* 435 */
453     PARROT_OP_fdiv_p_n,                        /* 436 */
454     PARROT_OP_fdiv_p_nc,                       /* 437 */
455     PARROT_OP_fdiv_i_i_i,                      /* 438 */
456     PARROT_OP_fdiv_i_ic_i,                     /* 439 */
457     PARROT_OP_fdiv_i_i_ic,                     /* 440 */
458     PARROT_OP_fdiv_n_n_n,                      /* 441 */
459     PARROT_OP_fdiv_n_nc_n,                     /* 442 */
460     PARROT_OP_fdiv_n_n_nc,                     /* 443 */
461     PARROT_OP_fdiv_p_p_p,                      /* 444 */
462     PARROT_OP_fdiv_p_p_i,                      /* 445 */
463     PARROT_OP_fdiv_p_p_ic,                     /* 446 */
464     PARROT_OP_fdiv_p_p_n,                      /* 447 */
465     PARROT_OP_fdiv_p_p_nc,                     /* 448 */
466     PARROT_OP_ceil_n,                          /* 449 */
467     PARROT_OP_ceil_i_n,                        /* 450 */
468     PARROT_OP_ceil_n_n,                        /* 451 */
469     PARROT_OP_floor_n,                         /* 452 */
470     PARROT_OP_floor_i_n,                       /* 453 */
471     PARROT_OP_floor_n_n,                       /* 454 */
472     PARROT_OP_inc_i,                           /* 455 */
473     PARROT_OP_inc_n,                           /* 456 */
474     PARROT_OP_inc_p,                           /* 457 */
475     PARROT_OP_mod_i_i,                         /* 458 */
476     PARROT_OP_mod_i_ic,                        /* 459 */
477     PARROT_OP_mod_n_n,                         /* 460 */
478     PARROT_OP_mod_n_nc,                        /* 461 */
479     PARROT_OP_mod_p_p,                         /* 462 */
480     PARROT_OP_mod_p_i,                         /* 463 */
481     PARROT_OP_mod_p_ic,                        /* 464 */
482     PARROT_OP_mod_p_n,                         /* 465 */
483     PARROT_OP_mod_p_nc,                        /* 466 */
484     PARROT_OP_mod_i_i_i,                       /* 467 */
485     PARROT_OP_mod_i_ic_i,                      /* 468 */
486     PARROT_OP_mod_i_i_ic,                      /* 469 */
487     PARROT_OP_mod_n_n_n,                       /* 470 */
488     PARROT_OP_mod_n_nc_n,                      /* 471 */
489     PARROT_OP_mod_n_n_nc,                      /* 472 */
490     PARROT_OP_mod_p_p_p,                       /* 473 */
491     PARROT_OP_mod_p_p_i,                       /* 474 */
492     PARROT_OP_mod_p_p_ic,                      /* 475 */
493     PARROT_OP_mod_p_p_n,                       /* 476 */
494     PARROT_OP_mod_p_p_nc,                      /* 477 */
495     PARROT_OP_mul_i_i,                         /* 478 */
496     PARROT_OP_mul_i_ic,                        /* 479 */
497     PARROT_OP_mul_n_n,                         /* 480 */
498     PARROT_OP_mul_n_nc,                        /* 481 */
499     PARROT_OP_mul_p_p,                         /* 482 */
500     PARROT_OP_mul_p_i,                         /* 483 */
501     PARROT_OP_mul_p_ic,                        /* 484 */
502     PARROT_OP_mul_p_n,                         /* 485 */
503     PARROT_OP_mul_p_nc,                        /* 486 */
504     PARROT_OP_mul_i_i_i,                       /* 487 */
505     PARROT_OP_mul_i_ic_i,                      /* 488 */
506     PARROT_OP_mul_i_i_ic,                      /* 489 */
507     PARROT_OP_mul_n_n_n,                       /* 490 */
508     PARROT_OP_mul_n_nc_n,                      /* 491 */
509     PARROT_OP_mul_n_n_nc,                      /* 492 */
510     PARROT_OP_mul_p_p_p,                       /* 493 */
511     PARROT_OP_mul_p_p_i,                       /* 494 */
512     PARROT_OP_mul_p_p_ic,                      /* 495 */
513     PARROT_OP_mul_p_p_n,                       /* 496 */
514     PARROT_OP_mul_p_p_nc,                      /* 497 */
515     PARROT_OP_neg_i,                           /* 498 */
516     PARROT_OP_neg_n,                           /* 499 */
517     PARROT_OP_neg_p,                           /* 500 */
518     PARROT_OP_neg_i_i,                         /* 501 */
519     PARROT_OP_neg_n_n,                         /* 502 */
520     PARROT_OP_neg_p_p,                         /* 503 */
521     PARROT_OP_sub_i_i,                         /* 504 */
522     PARROT_OP_sub_i_ic,                        /* 505 */
523     PARROT_OP_sub_n_n,                         /* 506 */
524     PARROT_OP_sub_n_nc,                        /* 507 */
525     PARROT_OP_sub_p_p,                         /* 508 */
526     PARROT_OP_sub_p_i,                         /* 509 */
527     PARROT_OP_sub_p_ic,                        /* 510 */
528     PARROT_OP_sub_p_n,                         /* 511 */
529     PARROT_OP_sub_p_nc,                        /* 512 */
530     PARROT_OP_sub_i_i_i,                       /* 513 */
531     PARROT_OP_sub_i_ic_i,                      /* 514 */
532     PARROT_OP_sub_i_i_ic,                      /* 515 */
533     PARROT_OP_sub_n_n_n,                       /* 516 */
534     PARROT_OP_sub_n_nc_n,                      /* 517 */
535     PARROT_OP_sub_n_n_nc,                      /* 518 */
536     PARROT_OP_sub_p_p_p,                       /* 519 */
537     PARROT_OP_sub_p_p_i,                       /* 520 */
538     PARROT_OP_sub_p_p_ic,                      /* 521 */
539     PARROT_OP_sub_p_p_n,                       /* 522 */
540     PARROT_OP_sub_p_p_nc,                      /* 523 */
541     PARROT_OP_sqrt_n_n,                        /* 524 */
542     PARROT_OP_is_inf_or_nan_i_n,               /* 525 */
543     PARROT_OP_is_inf_or_nan_i_nc,              /* 526 */
544     PARROT_OP_callmethodcc_p_s,                /* 527 */
545     PARROT_OP_callmethodcc_p_sc,               /* 528 */
546     PARROT_OP_callmethodcc_p_p,                /* 529 */
547     PARROT_OP_callmethod_p_s_p,                /* 530 */
548     PARROT_OP_callmethod_p_sc_p,               /* 531 */
549     PARROT_OP_callmethod_p_p_p,                /* 532 */
550     PARROT_OP_tailcallmethod_p_s,              /* 533 */
551     PARROT_OP_tailcallmethod_p_sc,             /* 534 */
552     PARROT_OP_tailcallmethod_p_p,              /* 535 */
553     PARROT_OP_addmethod_p_s_p,                 /* 536 */
554     PARROT_OP_addmethod_p_sc_p,                /* 537 */
555     PARROT_OP_can_i_p_s,                       /* 538 */
556     PARROT_OP_can_i_p_sc,                      /* 539 */
557     PARROT_OP_does_i_p_s,                      /* 540 */
558     PARROT_OP_does_i_p_sc,                     /* 541 */
559     PARROT_OP_does_i_p_p,                      /* 542 */
560     PARROT_OP_does_i_p_pc,                     /* 543 */
561     PARROT_OP_isa_i_p_s,                       /* 544 */
562     PARROT_OP_isa_i_p_sc,                      /* 545 */
563     PARROT_OP_isa_i_p_p,                       /* 546 */
564     PARROT_OP_isa_i_p_pc,                      /* 547 */
565     PARROT_OP_newclass_p_s,                    /* 548 */
566     PARROT_OP_newclass_p_sc,                   /* 549 */
567     PARROT_OP_newclass_p_p,                    /* 550 */
568     PARROT_OP_newclass_p_pc,                   /* 551 */
569     PARROT_OP_subclass_p_p,                    /* 552 */
570     PARROT_OP_subclass_p_pc,                   /* 553 */
571     PARROT_OP_subclass_p_p_s,                  /* 554 */
572     PARROT_OP_subclass_p_pc_s,                 /* 555 */
573     PARROT_OP_subclass_p_p_sc,                 /* 556 */
574     PARROT_OP_subclass_p_pc_sc,                /* 557 */
575     PARROT_OP_subclass_p_p_p,                  /* 558 */
576     PARROT_OP_subclass_p_pc_p,                 /* 559 */
577     PARROT_OP_subclass_p_p_pc,                 /* 560 */
578     PARROT_OP_subclass_p_pc_pc,                /* 561 */
579     PARROT_OP_subclass_p_s,                    /* 562 */
580     PARROT_OP_subclass_p_sc,                   /* 563 */
581     PARROT_OP_subclass_p_s_s,                  /* 564 */
582     PARROT_OP_subclass_p_sc_s,                 /* 565 */
583     PARROT_OP_subclass_p_s_sc,                 /* 566 */
584     PARROT_OP_subclass_p_sc_sc,                /* 567 */
585     PARROT_OP_subclass_p_s_p,                  /* 568 */
586     PARROT_OP_subclass_p_sc_p,                 /* 569 */
587     PARROT_OP_subclass_p_s_pc,                 /* 570 */
588     PARROT_OP_subclass_p_sc_pc,                /* 571 */
589     PARROT_OP_get_class_p_s,                   /* 572 */
590     PARROT_OP_get_class_p_sc,                  /* 573 */
591     PARROT_OP_get_class_p_p,                   /* 574 */
592     PARROT_OP_get_class_p_pc,                  /* 575 */
593     PARROT_OP_class_p_p,                       /* 576 */
594     PARROT_OP_addparent_p_p,                   /* 577 */
595     PARROT_OP_removeparent_p_p,                /* 578 */
596     PARROT_OP_addrole_p_p,                     /* 579 */
597     PARROT_OP_addattribute_p_s,                /* 580 */
598     PARROT_OP_addattribute_p_sc,               /* 581 */
599     PARROT_OP_removeattribute_p_s,             /* 582 */
600     PARROT_OP_removeattribute_p_sc,            /* 583 */
601     PARROT_OP_getattribute_p_p_s,              /* 584 */
602     PARROT_OP_getattribute_p_p_sc,             /* 585 */
603     PARROT_OP_getattribute_p_p_p_s,            /* 586 */
604     PARROT_OP_getattribute_p_p_pc_s,           /* 587 */
605     PARROT_OP_getattribute_p_p_p_sc,           /* 588 */
606     PARROT_OP_getattribute_p_p_pc_sc,          /* 589 */
607     PARROT_OP_setattribute_p_s_p,              /* 590 */
608     PARROT_OP_setattribute_p_sc_p,             /* 591 */
609     PARROT_OP_setattribute_p_p_s_p,            /* 592 */
610     PARROT_OP_setattribute_p_pc_s_p,           /* 593 */
611     PARROT_OP_setattribute_p_p_sc_p,           /* 594 */
612     PARROT_OP_setattribute_p_pc_sc_p,          /* 595 */
613     PARROT_OP_inspect_p_p,                     /* 596 */
614     PARROT_OP_inspect_p_pc,                    /* 597 */
615     PARROT_OP_inspect_p_p_s,                   /* 598 */
616     PARROT_OP_inspect_p_pc_s,                  /* 599 */
617     PARROT_OP_inspect_p_p_sc,                  /* 600 */
618     PARROT_OP_inspect_p_pc_sc,                 /* 601 */
619     PARROT_OP_new_p_s,                         /* 602 */
620     PARROT_OP_new_p_sc,                        /* 603 */
621     PARROT_OP_new_p_s_p,                       /* 604 */
622     PARROT_OP_new_p_sc_p,                      /* 605 */
623     PARROT_OP_new_p_s_pc,                      /* 606 */
624     PARROT_OP_new_p_sc_pc,                     /* 607 */
625     PARROT_OP_new_p_p,                         /* 608 */
626     PARROT_OP_new_p_pc,                        /* 609 */
627     PARROT_OP_new_p_p_p,                       /* 610 */
628     PARROT_OP_new_p_pc_p,                      /* 611 */
629     PARROT_OP_new_p_p_pc,                      /* 612 */
630     PARROT_OP_new_p_pc_pc,                     /* 613 */
631     PARROT_OP_root_new_p_p,                    /* 614 */
632     PARROT_OP_root_new_p_pc,                   /* 615 */
633     PARROT_OP_root_new_p_p_p,                  /* 616 */
634     PARROT_OP_root_new_p_pc_p,                 /* 617 */
635     PARROT_OP_root_new_p_p_pc,                 /* 618 */
636     PARROT_OP_root_new_p_pc_pc,                /* 619 */
637     PARROT_OP_typeof_s_p,                      /* 620 */
638     PARROT_OP_typeof_p_p,                      /* 621 */
639     PARROT_OP_get_repr_s_p,                    /* 622 */
640     PARROT_OP_find_method_p_p_s,               /* 623 */
641     PARROT_OP_find_method_p_p_sc,              /* 624 */
642     PARROT_OP_defined_i_p,                     /* 625 */
643     PARROT_OP_defined_i_p_ki,                  /* 626 */
644     PARROT_OP_defined_i_p_kic,                 /* 627 */
645     PARROT_OP_defined_i_p_k,                   /* 628 */
646     PARROT_OP_defined_i_p_kc,                  /* 629 */
647     PARROT_OP_exists_i_p_ki,                   /* 630 */
648     PARROT_OP_exists_i_p_kic,                  /* 631 */
649     PARROT_OP_exists_i_p_k,                    /* 632 */
650     PARROT_OP_exists_i_p_kc,                   /* 633 */
651     PARROT_OP_delete_p_k,                      /* 634 */
652     PARROT_OP_delete_p_kc,                     /* 635 */
653     PARROT_OP_delete_p_ki,                     /* 636 */
654     PARROT_OP_delete_p_kic,                    /* 637 */
655     PARROT_OP_elements_i_p,                    /* 638 */
656     PARROT_OP_push_p_i,                        /* 639 */
657     PARROT_OP_push_p_ic,                       /* 640 */
658     PARROT_OP_push_p_n,                        /* 641 */
659     PARROT_OP_push_p_nc,                       /* 642 */
660     PARROT_OP_push_p_s,                        /* 643 */
661     PARROT_OP_push_p_sc,                       /* 644 */
662     PARROT_OP_push_p_p,                        /* 645 */
663     PARROT_OP_pop_i_p,                         /* 646 */
664     PARROT_OP_pop_n_p,                         /* 647 */
665     PARROT_OP_pop_s_p,                         /* 648 */
666     PARROT_OP_pop_p_p,                         /* 649 */
667     PARROT_OP_unshift_p_i,                     /* 650 */
668     PARROT_OP_unshift_p_ic,                    /* 651 */
669     PARROT_OP_unshift_p_n,                     /* 652 */
670     PARROT_OP_unshift_p_nc,                    /* 653 */
671     PARROT_OP_unshift_p_s,                     /* 654 */
672     PARROT_OP_unshift_p_sc,                    /* 655 */
673     PARROT_OP_unshift_p_p,                     /* 656 */
674     PARROT_OP_shift_i_p,                       /* 657 */
675     PARROT_OP_shift_n_p,                       /* 658 */
676     PARROT_OP_shift_s_p,                       /* 659 */
677     PARROT_OP_shift_p_p,                       /* 660 */
678     PARROT_OP_splice_p_p_i_i,                  /* 661 */
679     PARROT_OP_splice_p_p_ic_i,                 /* 662 */
680     PARROT_OP_splice_p_p_i_ic,                 /* 663 */
681     PARROT_OP_splice_p_p_ic_ic,                /* 664 */
682     PARROT_OP_setprop_p_s_p,                   /* 665 */
683     PARROT_OP_setprop_p_sc_p,                  /* 666 */
684     PARROT_OP_getprop_p_s_p,                   /* 667 */
685     PARROT_OP_getprop_p_sc_p,                  /* 668 */
686     PARROT_OP_getprop_p_p_s,                   /* 669 */
687     PARROT_OP_getprop_p_p_sc,                  /* 670 */
688     PARROT_OP_delprop_p_s,                     /* 671 */
689     PARROT_OP_delprop_p_sc,                    /* 672 */
690     PARROT_OP_prophash_p_p,                    /* 673 */
691     PARROT_OP_freeze_s_p,                      /* 674 */
692     PARROT_OP_thaw_p_s,                        /* 675 */
693     PARROT_OP_thaw_p_sc,                       /* 676 */
694     PARROT_OP_add_multi_s_s_p,                 /* 677 */
695     PARROT_OP_add_multi_sc_s_p,                /* 678 */
696     PARROT_OP_add_multi_s_sc_p,                /* 679 */
697     PARROT_OP_add_multi_sc_sc_p,               /* 680 */
698     PARROT_OP_find_multi_p_s_s,                /* 681 */
699     PARROT_OP_find_multi_p_sc_s,               /* 682 */
700     PARROT_OP_find_multi_p_s_sc,               /* 683 */
701     PARROT_OP_find_multi_p_sc_sc,              /* 684 */
702     PARROT_OP_register_p,                      /* 685 */
703     PARROT_OP_unregister_p,                    /* 686 */
704     PARROT_OP_box_p_i,                         /* 687 */
705     PARROT_OP_box_p_ic,                        /* 688 */
706     PARROT_OP_box_p_n,                         /* 689 */
707     PARROT_OP_box_p_nc,                        /* 690 */
708     PARROT_OP_box_p_s,                         /* 691 */
709     PARROT_OP_box_p_sc,                        /* 692 */
710     PARROT_OP_iter_p_p,                        /* 693 */
711     PARROT_OP_morph_p_p,                       /* 694 */
712     PARROT_OP_morph_p_pc,                      /* 695 */
713     PARROT_OP_clone_s_s,                       /* 696 */
714     PARROT_OP_clone_s_sc,                      /* 697 */
715     PARROT_OP_set_i_i,                         /* 698 */
716     PARROT_OP_set_i_ic,                        /* 699 */
717     PARROT_OP_set_i_n,                         /* 700 */
718     PARROT_OP_set_i_nc,                        /* 701 */
719     PARROT_OP_set_i_s,                         /* 702 */
720     PARROT_OP_set_i_sc,                        /* 703 */
721     PARROT_OP_set_n_n,                         /* 704 */
722     PARROT_OP_set_n_nc,                        /* 705 */
723     PARROT_OP_set_n_i,                         /* 706 */
724     PARROT_OP_set_n_ic,                        /* 707 */
725     PARROT_OP_set_n_s,                         /* 708 */
726     PARROT_OP_set_n_sc,                        /* 709 */
727     PARROT_OP_set_n_p,                         /* 710 */
728     PARROT_OP_set_s_p,                         /* 711 */
729     PARROT_OP_set_s_s,                         /* 712 */
730     PARROT_OP_set_s_sc,                        /* 713 */
731     PARROT_OP_set_s_i,                         /* 714 */
732     PARROT_OP_set_s_ic,                        /* 715 */
733     PARROT_OP_set_s_n,                         /* 716 */
734     PARROT_OP_set_s_nc,                        /* 717 */
735     PARROT_OP_set_p_pc,                        /* 718 */
736     PARROT_OP_set_p_p,                         /* 719 */
737     PARROT_OP_set_p_i,                         /* 720 */
738     PARROT_OP_set_p_ic,                        /* 721 */
739     PARROT_OP_set_p_n,                         /* 722 */
740     PARROT_OP_set_p_nc,                        /* 723 */
741     PARROT_OP_set_p_s,                         /* 724 */
742     PARROT_OP_set_p_sc,                        /* 725 */
743     PARROT_OP_set_i_p,                         /* 726 */
744     PARROT_OP_assign_p_p,                      /* 727 */
745     PARROT_OP_assign_p_i,                      /* 728 */
746     PARROT_OP_assign_p_ic,                     /* 729 */
747     PARROT_OP_assign_p_n,                      /* 730 */
748     PARROT_OP_assign_p_nc,                     /* 731 */
749     PARROT_OP_assign_p_s,                      /* 732 */
750     PARROT_OP_assign_p_sc,                     /* 733 */
751     PARROT_OP_assign_s_s,                      /* 734 */
752     PARROT_OP_assign_s_sc,                     /* 735 */
753     PARROT_OP_setref_p_p,                      /* 736 */
754     PARROT_OP_deref_p_p,                       /* 737 */
755     PARROT_OP_set_p_ki_i,                      /* 738 */
756     PARROT_OP_set_p_kic_i,                     /* 739 */
757     PARROT_OP_set_p_ki_ic,                     /* 740 */
758     PARROT_OP_set_p_kic_ic,                    /* 741 */
759     PARROT_OP_set_p_ki_n,                      /* 742 */
760     PARROT_OP_set_p_kic_n,                     /* 743 */
761     PARROT_OP_set_p_ki_nc,                     /* 744 */
762     PARROT_OP_set_p_kic_nc,                    /* 745 */
763     PARROT_OP_set_p_ki_s,                      /* 746 */
764     PARROT_OP_set_p_kic_s,                     /* 747 */
765     PARROT_OP_set_p_ki_sc,                     /* 748 */
766     PARROT_OP_set_p_kic_sc,                    /* 749 */
767     PARROT_OP_set_p_ki_p,                      /* 750 */
768     PARROT_OP_set_p_kic_p,                     /* 751 */
769     PARROT_OP_set_i_p_ki,                      /* 752 */
770     PARROT_OP_set_i_p_kic,                     /* 753 */
771     PARROT_OP_set_n_p_ki,                      /* 754 */
772     PARROT_OP_set_n_p_kic,                     /* 755 */
773     PARROT_OP_set_s_p_ki,                      /* 756 */
774     PARROT_OP_set_s_p_kic,                     /* 757 */
775     PARROT_OP_set_p_p_ki,                      /* 758 */
776     PARROT_OP_set_p_p_kic,                     /* 759 */
777     PARROT_OP_set_p_k_i,                       /* 760 */
778     PARROT_OP_set_p_kc_i,                      /* 761 */
779     PARROT_OP_set_p_k_ic,                      /* 762 */
780     PARROT_OP_set_p_kc_ic,                     /* 763 */
781     PARROT_OP_set_p_k_n,                       /* 764 */
782     PARROT_OP_set_p_kc_n,                      /* 765 */
783     PARROT_OP_set_p_k_nc,                      /* 766 */
784     PARROT_OP_set_p_kc_nc,                     /* 767 */
785     PARROT_OP_set_p_k_s,                       /* 768 */
786     PARROT_OP_set_p_kc_s,                      /* 769 */
787     PARROT_OP_set_p_k_sc,                      /* 770 */
788     PARROT_OP_set_p_kc_sc,                     /* 771 */
789     PARROT_OP_set_p_k_p,                       /* 772 */
790     PARROT_OP_set_p_kc_p,                      /* 773 */
791     PARROT_OP_set_i_p_k,                       /* 774 */
792     PARROT_OP_set_i_p_kc,                      /* 775 */
793     PARROT_OP_set_n_p_k,                       /* 776 */
794     PARROT_OP_set_n_p_kc,                      /* 777 */
795     PARROT_OP_set_s_p_k,                       /* 778 */
796     PARROT_OP_set_s_p_kc,                      /* 779 */
797     PARROT_OP_set_p_p_k,                       /* 780 */
798     PARROT_OP_set_p_p_kc,                      /* 781 */
799     PARROT_OP_clone_p_p,                       /* 782 */
800     PARROT_OP_clone_p_p_p,                     /* 783 */
801     PARROT_OP_clone_p_p_pc,                    /* 784 */
802     PARROT_OP_copy_p_p,                        /* 785 */
803     PARROT_OP_null_s,                          /* 786 */
804     PARROT_OP_null_i,                          /* 787 */
805     PARROT_OP_null_p,                          /* 788 */
806     PARROT_OP_null_n,                          /* 789 */
807     PARROT_OP_ord_i_s,                         /* 790 */
808     PARROT_OP_ord_i_sc,                        /* 791 */
809     PARROT_OP_ord_i_s_i,                       /* 792 */
810     PARROT_OP_ord_i_sc_i,                      /* 793 */
811     PARROT_OP_ord_i_s_ic,                      /* 794 */
812     PARROT_OP_ord_i_sc_ic,                     /* 795 */
813     PARROT_OP_chr_s_i,                         /* 796 */
814     PARROT_OP_chr_s_ic,                        /* 797 */
815     PARROT_OP_chopn_s_s_i,                     /* 798 */
816     PARROT_OP_chopn_s_sc_i,                    /* 799 */
817     PARROT_OP_chopn_s_s_ic,                    /* 800 */
818     PARROT_OP_chopn_s_sc_ic,                   /* 801 */
819     PARROT_OP_concat_p_p,                      /* 802 */
820     PARROT_OP_concat_p_s,                      /* 803 */
821     PARROT_OP_concat_p_sc,                     /* 804 */
822     PARROT_OP_concat_s_s_s,                    /* 805 */
823     PARROT_OP_concat_s_sc_s,                   /* 806 */
824     PARROT_OP_concat_s_s_sc,                   /* 807 */
825     PARROT_OP_concat_p_p_s,                    /* 808 */
826     PARROT_OP_concat_p_p_sc,                   /* 809 */
827     PARROT_OP_concat_p_p_p,                    /* 810 */
828     PARROT_OP_repeat_s_s_i,                    /* 811 */
829     PARROT_OP_repeat_s_sc_i,                   /* 812 */
830     PARROT_OP_repeat_s_s_ic,                   /* 813 */
831     PARROT_OP_repeat_s_sc_ic,                  /* 814 */
832     PARROT_OP_repeat_p_p_i,                    /* 815 */
833     PARROT_OP_repeat_p_p_ic,                   /* 816 */
834     PARROT_OP_repeat_p_p_p,                    /* 817 */
835     PARROT_OP_repeat_p_i,                      /* 818 */
836     PARROT_OP_repeat_p_ic,                     /* 819 */
837     PARROT_OP_repeat_p_p,                      /* 820 */
838     PARROT_OP_length_i_s,                      /* 821 */
839     PARROT_OP_length_i_sc,                     /* 822 */
840     PARROT_OP_bytelength_i_s,                  /* 823 */
841     PARROT_OP_bytelength_i_sc,                 /* 824 */
842     PARROT_OP_pin_s,                           /* 825 */
843     PARROT_OP_unpin_s,                         /* 826 */
844     PARROT_OP_substr_s_s_i,                    /* 827 */
845     PARROT_OP_substr_s_sc_i,                   /* 828 */
846     PARROT_OP_substr_s_s_ic,                   /* 829 */
847     PARROT_OP_substr_s_sc_ic,                  /* 830 */
848     PARROT_OP_substr_s_s_i_i,                  /* 831 */
849     PARROT_OP_substr_s_sc_i_i,                 /* 832 */
850     PARROT_OP_substr_s_s_ic_i,                 /* 833 */
851     PARROT_OP_substr_s_sc_ic_i,                /* 834 */
852     PARROT_OP_substr_s_s_i_ic,                 /* 835 */
853     PARROT_OP_substr_s_sc_i_ic,                /* 836 */
854     PARROT_OP_substr_s_s_ic_ic,                /* 837 */
855     PARROT_OP_substr_s_sc_ic_ic,               /* 838 */
856     PARROT_OP_substr_s_p_i_i,                  /* 839 */
857     PARROT_OP_substr_s_p_ic_i,                 /* 840 */
858     PARROT_OP_substr_s_p_i_ic,                 /* 841 */
859     PARROT_OP_substr_s_p_ic_ic,                /* 842 */
860     PARROT_OP_replace_s_s_i_i_s,               /* 843 */
861     PARROT_OP_replace_s_sc_i_i_s,              /* 844 */
862     PARROT_OP_replace_s_s_ic_i_s,              /* 845 */
863     PARROT_OP_replace_s_sc_ic_i_s,             /* 846 */
864     PARROT_OP_replace_s_s_i_ic_s,              /* 847 */
865     PARROT_OP_replace_s_sc_i_ic_s,             /* 848 */
866     PARROT_OP_replace_s_s_ic_ic_s,             /* 849 */
867     PARROT_OP_replace_s_sc_ic_ic_s,            /* 850 */
868     PARROT_OP_replace_s_s_i_i_sc,              /* 851 */
869     PARROT_OP_replace_s_sc_i_i_sc,             /* 852 */
870     PARROT_OP_replace_s_s_ic_i_sc,             /* 853 */
871     PARROT_OP_replace_s_sc_ic_i_sc,            /* 854 */
872     PARROT_OP_replace_s_s_i_ic_sc,             /* 855 */
873     PARROT_OP_replace_s_sc_i_ic_sc,            /* 856 */
874     PARROT_OP_replace_s_s_ic_ic_sc,            /* 857 */
875     PARROT_OP_replace_s_sc_ic_ic_sc,           /* 858 */
876     PARROT_OP_index_i_s_s,                     /* 859 */
877     PARROT_OP_index_i_sc_s,                    /* 860 */
878     PARROT_OP_index_i_s_sc,                    /* 861 */
879     PARROT_OP_index_i_sc_sc,                   /* 862 */
880     PARROT_OP_index_i_s_s_i,                   /* 863 */
881     PARROT_OP_index_i_sc_s_i,                  /* 864 */
882     PARROT_OP_index_i_s_sc_i,                  /* 865 */
883     PARROT_OP_index_i_sc_sc_i,                 /* 866 */
884     PARROT_OP_index_i_s_s_ic,                  /* 867 */
885     PARROT_OP_index_i_sc_s_ic,                 /* 868 */
886     PARROT_OP_index_i_s_sc_ic,                 /* 869 */
887     PARROT_OP_index_i_sc_sc_ic,                /* 870 */
888     PARROT_OP_rindex_i_s_s,                    /* 871 */
889     PARROT_OP_rindex_i_sc_s,                   /* 872 */
890     PARROT_OP_rindex_i_s_sc,                   /* 873 */
891     PARROT_OP_rindex_i_sc_sc,                  /* 874 */
892     PARROT_OP_rindex_i_s_s_i,                  /* 875 */
893     PARROT_OP_rindex_i_sc_s_i,                 /* 876 */
894     PARROT_OP_rindex_i_s_sc_i,                 /* 877 */
895     PARROT_OP_rindex_i_sc_sc_i,                /* 878 */
896     PARROT_OP_rindex_i_s_s_ic,                 /* 879 */
897     PARROT_OP_rindex_i_sc_s_ic,                /* 880 */
898     PARROT_OP_rindex_i_s_sc_ic,                /* 881 */
899     PARROT_OP_rindex_i_sc_sc_ic,               /* 882 */
900     PARROT_OP_sprintf_s_s_p,                   /* 883 */
901     PARROT_OP_sprintf_s_sc_p,                  /* 884 */
902     PARROT_OP_sprintf_p_p_p,                   /* 885 */
903     PARROT_OP_new_s,                           /* 886 */
904     PARROT_OP_stringinfo_i_s_i,                /* 887 */
905     PARROT_OP_stringinfo_i_sc_i,               /* 888 */
906     PARROT_OP_stringinfo_i_s_ic,               /* 889 */
907     PARROT_OP_stringinfo_i_sc_ic,              /* 890 */
908     PARROT_OP_upcase_s_s,                      /* 891 */
909     PARROT_OP_upcase_s_sc,                     /* 892 */
910     PARROT_OP_downcase_s_s,                    /* 893 */
911     PARROT_OP_downcase_s_sc,                   /* 894 */
912     PARROT_OP_titlecase_s_s,                   /* 895 */
913     PARROT_OP_titlecase_s_sc,                  /* 896 */
914     PARROT_OP_join_s_s_p,                      /* 897 */
915     PARROT_OP_join_s_sc_p,                     /* 898 */
916     PARROT_OP_split_p_s_s,                     /* 899 */
917     PARROT_OP_split_p_sc_s,                    /* 900 */
918     PARROT_OP_split_p_s_sc,                    /* 901 */
919     PARROT_OP_split_p_sc_sc,                   /* 902 */
920     PARROT_OP_encoding_i_s,                    /* 903 */
921     PARROT_OP_encoding_i_sc,                   /* 904 */
922     PARROT_OP_encodingname_s_i,                /* 905 */
923     PARROT_OP_encodingname_s_ic,               /* 906 */
924     PARROT_OP_find_encoding_i_s,               /* 907 */
925     PARROT_OP_find_encoding_i_sc,              /* 908 */
926     PARROT_OP_trans_encoding_s_s_i,            /* 909 */
927     PARROT_OP_trans_encoding_s_sc_i,           /* 910 */
928     PARROT_OP_trans_encoding_s_s_ic,           /* 911 */
929     PARROT_OP_trans_encoding_s_sc_ic,          /* 912 */
930     PARROT_OP_is_cclass_i_i_s_i,               /* 913 */
931     PARROT_OP_is_cclass_i_ic_s_i,              /* 914 */
932     PARROT_OP_is_cclass_i_i_sc_i,              /* 915 */
933     PARROT_OP_is_cclass_i_ic_sc_i,             /* 916 */
934     PARROT_OP_is_cclass_i_i_s_ic,              /* 917 */
935     PARROT_OP_is_cclass_i_ic_s_ic,             /* 918 */
936     PARROT_OP_is_cclass_i_i_sc_ic,             /* 919 */
937     PARROT_OP_is_cclass_i_ic_sc_ic,            /* 920 */
938     PARROT_OP_find_cclass_i_i_s_i_i,           /* 921 */
939     PARROT_OP_find_cclass_i_ic_s_i_i,          /* 922 */
940     PARROT_OP_find_cclass_i_i_sc_i_i,          /* 923 */
941     PARROT_OP_find_cclass_i_ic_sc_i_i,         /* 924 */
942     PARROT_OP_find_cclass_i_i_s_ic_i,          /* 925 */
943     PARROT_OP_find_cclass_i_ic_s_ic_i,         /* 926 */
944     PARROT_OP_find_cclass_i_i_sc_ic_i,         /* 927 */
945     PARROT_OP_find_cclass_i_ic_sc_ic_i,        /* 928 */
946     PARROT_OP_find_cclass_i_i_s_i_ic,          /* 929 */
947     PARROT_OP_find_cclass_i_ic_s_i_ic,         /* 930 */
948     PARROT_OP_find_cclass_i_i_sc_i_ic,         /* 931 */
949     PARROT_OP_find_cclass_i_ic_sc_i_ic,        /* 932 */
950     PARROT_OP_find_cclass_i_i_s_ic_ic,         /* 933 */
951     PARROT_OP_find_cclass_i_ic_s_ic_ic,        /* 934 */
952     PARROT_OP_find_cclass_i_i_sc_ic_ic,        /* 935 */
953     PARROT_OP_find_cclass_i_ic_sc_ic_ic,       /* 936 */
954     PARROT_OP_find_not_cclass_i_i_s_i_i,       /* 937 */
955     PARROT_OP_find_not_cclass_i_ic_s_i_i,      /* 938 */
956     PARROT_OP_find_not_cclass_i_i_sc_i_i,      /* 939 */
957     PARROT_OP_find_not_cclass_i_ic_sc_i_i,     /* 940 */
958     PARROT_OP_find_not_cclass_i_i_s_ic_i,      /* 941 */
959     PARROT_OP_find_not_cclass_i_ic_s_ic_i,     /* 942 */
960     PARROT_OP_find_not_cclass_i_i_sc_ic_i,     /* 943 */
961     PARROT_OP_find_not_cclass_i_ic_sc_ic_i,    /* 944 */
962     PARROT_OP_find_not_cclass_i_i_s_i_ic,      /* 945 */
963     PARROT_OP_find_not_cclass_i_ic_s_i_ic,     /* 946 */
964     PARROT_OP_find_not_cclass_i_i_sc_i_ic,     /* 947 */
965     PARROT_OP_find_not_cclass_i_ic_sc_i_ic,    /* 948 */
966     PARROT_OP_find_not_cclass_i_i_s_ic_ic,     /* 949 */
967     PARROT_OP_find_not_cclass_i_ic_s_ic_ic,    /* 950 */
968     PARROT_OP_find_not_cclass_i_i_sc_ic_ic,    /* 951 */
969     PARROT_OP_find_not_cclass_i_ic_sc_ic_ic,   /* 952 */
970     PARROT_OP_escape_s_s,                      /* 953 */
971     PARROT_OP_compose_s_s,                     /* 954 */
972     PARROT_OP_compose_s_sc,                    /* 955 */
973     PARROT_OP_find_codepoint_i_s,              /* 956 */
974     PARROT_OP_find_codepoint_i_sc,             /* 957 */
975     PARROT_OP_spawnw_i_s,                      /* 958 */
976     PARROT_OP_spawnw_i_sc,                     /* 959 */
977     PARROT_OP_spawnw_i_p,                      /* 960 */
978     PARROT_OP_err_i,                           /* 961 */
979     PARROT_OP_err_s,                           /* 962 */
980     PARROT_OP_err_s_i,                         /* 963 */
981     PARROT_OP_err_s_ic,                        /* 964 */
982     PARROT_OP_time_i,                          /* 965 */
983     PARROT_OP_time_n,                          /* 966 */
984     PARROT_OP_sleep_i,                         /* 967 */
985     PARROT_OP_sleep_ic,                        /* 968 */
986     PARROT_OP_sleep_n,                         /* 969 */
987     PARROT_OP_sleep_nc,                        /* 970 */
988     PARROT_OP_store_lex_s_p,                   /* 971 */
989     PARROT_OP_store_lex_sc_p,                  /* 972 */
990     PARROT_OP_store_lex_s_s,                   /* 973 */
991     PARROT_OP_store_lex_sc_s,                  /* 974 */
992     PARROT_OP_store_lex_s_sc,                  /* 975 */
993     PARROT_OP_store_lex_sc_sc,                 /* 976 */
994     PARROT_OP_store_lex_s_i,                   /* 977 */
995     PARROT_OP_store_lex_sc_i,                  /* 978 */
996     PARROT_OP_store_lex_s_ic,                  /* 979 */
997     PARROT_OP_store_lex_sc_ic,                 /* 980 */
998     PARROT_OP_store_lex_s_n,                   /* 981 */
999     PARROT_OP_store_lex_sc_n,                  /* 982 */
1000     PARROT_OP_store_lex_s_nc,                  /* 983 */
1001     PARROT_OP_store_lex_sc_nc,                 /* 984 */
1002     PARROT_OP_store_dynamic_lex_s_p,           /* 985 */
1003     PARROT_OP_store_dynamic_lex_sc_p,          /* 986 */
1004     PARROT_OP_find_lex_p_s,                    /* 987 */
1005     PARROT_OP_find_lex_p_sc,                   /* 988 */
1006     PARROT_OP_find_lex_s_s,                    /* 989 */
1007     PARROT_OP_find_lex_s_sc,                   /* 990 */
1008     PARROT_OP_find_lex_i_s,                    /* 991 */
1009     PARROT_OP_find_lex_i_sc,                   /* 992 */
1010     PARROT_OP_find_lex_n_s,                    /* 993 */
1011     PARROT_OP_find_lex_n_sc,                   /* 994 */
1012     PARROT_OP_find_dynamic_lex_p_s,            /* 995 */
1013     PARROT_OP_find_dynamic_lex_p_sc,           /* 996 */
1014     PARROT_OP_find_caller_lex_p_s,             /* 997 */
1015     PARROT_OP_find_caller_lex_p_sc,            /* 998 */
1016     PARROT_OP_get_namespace_p,                 /* 999 */
1017     PARROT_OP_get_namespace_p_p,               /* 1000 */
1018     PARROT_OP_get_namespace_p_pc,              /* 1001 */
1019     PARROT_OP_get_hll_namespace_p,             /* 1002 */
1020     PARROT_OP_get_hll_namespace_p_p,           /* 1003 */
1021     PARROT_OP_get_hll_namespace_p_pc,          /* 1004 */
1022     PARROT_OP_get_root_namespace_p,            /* 1005 */
1023     PARROT_OP_get_root_namespace_p_p,          /* 1006 */
1024     PARROT_OP_get_root_namespace_p_pc,         /* 1007 */
1025     PARROT_OP_get_global_p_s,                  /* 1008 */
1026     PARROT_OP_get_global_p_sc,                 /* 1009 */
1027     PARROT_OP_get_global_p_p_s,                /* 1010 */
1028     PARROT_OP_get_global_p_pc_s,               /* 1011 */
1029     PARROT_OP_get_global_p_p_sc,               /* 1012 */
1030     PARROT_OP_get_global_p_pc_sc,              /* 1013 */
1031     PARROT_OP_get_hll_global_p_s,              /* 1014 */
1032     PARROT_OP_get_hll_global_p_sc,             /* 1015 */
1033     PARROT_OP_get_hll_global_p_p_s,            /* 1016 */
1034     PARROT_OP_get_hll_global_p_pc_s,           /* 1017 */
1035     PARROT_OP_get_hll_global_p_p_sc,           /* 1018 */
1036     PARROT_OP_get_hll_global_p_pc_sc,          /* 1019 */
1037     PARROT_OP_get_root_global_p_s,             /* 1020 */
1038     PARROT_OP_get_root_global_p_sc,            /* 1021 */
1039     PARROT_OP_get_root_global_p_p_s,           /* 1022 */
1040     PARROT_OP_get_root_global_p_pc_s,          /* 1023 */
1041     PARROT_OP_get_root_global_p_p_sc,          /* 1024 */
1042     PARROT_OP_get_root_global_p_pc_sc,         /* 1025 */
1043     PARROT_OP_set_global_s_p,                  /* 1026 */
1044     PARROT_OP_set_global_sc_p,                 /* 1027 */
1045     PARROT_OP_set_global_p_s_p,                /* 1028 */
1046     PARROT_OP_set_global_pc_s_p,               /* 1029 */
1047     PARROT_OP_set_global_p_sc_p,               /* 1030 */
1048     PARROT_OP_set_global_pc_sc_p,              /* 1031 */
1049     PARROT_OP_set_hll_global_s_p,              /* 1032 */
1050     PARROT_OP_set_hll_global_sc_p,             /* 1033 */
1051     PARROT_OP_set_hll_global_p_s_p,            /* 1034 */
1052     PARROT_OP_set_hll_global_pc_s_p,           /* 1035 */
1053     PARROT_OP_set_hll_global_p_sc_p,           /* 1036 */
1054     PARROT_OP_set_hll_global_pc_sc_p,          /* 1037 */
1055     PARROT_OP_set_root_global_s_p,             /* 1038 */
1056     PARROT_OP_set_root_global_sc_p,            /* 1039 */
1057     PARROT_OP_set_root_global_p_s_p,           /* 1040 */
1058     PARROT_OP_set_root_global_pc_s_p,          /* 1041 */
1059     PARROT_OP_set_root_global_p_sc_p,          /* 1042 */
1060     PARROT_OP_set_root_global_pc_sc_p,         /* 1043 */
1061     PARROT_OP_find_name_p_s,                   /* 1044 */
1062     PARROT_OP_find_name_p_sc,                  /* 1045 */
1063     PARROT_OP_find_sub_not_null_p_s,           /* 1046 */
1064     PARROT_OP_find_sub_not_null_p_sc,          /* 1047 */
1065     PARROT_OP_trap,                            /* 1048 */
1066     PARROT_OP_set_label_p_ic,                  /* 1049 */
1067     PARROT_OP_get_label_i_p,                   /* 1050 */
1068     PARROT_OP_get_id_i_p,                      /* 1051 */
1069     PARROT_OP_get_id_i_pc,                     /* 1052 */
1070     PARROT_OP_fetch_p_p_p_p,                   /* 1053 */
1071     PARROT_OP_fetch_p_pc_p_p,                  /* 1054 */
1072     PARROT_OP_fetch_p_p_pc_p,                  /* 1055 */
1073     PARROT_OP_fetch_p_pc_pc_p,                 /* 1056 */
1074     PARROT_OP_fetch_p_p_p_pc,                  /* 1057 */
1075     PARROT_OP_fetch_p_pc_p_pc,                 /* 1058 */
1076     PARROT_OP_fetch_p_p_pc_pc,                 /* 1059 */
1077     PARROT_OP_fetch_p_pc_pc_pc,                /* 1060 */
1078     PARROT_OP_fetch_p_p_i_p,                   /* 1061 */
1079     PARROT_OP_fetch_p_pc_i_p,                  /* 1062 */
1080     PARROT_OP_fetch_p_p_ic_p,                  /* 1063 */
1081     PARROT_OP_fetch_p_pc_ic_p,                 /* 1064 */
1082     PARROT_OP_fetch_p_p_i_pc,                  /* 1065 */
1083     PARROT_OP_fetch_p_pc_i_pc,                 /* 1066 */
1084     PARROT_OP_fetch_p_p_ic_pc,                 /* 1067 */
1085     PARROT_OP_fetch_p_pc_ic_pc,                /* 1068 */
1086     PARROT_OP_fetch_p_p_s_p,                   /* 1069 */
1087     PARROT_OP_fetch_p_pc_s_p,                  /* 1070 */
1088     PARROT_OP_fetch_p_p_sc_p,                  /* 1071 */
1089     PARROT_OP_fetch_p_pc_sc_p,                 /* 1072 */
1090     PARROT_OP_fetch_p_p_s_pc,                  /* 1073 */
1091     PARROT_OP_fetch_p_pc_s_pc,                 /* 1074 */
1092     PARROT_OP_fetch_p_p_sc_pc,                 /* 1075 */
1093     PARROT_OP_fetch_p_pc_sc_pc,                /* 1076 */
1094     PARROT_OP_vivify_p_p_p_p,                  /* 1077 */
1095     PARROT_OP_vivify_p_pc_p_p,                 /* 1078 */
1096     PARROT_OP_vivify_p_p_pc_p,                 /* 1079 */
1097     PARROT_OP_vivify_p_pc_pc_p,                /* 1080 */
1098     PARROT_OP_vivify_p_p_p_pc,                 /* 1081 */
1099     PARROT_OP_vivify_p_pc_p_pc,                /* 1082 */
1100     PARROT_OP_vivify_p_p_pc_pc,                /* 1083 */
1101     PARROT_OP_vivify_p_pc_pc_pc,               /* 1084 */
1102     PARROT_OP_vivify_p_p_i_p,                  /* 1085 */
1103     PARROT_OP_vivify_p_pc_i_p,                 /* 1086 */
1104     PARROT_OP_vivify_p_p_ic_p,                 /* 1087 */
1105     PARROT_OP_vivify_p_pc_ic_p,                /* 1088 */
1106     PARROT_OP_vivify_p_p_i_pc,                 /* 1089 */
1107     PARROT_OP_vivify_p_pc_i_pc,                /* 1090 */
1108     PARROT_OP_vivify_p_p_ic_pc,                /* 1091 */
1109     PARROT_OP_vivify_p_pc_ic_pc,               /* 1092 */
1110     PARROT_OP_vivify_p_p_s_p,                  /* 1093 */
1111     PARROT_OP_vivify_p_pc_s_p,                 /* 1094 */
1112     PARROT_OP_vivify_p_p_sc_p,                 /* 1095 */
1113     PARROT_OP_vivify_p_pc_sc_p,                /* 1096 */
1114     PARROT_OP_vivify_p_p_s_pc,                 /* 1097 */
1115     PARROT_OP_vivify_p_pc_s_pc,                /* 1098 */
1116     PARROT_OP_vivify_p_p_sc_pc,                /* 1099 */
1117     PARROT_OP_vivify_p_pc_sc_pc,               /* 1100 */
1118     PARROT_OP_new_p_s_i,                       /* 1101 */
1119     PARROT_OP_new_p_sc_i,                      /* 1102 */
1120     PARROT_OP_new_p_s_ic,                      /* 1103 */
1121     PARROT_OP_new_p_sc_ic,                     /* 1104 */
1122     PARROT_OP_new_p_p_i,                       /* 1105 */
1123     PARROT_OP_new_p_pc_i,                      /* 1106 */
1124     PARROT_OP_new_p_p_ic,                      /* 1107 */
1125     PARROT_OP_new_p_pc_ic,                     /* 1108 */
1126     PARROT_OP_root_new_p_p_i,                  /* 1109 */
1127     PARROT_OP_root_new_p_pc_i,                 /* 1110 */
1128     PARROT_OP_root_new_p_p_ic,                 /* 1111 */
1129     PARROT_OP_root_new_p_pc_ic,                /* 1112 */
1130     PARROT_OP_get_context_p,                   /* 1113 */
1131     PARROT_OP_new_call_context_p,              /* 1114 */
1132     PARROT_OP_invokecc_p_p,                    /* 1115 */
1133     PARROT_OP_flatten_array_into_p_p_i,        /* 1116 */
1134     PARROT_OP_flatten_array_into_p_p_ic,       /* 1117 */
1135     PARROT_OP_flatten_hash_into_p_p_i,         /* 1118 */
1136     PARROT_OP_flatten_hash_into_p_p_ic,        /* 1119 */
1137     PARROT_OP_slurp_array_from_p_p_i,          /* 1120 */
1138     PARROT_OP_slurp_array_from_p_p_ic,         /* 1121 */
1139     PARROT_OP_receive_p,                       /* 1122 */
1140     PARROT_OP_wait_p,                          /* 1123 */
1141     PARROT_OP_wait_pc,                         /* 1124 */
1142     PARROT_OP_pass,                            /* 1125 */
1143     PARROT_OP_disable_preemption,              /* 1126 */
1144     PARROT_OP_enable_preemption,               /* 1127 */
1145     PARROT_OP_terminate                        /* 1128 */
1146 
1147 } parrot_opcode_enums;
1148 
1149 
1150 #endif /* PARROT_OPLIB_OPS_H_GUARD */
1151 
1152 
1153 /*
1154  * Local variables:
1155  *   c-file-style: "parrot"
1156  *   buffer-read-only: t
1157  * End:
1158  * vim: expandtab shiftwidth=4:
1159  */
1160