[svn:parrot] r46306 - in branches/ops_pct: include/parrot/oplib src/ops
bacek at svn.parrot.org
bacek at svn.parrot.org
Wed May 5 11:50:59 UTC 2010
Author: bacek
Date: Wed May 5 11:50:58 2010
New Revision: 46306
URL: https://trac.parrot.org/parrot/changeset/46306
Log:
Remove set_label/get_label from ops.num. They are still in experimental
Modified:
branches/ops_pct/include/parrot/oplib/core_ops.h
branches/ops_pct/src/ops/core_ops.c
branches/ops_pct/src/ops/ops.num
Modified: branches/ops_pct/include/parrot/oplib/core_ops.h
==============================================================================
--- branches/ops_pct/include/parrot/oplib/core_ops.h Wed May 5 11:50:37 2010 (r46305)
+++ branches/ops_pct/include/parrot/oplib/core_ops.h Wed May 5 11:50:58 2010 (r46306)
@@ -442,8 +442,6 @@
opcode_t * Parrot_backtrace(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_getline_i(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_getfile_s(opcode_t *, PARROT_INTERP);
- opcode_t * Parrot_set_label_p_ic(opcode_t *, PARROT_INTERP);
- opcode_t * Parrot_get_label_i_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_close_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_fdopen_p_i_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_fdopen_p_ic_s(opcode_t *, PARROT_INTERP);
@@ -1253,6 +1251,8 @@
opcode_t * Parrot_find_sub_not_null_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_find_sub_not_null_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_trap(opcode_t *, PARROT_INTERP);
+ opcode_t * Parrot_set_label_p_ic(opcode_t *, PARROT_INTERP);
+ opcode_t * Parrot_get_label_i_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_fetch_p_p_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_fetch_p_pc_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_fetch_p_p_pc_p(opcode_t *, PARROT_INTERP);
Modified: branches/ops_pct/src/ops/core_ops.c
==============================================================================
--- branches/ops_pct/src/ops/core_ops.c Wed May 5 11:50:37 2010 (r46305)
+++ branches/ops_pct/src/ops/core_ops.c Wed May 5 11:50:58 2010 (r46306)
@@ -5173,30 +5173,6 @@
},
{ /* 425 */
/* type PARROT_INLINE_OP, */
- "set_label",
- "set_label_p_ic",
- "Parrot_set_label_p_ic",
- /* "", body */
- 0,
- 3,
- { PARROT_ARG_P, PARROT_ARG_IC },
- { PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
- { 0, 1 }
- },
- { /* 426 */
- /* type PARROT_INLINE_OP, */
- "get_label",
- "get_label_i_p",
- "Parrot_get_label_i_p",
- /* "", body */
- 0,
- 3,
- { PARROT_ARG_I, PARROT_ARG_P },
- { PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
- { 0, 0 }
- },
- { /* 427 */
- /* type PARROT_INLINE_OP, */
"close",
"close_p",
"Parrot_close_p",
@@ -5207,7 +5183,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 428 */
+ { /* 426 */
/* type PARROT_INLINE_OP, */
"fdopen",
"fdopen_p_i_s",
@@ -5219,7 +5195,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 429 */
+ { /* 427 */
/* type PARROT_INLINE_OP, */
"fdopen",
"fdopen_p_ic_s",
@@ -5231,7 +5207,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 430 */
+ { /* 428 */
/* type PARROT_INLINE_OP, */
"fdopen",
"fdopen_p_i_sc",
@@ -5243,7 +5219,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 431 */
+ { /* 429 */
/* type PARROT_INLINE_OP, */
"fdopen",
"fdopen_p_ic_sc",
@@ -5255,7 +5231,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 432 */
+ { /* 430 */
/* type PARROT_INLINE_OP, */
"getstdin",
"getstdin_p",
@@ -5267,7 +5243,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 433 */
+ { /* 431 */
/* type PARROT_INLINE_OP, */
"getstdout",
"getstdout_p",
@@ -5279,7 +5255,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 434 */
+ { /* 432 */
/* type PARROT_INLINE_OP, */
"getstderr",
"getstderr_p",
@@ -5291,7 +5267,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 435 */
+ { /* 433 */
/* type PARROT_INLINE_OP, */
"setstdin",
"setstdin_p",
@@ -5303,7 +5279,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 436 */
+ { /* 434 */
/* type PARROT_INLINE_OP, */
"setstdout",
"setstdout_p",
@@ -5315,7 +5291,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 437 */
+ { /* 435 */
/* type PARROT_INLINE_OP, */
"setstderr",
"setstderr_p",
@@ -5327,7 +5303,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 438 */
+ { /* 436 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_s_s",
@@ -5339,7 +5315,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 439 */
+ { /* 437 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_sc_s",
@@ -5351,7 +5327,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 440 */
+ { /* 438 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_s_sc",
@@ -5363,7 +5339,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 441 */
+ { /* 439 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_sc_sc",
@@ -5375,7 +5351,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 442 */
+ { /* 440 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_s",
@@ -5387,7 +5363,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 443 */
+ { /* 441 */
/* type PARROT_INLINE_OP, */
"open",
"open_p_sc",
@@ -5399,7 +5375,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 444 */
+ { /* 442 */
/* type PARROT_INLINE_OP, */
"print",
"print_i",
@@ -5411,7 +5387,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 445 */
+ { /* 443 */
/* type PARROT_INLINE_OP, */
"print",
"print_ic",
@@ -5423,7 +5399,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 446 */
+ { /* 444 */
/* type PARROT_INLINE_OP, */
"print",
"print_n",
@@ -5435,7 +5411,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 447 */
+ { /* 445 */
/* type PARROT_INLINE_OP, */
"print",
"print_nc",
@@ -5447,7 +5423,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 448 */
+ { /* 446 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_s",
@@ -5459,7 +5435,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 449 */
+ { /* 447 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_sc",
@@ -5471,7 +5447,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 450 */
+ { /* 448 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p",
@@ -5483,7 +5459,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 451 */
+ { /* 449 */
/* type PARROT_INLINE_OP, */
"say",
"say_i",
@@ -5495,7 +5471,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 452 */
+ { /* 450 */
/* type PARROT_INLINE_OP, */
"say",
"say_ic",
@@ -5507,7 +5483,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 453 */
+ { /* 451 */
/* type PARROT_INLINE_OP, */
"say",
"say_n",
@@ -5519,7 +5495,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 454 */
+ { /* 452 */
/* type PARROT_INLINE_OP, */
"say",
"say_nc",
@@ -5531,7 +5507,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 455 */
+ { /* 453 */
/* type PARROT_FUNCTION_OP, */
"say",
"say_s",
@@ -5543,7 +5519,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 456 */
+ { /* 454 */
/* type PARROT_FUNCTION_OP, */
"say",
"say_sc",
@@ -5555,7 +5531,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 457 */
+ { /* 455 */
/* type PARROT_FUNCTION_OP, */
"say",
"say_p",
@@ -5567,7 +5543,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 458 */
+ { /* 456 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_i",
@@ -5579,7 +5555,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 459 */
+ { /* 457 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_ic",
@@ -5591,7 +5567,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 460 */
+ { /* 458 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_n",
@@ -5603,7 +5579,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 461 */
+ { /* 459 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_nc",
@@ -5615,7 +5591,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 462 */
+ { /* 460 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_s",
@@ -5627,7 +5603,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 463 */
+ { /* 461 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_sc",
@@ -5639,7 +5615,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 464 */
+ { /* 462 */
/* type PARROT_FUNCTION_OP, */
"printerr",
"printerr_p",
@@ -5651,7 +5627,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 465 */
+ { /* 463 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_i",
@@ -5663,7 +5639,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 466 */
+ { /* 464 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_ic",
@@ -5675,7 +5651,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 467 */
+ { /* 465 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_n",
@@ -5687,7 +5663,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 468 */
+ { /* 466 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_nc",
@@ -5699,7 +5675,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 469 */
+ { /* 467 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_s",
@@ -5711,7 +5687,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 470 */
+ { /* 468 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_sc",
@@ -5723,7 +5699,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 471 */
+ { /* 469 */
/* type PARROT_FUNCTION_OP, */
"print",
"print_p_p",
@@ -5735,7 +5711,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 472 */
+ { /* 470 */
/* type PARROT_FUNCTION_OP, */
"read",
"read_s_i",
@@ -5747,7 +5723,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 473 */
+ { /* 471 */
/* type PARROT_FUNCTION_OP, */
"read",
"read_s_ic",
@@ -5759,7 +5735,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 474 */
+ { /* 472 */
/* type PARROT_FUNCTION_OP, */
"read",
"read_s_p_i",
@@ -5771,7 +5747,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 475 */
+ { /* 473 */
/* type PARROT_FUNCTION_OP, */
"read",
"read_s_p_ic",
@@ -5783,7 +5759,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 476 */
+ { /* 474 */
/* type PARROT_INLINE_OP, */
"readline",
"readline_s_p",
@@ -5795,7 +5771,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 477 */
+ { /* 475 */
/* type PARROT_FUNCTION_OP, */
"peek",
"peek_s",
@@ -5807,7 +5783,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 478 */
+ { /* 476 */
/* type PARROT_FUNCTION_OP, */
"peek",
"peek_s_p",
@@ -5819,7 +5795,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 479 */
+ { /* 477 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_s_i",
@@ -5831,7 +5807,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 480 */
+ { /* 478 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_sc_i",
@@ -5843,7 +5819,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 481 */
+ { /* 479 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_s_ic",
@@ -5855,7 +5831,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 482 */
+ { /* 480 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_sc_ic",
@@ -5867,7 +5843,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 483 */
+ { /* 481 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_i_i",
@@ -5879,7 +5855,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 484 */
+ { /* 482 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_ic_i",
@@ -5891,7 +5867,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 485 */
+ { /* 483 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_i_ic",
@@ -5903,7 +5879,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 486 */
+ { /* 484 */
/* type PARROT_FUNCTION_OP, */
"stat",
"stat_i_ic_ic",
@@ -5915,7 +5891,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 487 */
+ { /* 485 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_i",
@@ -5927,7 +5903,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 488 */
+ { /* 486 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_i",
@@ -5939,7 +5915,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 489 */
+ { /* 487 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_ic",
@@ -5951,7 +5927,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 490 */
+ { /* 488 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_ic",
@@ -5963,7 +5939,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 491 */
+ { /* 489 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_i_i",
@@ -5975,7 +5951,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 492 */
+ { /* 490 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_i_i",
@@ -5987,7 +5963,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 493 */
+ { /* 491 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_ic_i",
@@ -5999,7 +5975,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 494 */
+ { /* 492 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_ic_i",
@@ -6011,7 +5987,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 495 */
+ { /* 493 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_i_ic",
@@ -6023,7 +5999,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 496 */
+ { /* 494 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_i_ic",
@@ -6035,7 +6011,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 497 */
+ { /* 495 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_i_ic_ic",
@@ -6047,7 +6023,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 498 */
+ { /* 496 */
/* type PARROT_FUNCTION_OP, */
"seek",
"seek_p_ic_ic_ic",
@@ -6059,7 +6035,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 499 */
+ { /* 497 */
/* type PARROT_FUNCTION_OP, */
"tell",
"tell_i_p",
@@ -6071,7 +6047,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 500 */
+ { /* 498 */
/* type PARROT_FUNCTION_OP, */
"tell",
"tell_i_i_p",
@@ -6083,7 +6059,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 501 */
+ { /* 499 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_i",
@@ -6095,7 +6071,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 502 */
+ { /* 500 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_n",
@@ -6107,7 +6083,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 503 */
+ { /* 501 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_i_i",
@@ -6119,7 +6095,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 504 */
+ { /* 502 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_n_n",
@@ -6131,7 +6107,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 505 */
+ { /* 503 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_p",
@@ -6143,7 +6119,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 506 */
+ { /* 504 */
/* type PARROT_INLINE_OP, */
"abs",
"abs_p_p",
@@ -6155,7 +6131,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 507 */
+ { /* 505 */
/* type PARROT_INLINE_OP, */
"add",
"add_i_i",
@@ -6167,7 +6143,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 508 */
+ { /* 506 */
/* type PARROT_INLINE_OP, */
"add",
"add_i_ic",
@@ -6179,7 +6155,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 509 */
+ { /* 507 */
/* type PARROT_INLINE_OP, */
"add",
"add_n_n",
@@ -6191,7 +6167,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 510 */
+ { /* 508 */
/* type PARROT_INLINE_OP, */
"add",
"add_n_nc",
@@ -6203,7 +6179,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 511 */
+ { /* 509 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p",
@@ -6215,7 +6191,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 512 */
+ { /* 510 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_i",
@@ -6227,7 +6203,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 513 */
+ { /* 511 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_ic",
@@ -6239,7 +6215,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 514 */
+ { /* 512 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_n",
@@ -6251,7 +6227,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 515 */
+ { /* 513 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_nc",
@@ -6263,7 +6239,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 516 */
+ { /* 514 */
/* type PARROT_INLINE_OP, */
"add",
"add_i_i_i",
@@ -6275,7 +6251,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 517 */
+ { /* 515 */
/* type PARROT_INLINE_OP, */
"add",
"add_i_ic_i",
@@ -6287,7 +6263,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 518 */
+ { /* 516 */
/* type PARROT_INLINE_OP, */
"add",
"add_i_i_ic",
@@ -6299,7 +6275,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 519 */
+ { /* 517 */
/* type PARROT_INLINE_OP, */
"add",
"add_n_n_n",
@@ -6311,7 +6287,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 520 */
+ { /* 518 */
/* type PARROT_INLINE_OP, */
"add",
"add_n_nc_n",
@@ -6323,7 +6299,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 521 */
+ { /* 519 */
/* type PARROT_INLINE_OP, */
"add",
"add_n_n_nc",
@@ -6335,7 +6311,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 522 */
+ { /* 520 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p_p",
@@ -6347,7 +6323,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 523 */
+ { /* 521 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p_i",
@@ -6359,7 +6335,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 524 */
+ { /* 522 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p_ic",
@@ -6371,7 +6347,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 525 */
+ { /* 523 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p_n",
@@ -6383,7 +6359,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 526 */
+ { /* 524 */
/* type PARROT_INLINE_OP, */
"add",
"add_p_p_nc",
@@ -6395,7 +6371,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 527 */
+ { /* 525 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_i_i_i",
@@ -6407,7 +6383,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 528 */
+ { /* 526 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_i_ic_i",
@@ -6419,7 +6395,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 529 */
+ { /* 527 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_i_i_ic",
@@ -6431,7 +6407,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 530 */
+ { /* 528 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_p_p_i",
@@ -6443,7 +6419,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 531 */
+ { /* 529 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_p_p_ic",
@@ -6455,7 +6431,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 532 */
+ { /* 530 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_p_p_p",
@@ -6467,7 +6443,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 533 */
+ { /* 531 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_n_n_n",
@@ -6479,7 +6455,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 534 */
+ { /* 532 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_n_nc_n",
@@ -6491,7 +6467,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 535 */
+ { /* 533 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_n_n_nc",
@@ -6503,7 +6479,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 536 */
+ { /* 534 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_p_p_n",
@@ -6515,7 +6491,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 537 */
+ { /* 535 */
/* type PARROT_INLINE_OP, */
"cmod",
"cmod_p_p_nc",
@@ -6527,7 +6503,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 538 */
+ { /* 536 */
/* type PARROT_INLINE_OP, */
"dec",
"dec_i",
@@ -6539,7 +6515,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 539 */
+ { /* 537 */
/* type PARROT_INLINE_OP, */
"dec",
"dec_n",
@@ -6551,7 +6527,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 540 */
+ { /* 538 */
/* type PARROT_INLINE_OP, */
"dec",
"dec_p",
@@ -6563,7 +6539,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 541 */
+ { /* 539 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_i",
@@ -6575,7 +6551,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 542 */
+ { /* 540 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_ic",
@@ -6587,7 +6563,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 543 */
+ { /* 541 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_n",
@@ -6599,7 +6575,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 544 */
+ { /* 542 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_nc",
@@ -6611,7 +6587,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 545 */
+ { /* 543 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p",
@@ -6623,7 +6599,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 546 */
+ { /* 544 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_i",
@@ -6635,7 +6611,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 547 */
+ { /* 545 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_ic",
@@ -6647,7 +6623,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 548 */
+ { /* 546 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_n",
@@ -6659,7 +6635,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 549 */
+ { /* 547 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_nc",
@@ -6671,7 +6647,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 550 */
+ { /* 548 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_i_i",
@@ -6683,7 +6659,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 551 */
+ { /* 549 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_ic_i",
@@ -6695,7 +6671,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 552 */
+ { /* 550 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_i_ic",
@@ -6707,7 +6683,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 553 */
+ { /* 551 */
/* type PARROT_INLINE_OP, */
"div",
"div_i_ic_ic",
@@ -6719,7 +6695,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 554 */
+ { /* 552 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_n_n",
@@ -6731,7 +6707,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 555 */
+ { /* 553 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_nc_n",
@@ -6743,7 +6719,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 556 */
+ { /* 554 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_n_nc",
@@ -6755,7 +6731,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 557 */
+ { /* 555 */
/* type PARROT_INLINE_OP, */
"div",
"div_n_nc_nc",
@@ -6767,7 +6743,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 558 */
+ { /* 556 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p_p",
@@ -6779,7 +6755,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 559 */
+ { /* 557 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p_i",
@@ -6791,7 +6767,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 560 */
+ { /* 558 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p_ic",
@@ -6803,7 +6779,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 561 */
+ { /* 559 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p_n",
@@ -6815,7 +6791,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 562 */
+ { /* 560 */
/* type PARROT_INLINE_OP, */
"div",
"div_p_p_nc",
@@ -6827,7 +6803,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 563 */
+ { /* 561 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_i_i",
@@ -6839,7 +6815,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 564 */
+ { /* 562 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_i_ic",
@@ -6851,7 +6827,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 565 */
+ { /* 563 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_n_n",
@@ -6863,7 +6839,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 566 */
+ { /* 564 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_n_nc",
@@ -6875,7 +6851,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 567 */
+ { /* 565 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p",
@@ -6887,7 +6863,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 568 */
+ { /* 566 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_i",
@@ -6899,7 +6875,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 569 */
+ { /* 567 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_ic",
@@ -6911,7 +6887,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 570 */
+ { /* 568 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_n",
@@ -6923,7 +6899,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 571 */
+ { /* 569 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_nc",
@@ -6935,7 +6911,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 572 */
+ { /* 570 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_i_i_i",
@@ -6947,7 +6923,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 573 */
+ { /* 571 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_i_ic_i",
@@ -6959,7 +6935,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 574 */
+ { /* 572 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_i_i_ic",
@@ -6971,7 +6947,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 575 */
+ { /* 573 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_n_n_n",
@@ -6983,7 +6959,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 576 */
+ { /* 574 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_n_nc_n",
@@ -6995,7 +6971,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 577 */
+ { /* 575 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_n_n_nc",
@@ -7007,7 +6983,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 578 */
+ { /* 576 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p_p",
@@ -7019,7 +6995,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 579 */
+ { /* 577 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p_i",
@@ -7031,7 +7007,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 580 */
+ { /* 578 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p_ic",
@@ -7043,7 +7019,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 581 */
+ { /* 579 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p_n",
@@ -7055,7 +7031,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 582 */
+ { /* 580 */
/* type PARROT_INLINE_OP, */
"fdiv",
"fdiv_p_p_nc",
@@ -7067,7 +7043,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 583 */
+ { /* 581 */
/* type PARROT_INLINE_OP, */
"ceil",
"ceil_n",
@@ -7079,7 +7055,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 584 */
+ { /* 582 */
/* type PARROT_INLINE_OP, */
"ceil",
"ceil_i_n",
@@ -7091,7 +7067,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 585 */
+ { /* 583 */
/* type PARROT_INLINE_OP, */
"ceil",
"ceil_n_n",
@@ -7103,7 +7079,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 586 */
+ { /* 584 */
/* type PARROT_INLINE_OP, */
"floor",
"floor_n",
@@ -7115,7 +7091,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 587 */
+ { /* 585 */
/* type PARROT_INLINE_OP, */
"floor",
"floor_i_n",
@@ -7127,7 +7103,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 588 */
+ { /* 586 */
/* type PARROT_INLINE_OP, */
"floor",
"floor_n_n",
@@ -7139,7 +7115,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 589 */
+ { /* 587 */
/* type PARROT_INLINE_OP, */
"inc",
"inc_i",
@@ -7151,7 +7127,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 590 */
+ { /* 588 */
/* type PARROT_INLINE_OP, */
"inc",
"inc_n",
@@ -7163,7 +7139,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 591 */
+ { /* 589 */
/* type PARROT_INLINE_OP, */
"inc",
"inc_p",
@@ -7175,7 +7151,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 592 */
+ { /* 590 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_i_i",
@@ -7187,7 +7163,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 593 */
+ { /* 591 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_i_ic",
@@ -7199,7 +7175,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 594 */
+ { /* 592 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_n_n",
@@ -7211,7 +7187,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 595 */
+ { /* 593 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_n_nc",
@@ -7223,7 +7199,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 596 */
+ { /* 594 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p",
@@ -7235,7 +7211,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 597 */
+ { /* 595 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_i",
@@ -7247,7 +7223,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 598 */
+ { /* 596 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_ic",
@@ -7259,7 +7235,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 599 */
+ { /* 597 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_n",
@@ -7271,7 +7247,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 600 */
+ { /* 598 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_nc",
@@ -7283,7 +7259,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 601 */
+ { /* 599 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_i_i_i",
@@ -7295,7 +7271,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 602 */
+ { /* 600 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_i_ic_i",
@@ -7307,7 +7283,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 603 */
+ { /* 601 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_i_i_ic",
@@ -7319,7 +7295,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 604 */
+ { /* 602 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_n_n_n",
@@ -7331,7 +7307,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 605 */
+ { /* 603 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_n_nc_n",
@@ -7343,7 +7319,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 606 */
+ { /* 604 */
/* type PARROT_FUNCTION_OP, */
"mod",
"mod_n_n_nc",
@@ -7355,7 +7331,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 607 */
+ { /* 605 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p_p",
@@ -7367,7 +7343,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 608 */
+ { /* 606 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p_i",
@@ -7379,7 +7355,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 609 */
+ { /* 607 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p_ic",
@@ -7391,7 +7367,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 610 */
+ { /* 608 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p_n",
@@ -7403,7 +7379,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 611 */
+ { /* 609 */
/* type PARROT_INLINE_OP, */
"mod",
"mod_p_p_nc",
@@ -7415,7 +7391,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 612 */
+ { /* 610 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_i_i",
@@ -7427,7 +7403,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 613 */
+ { /* 611 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_i_ic",
@@ -7439,7 +7415,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 614 */
+ { /* 612 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_n_n",
@@ -7451,7 +7427,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 615 */
+ { /* 613 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_n_nc",
@@ -7463,7 +7439,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 616 */
+ { /* 614 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p",
@@ -7475,7 +7451,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 617 */
+ { /* 615 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_i",
@@ -7487,7 +7463,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 618 */
+ { /* 616 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_ic",
@@ -7499,7 +7475,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 619 */
+ { /* 617 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_n",
@@ -7511,7 +7487,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 620 */
+ { /* 618 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_nc",
@@ -7523,7 +7499,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 621 */
+ { /* 619 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_i_i_i",
@@ -7535,7 +7511,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 622 */
+ { /* 620 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_i_ic_i",
@@ -7547,7 +7523,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 623 */
+ { /* 621 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_i_i_ic",
@@ -7559,7 +7535,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 624 */
+ { /* 622 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_n_n_n",
@@ -7571,7 +7547,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 625 */
+ { /* 623 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_n_nc_n",
@@ -7583,7 +7559,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 626 */
+ { /* 624 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_n_n_nc",
@@ -7595,7 +7571,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 627 */
+ { /* 625 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p_p",
@@ -7607,7 +7583,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 628 */
+ { /* 626 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p_i",
@@ -7619,7 +7595,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 629 */
+ { /* 627 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p_ic",
@@ -7631,7 +7607,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 630 */
+ { /* 628 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p_n",
@@ -7643,7 +7619,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 631 */
+ { /* 629 */
/* type PARROT_INLINE_OP, */
"mul",
"mul_p_p_nc",
@@ -7655,7 +7631,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 632 */
+ { /* 630 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_i",
@@ -7667,7 +7643,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 633 */
+ { /* 631 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_n",
@@ -7679,7 +7655,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 634 */
+ { /* 632 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_p",
@@ -7691,7 +7667,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 635 */
+ { /* 633 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_i_i",
@@ -7703,7 +7679,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 636 */
+ { /* 634 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_n_n",
@@ -7715,7 +7691,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 637 */
+ { /* 635 */
/* type PARROT_INLINE_OP, */
"neg",
"neg_p_p",
@@ -7727,7 +7703,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 638 */
+ { /* 636 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_n_n",
@@ -7739,7 +7715,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 639 */
+ { /* 637 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_nc_n",
@@ -7751,7 +7727,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 640 */
+ { /* 638 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_n_nc",
@@ -7763,7 +7739,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 641 */
+ { /* 639 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_p_p_p",
@@ -7775,7 +7751,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 642 */
+ { /* 640 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_p_p_i",
@@ -7787,7 +7763,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 643 */
+ { /* 641 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_p_p_ic",
@@ -7799,7 +7775,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 644 */
+ { /* 642 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_p_p_n",
@@ -7811,7 +7787,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 645 */
+ { /* 643 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_p_p_nc",
@@ -7823,7 +7799,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 646 */
+ { /* 644 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_n_i",
@@ -7835,7 +7811,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 647 */
+ { /* 645 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_nc_i",
@@ -7847,7 +7823,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 648 */
+ { /* 646 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_n_ic",
@@ -7859,7 +7835,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 649 */
+ { /* 647 */
/* type PARROT_INLINE_OP, */
"pow",
"pow_n_nc_ic",
@@ -7871,7 +7847,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 650 */
+ { /* 648 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_i_i",
@@ -7883,7 +7859,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 651 */
+ { /* 649 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_i_ic",
@@ -7895,7 +7871,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 652 */
+ { /* 650 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_n_n",
@@ -7907,7 +7883,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 653 */
+ { /* 651 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_n_nc",
@@ -7919,7 +7895,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 654 */
+ { /* 652 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p",
@@ -7931,7 +7907,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 655 */
+ { /* 653 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_i",
@@ -7943,7 +7919,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 656 */
+ { /* 654 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_ic",
@@ -7955,7 +7931,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 657 */
+ { /* 655 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_n",
@@ -7967,7 +7943,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 658 */
+ { /* 656 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_nc",
@@ -7979,7 +7955,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 659 */
+ { /* 657 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_i_i_i",
@@ -7991,7 +7967,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 660 */
+ { /* 658 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_i_ic_i",
@@ -8003,7 +7979,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 661 */
+ { /* 659 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_i_i_ic",
@@ -8015,7 +7991,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 662 */
+ { /* 660 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_n_n_n",
@@ -8027,7 +8003,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 663 */
+ { /* 661 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_n_nc_n",
@@ -8039,7 +8015,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 664 */
+ { /* 662 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_n_n_nc",
@@ -8051,7 +8027,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 665 */
+ { /* 663 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p_p",
@@ -8063,7 +8039,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 666 */
+ { /* 664 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p_i",
@@ -8075,7 +8051,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 667 */
+ { /* 665 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p_ic",
@@ -8087,7 +8063,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 668 */
+ { /* 666 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p_n",
@@ -8099,7 +8075,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 669 */
+ { /* 667 */
/* type PARROT_INLINE_OP, */
"sub",
"sub_p_p_nc",
@@ -8111,7 +8087,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 670 */
+ { /* 668 */
/* type PARROT_INLINE_OP, */
"sqrt",
"sqrt_n_n",
@@ -8123,7 +8099,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 671 */
+ { /* 669 */
/* type PARROT_INLINE_OP, */
"acos",
"acos_n_n",
@@ -8135,7 +8111,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 672 */
+ { /* 670 */
/* type PARROT_INLINE_OP, */
"asec",
"asec_n_n",
@@ -8147,7 +8123,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 673 */
+ { /* 671 */
/* type PARROT_INLINE_OP, */
"asin",
"asin_n_n",
@@ -8159,7 +8135,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 674 */
+ { /* 672 */
/* type PARROT_INLINE_OP, */
"atan",
"atan_n_n",
@@ -8171,7 +8147,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 675 */
+ { /* 673 */
/* type PARROT_INLINE_OP, */
"atan",
"atan_n_n_n",
@@ -8183,7 +8159,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 676 */
+ { /* 674 */
/* type PARROT_INLINE_OP, */
"atan",
"atan_n_nc_n",
@@ -8195,7 +8171,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 677 */
+ { /* 675 */
/* type PARROT_INLINE_OP, */
"atan",
"atan_n_n_nc",
@@ -8207,7 +8183,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 678 */
+ { /* 676 */
/* type PARROT_INLINE_OP, */
"cos",
"cos_n_n",
@@ -8219,7 +8195,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 679 */
+ { /* 677 */
/* type PARROT_INLINE_OP, */
"cosh",
"cosh_n_n",
@@ -8231,7 +8207,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 680 */
+ { /* 678 */
/* type PARROT_INLINE_OP, */
"exp",
"exp_n_n",
@@ -8243,7 +8219,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 681 */
+ { /* 679 */
/* type PARROT_INLINE_OP, */
"ln",
"ln_n_n",
@@ -8255,7 +8231,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 682 */
+ { /* 680 */
/* type PARROT_INLINE_OP, */
"log10",
"log10_n_n",
@@ -8267,7 +8243,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 683 */
+ { /* 681 */
/* type PARROT_FUNCTION_OP, */
"log2",
"log2_n_n",
@@ -8279,7 +8255,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 684 */
+ { /* 682 */
/* type PARROT_INLINE_OP, */
"sec",
"sec_n_n",
@@ -8291,7 +8267,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 685 */
+ { /* 683 */
/* type PARROT_INLINE_OP, */
"sech",
"sech_n_n",
@@ -8303,7 +8279,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 686 */
+ { /* 684 */
/* type PARROT_INLINE_OP, */
"sin",
"sin_n_n",
@@ -8315,7 +8291,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 687 */
+ { /* 685 */
/* type PARROT_INLINE_OP, */
"sinh",
"sinh_n_n",
@@ -8327,7 +8303,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 688 */
+ { /* 686 */
/* type PARROT_INLINE_OP, */
"tan",
"tan_n_n",
@@ -8339,7 +8315,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 689 */
+ { /* 687 */
/* type PARROT_INLINE_OP, */
"tanh",
"tanh_n_n",
@@ -8351,7 +8327,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 690 */
+ { /* 688 */
/* type PARROT_INLINE_OP, */
"gcd",
"gcd_i_i_i",
@@ -8363,7 +8339,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 691 */
+ { /* 689 */
/* type PARROT_INLINE_OP, */
"gcd",
"gcd_i_ic_i",
@@ -8375,7 +8351,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 692 */
+ { /* 690 */
/* type PARROT_INLINE_OP, */
"gcd",
"gcd_i_i_ic",
@@ -8387,7 +8363,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 693 */
+ { /* 691 */
/* type PARROT_INLINE_OP, */
"lcm",
"lcm_i_i_i",
@@ -8399,7 +8375,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 694 */
+ { /* 692 */
/* type PARROT_INLINE_OP, */
"lcm",
"lcm_i_ic_i",
@@ -8411,7 +8387,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 695 */
+ { /* 693 */
/* type PARROT_INLINE_OP, */
"lcm",
"lcm_i_i_ic",
@@ -8423,7 +8399,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 696 */
+ { /* 694 */
/* type PARROT_INLINE_OP, */
"fact",
"fact_i_i",
@@ -8435,7 +8411,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 697 */
+ { /* 695 */
/* type PARROT_INLINE_OP, */
"fact",
"fact_n_i",
@@ -8447,7 +8423,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 698 */
+ { /* 696 */
/* type PARROT_FUNCTION_OP, */
"callmethodcc",
"callmethodcc_p_s",
@@ -8459,7 +8435,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 699 */
+ { /* 697 */
/* type PARROT_FUNCTION_OP, */
"callmethodcc",
"callmethodcc_p_sc",
@@ -8471,7 +8447,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 700 */
+ { /* 698 */
/* type PARROT_FUNCTION_OP, */
"callmethodcc",
"callmethodcc_p_p",
@@ -8483,7 +8459,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 701 */
+ { /* 699 */
/* type PARROT_FUNCTION_OP, */
"callmethod",
"callmethod_p_s_p",
@@ -8495,7 +8471,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 702 */
+ { /* 700 */
/* type PARROT_FUNCTION_OP, */
"callmethod",
"callmethod_p_sc_p",
@@ -8507,7 +8483,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 703 */
+ { /* 701 */
/* type PARROT_FUNCTION_OP, */
"callmethod",
"callmethod_p_p_p",
@@ -8519,7 +8495,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 704 */
+ { /* 702 */
/* type PARROT_FUNCTION_OP, */
"tailcallmethod",
"tailcallmethod_p_s",
@@ -8531,7 +8507,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 705 */
+ { /* 703 */
/* type PARROT_FUNCTION_OP, */
"tailcallmethod",
"tailcallmethod_p_sc",
@@ -8543,7 +8519,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 706 */
+ { /* 704 */
/* type PARROT_FUNCTION_OP, */
"tailcallmethod",
"tailcallmethod_p_p",
@@ -8555,7 +8531,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 707 */
+ { /* 705 */
/* type PARROT_INLINE_OP, */
"addmethod",
"addmethod_p_s_p",
@@ -8567,7 +8543,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 708 */
+ { /* 706 */
/* type PARROT_INLINE_OP, */
"addmethod",
"addmethod_p_sc_p",
@@ -8579,7 +8555,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 709 */
+ { /* 707 */
/* type PARROT_INLINE_OP, */
"can",
"can_i_p_s",
@@ -8591,7 +8567,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 710 */
+ { /* 708 */
/* type PARROT_INLINE_OP, */
"can",
"can_i_p_sc",
@@ -8603,7 +8579,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 711 */
+ { /* 709 */
/* type PARROT_INLINE_OP, */
"does",
"does_i_p_s",
@@ -8615,7 +8591,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 712 */
+ { /* 710 */
/* type PARROT_INLINE_OP, */
"does",
"does_i_p_sc",
@@ -8627,7 +8603,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 713 */
+ { /* 711 */
/* type PARROT_INLINE_OP, */
"does",
"does_i_p_p",
@@ -8639,7 +8615,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 714 */
+ { /* 712 */
/* type PARROT_INLINE_OP, */
"does",
"does_i_p_pc",
@@ -8651,7 +8627,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 715 */
+ { /* 713 */
/* type PARROT_INLINE_OP, */
"isa",
"isa_i_p_s",
@@ -8663,7 +8639,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 716 */
+ { /* 714 */
/* type PARROT_INLINE_OP, */
"isa",
"isa_i_p_sc",
@@ -8675,7 +8651,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 717 */
+ { /* 715 */
/* type PARROT_INLINE_OP, */
"isa",
"isa_i_p_p",
@@ -8687,7 +8663,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 718 */
+ { /* 716 */
/* type PARROT_INLINE_OP, */
"isa",
"isa_i_p_pc",
@@ -8699,7 +8675,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 719 */
+ { /* 717 */
/* type PARROT_INLINE_OP, */
"newclass",
"newclass_p_s",
@@ -8711,7 +8687,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 720 */
+ { /* 718 */
/* type PARROT_INLINE_OP, */
"newclass",
"newclass_p_sc",
@@ -8723,7 +8699,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 721 */
+ { /* 719 */
/* type PARROT_INLINE_OP, */
"newclass",
"newclass_p_p",
@@ -8735,7 +8711,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 722 */
+ { /* 720 */
/* type PARROT_INLINE_OP, */
"newclass",
"newclass_p_pc",
@@ -8747,7 +8723,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 723 */
+ { /* 721 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_p",
@@ -8759,7 +8735,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 724 */
+ { /* 722 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_pc",
@@ -8771,7 +8747,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 725 */
+ { /* 723 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_p_s",
@@ -8783,7 +8759,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 726 */
+ { /* 724 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_pc_s",
@@ -8795,7 +8771,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 727 */
+ { /* 725 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_p_sc",
@@ -8807,7 +8783,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 728 */
+ { /* 726 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_pc_sc",
@@ -8819,7 +8795,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 729 */
+ { /* 727 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_p_p",
@@ -8831,7 +8807,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 730 */
+ { /* 728 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_pc_p",
@@ -8843,7 +8819,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 731 */
+ { /* 729 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_p_pc",
@@ -8855,7 +8831,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 732 */
+ { /* 730 */
/* type PARROT_INLINE_OP, */
"subclass",
"subclass_p_pc_pc",
@@ -8867,7 +8843,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 733 */
+ { /* 731 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_s",
@@ -8879,7 +8855,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 734 */
+ { /* 732 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_sc",
@@ -8891,7 +8867,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 735 */
+ { /* 733 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_s_s",
@@ -8903,7 +8879,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 736 */
+ { /* 734 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_sc_s",
@@ -8915,7 +8891,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 737 */
+ { /* 735 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_s_sc",
@@ -8927,7 +8903,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 738 */
+ { /* 736 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_sc_sc",
@@ -8939,7 +8915,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 739 */
+ { /* 737 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_s_p",
@@ -8951,7 +8927,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 740 */
+ { /* 738 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_sc_p",
@@ -8963,7 +8939,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 741 */
+ { /* 739 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_s_pc",
@@ -8975,7 +8951,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 742 */
+ { /* 740 */
/* type PARROT_FUNCTION_OP, */
"subclass",
"subclass_p_sc_pc",
@@ -8987,7 +8963,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 743 */
+ { /* 741 */
/* type PARROT_INLINE_OP, */
"get_class",
"get_class_p_s",
@@ -8999,7 +8975,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 744 */
+ { /* 742 */
/* type PARROT_INLINE_OP, */
"get_class",
"get_class_p_sc",
@@ -9011,7 +8987,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 745 */
+ { /* 743 */
/* type PARROT_INLINE_OP, */
"get_class",
"get_class_p_p",
@@ -9023,7 +8999,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 746 */
+ { /* 744 */
/* type PARROT_INLINE_OP, */
"get_class",
"get_class_p_pc",
@@ -9035,7 +9011,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 747 */
+ { /* 745 */
/* type PARROT_INLINE_OP, */
"class",
"class_p_p",
@@ -9047,7 +9023,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 748 */
+ { /* 746 */
/* type PARROT_INLINE_OP, */
"addparent",
"addparent_p_p",
@@ -9059,7 +9035,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 749 */
+ { /* 747 */
/* type PARROT_INLINE_OP, */
"removeparent",
"removeparent_p_p",
@@ -9071,7 +9047,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 750 */
+ { /* 748 */
/* type PARROT_INLINE_OP, */
"addrole",
"addrole_p_p",
@@ -9083,7 +9059,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 751 */
+ { /* 749 */
/* type PARROT_INLINE_OP, */
"addattribute",
"addattribute_p_s",
@@ -9095,7 +9071,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 752 */
+ { /* 750 */
/* type PARROT_INLINE_OP, */
"addattribute",
"addattribute_p_sc",
@@ -9107,7 +9083,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 753 */
+ { /* 751 */
/* type PARROT_FUNCTION_OP, */
"removeattribute",
"removeattribute_p_s",
@@ -9119,7 +9095,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 754 */
+ { /* 752 */
/* type PARROT_FUNCTION_OP, */
"removeattribute",
"removeattribute_p_sc",
@@ -9131,7 +9107,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 755 */
+ { /* 753 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_s",
@@ -9143,7 +9119,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 756 */
+ { /* 754 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_sc",
@@ -9155,7 +9131,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 757 */
+ { /* 755 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_p_s",
@@ -9167,7 +9143,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 758 */
+ { /* 756 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_pc_s",
@@ -9179,7 +9155,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 759 */
+ { /* 757 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_p_sc",
@@ -9191,7 +9167,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 760 */
+ { /* 758 */
/* type PARROT_INLINE_OP, */
"getattribute",
"getattribute_p_p_pc_sc",
@@ -9203,7 +9179,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 761 */
+ { /* 759 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_s_p",
@@ -9215,7 +9191,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 762 */
+ { /* 760 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_sc_p",
@@ -9227,7 +9203,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 763 */
+ { /* 761 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_p_s_p",
@@ -9239,7 +9215,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 764 */
+ { /* 762 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_pc_s_p",
@@ -9251,7 +9227,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 765 */
+ { /* 763 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_p_sc_p",
@@ -9263,7 +9239,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 766 */
+ { /* 764 */
/* type PARROT_INLINE_OP, */
"setattribute",
"setattribute_p_pc_sc_p",
@@ -9275,7 +9251,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 767 */
+ { /* 765 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_p",
@@ -9287,7 +9263,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 768 */
+ { /* 766 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_pc",
@@ -9299,7 +9275,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 769 */
+ { /* 767 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_p_s",
@@ -9311,7 +9287,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 770 */
+ { /* 768 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_pc_s",
@@ -9323,7 +9299,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 771 */
+ { /* 769 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_p_sc",
@@ -9335,7 +9311,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 772 */
+ { /* 770 */
/* type PARROT_INLINE_OP, */
"inspect",
"inspect_p_pc_sc",
@@ -9347,7 +9323,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 773 */
+ { /* 771 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_s",
@@ -9359,7 +9335,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 774 */
+ { /* 772 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_sc",
@@ -9371,7 +9347,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 775 */
+ { /* 773 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_s_p",
@@ -9383,7 +9359,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 776 */
+ { /* 774 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_sc_p",
@@ -9395,7 +9371,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 777 */
+ { /* 775 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_s_pc",
@@ -9407,7 +9383,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 778 */
+ { /* 776 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_sc_pc",
@@ -9419,7 +9395,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 779 */
+ { /* 777 */
/* type PARROT_INLINE_OP, */
"new",
"new_p_p",
@@ -9431,7 +9407,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 780 */
+ { /* 778 */
/* type PARROT_INLINE_OP, */
"new",
"new_p_pc",
@@ -9443,7 +9419,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 781 */
+ { /* 779 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_p_p",
@@ -9455,7 +9431,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 782 */
+ { /* 780 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_pc_p",
@@ -9467,7 +9443,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 783 */
+ { /* 781 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_p_pc",
@@ -9479,7 +9455,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 784 */
+ { /* 782 */
/* type PARROT_FUNCTION_OP, */
"new",
"new_p_pc_pc",
@@ -9491,7 +9467,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 785 */
+ { /* 783 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_p",
@@ -9503,7 +9479,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 786 */
+ { /* 784 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_pc",
@@ -9515,7 +9491,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 787 */
+ { /* 785 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_p_p",
@@ -9527,7 +9503,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 788 */
+ { /* 786 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_pc_p",
@@ -9539,7 +9515,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 789 */
+ { /* 787 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_p_pc",
@@ -9551,7 +9527,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 790 */
+ { /* 788 */
/* type PARROT_FUNCTION_OP, */
"root_new",
"root_new_p_pc_pc",
@@ -9563,7 +9539,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 791 */
+ { /* 789 */
/* type PARROT_INLINE_OP, */
"typeof",
"typeof_s_p",
@@ -9575,7 +9551,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 792 */
+ { /* 790 */
/* type PARROT_INLINE_OP, */
"typeof",
"typeof_p_p",
@@ -9587,7 +9563,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 793 */
+ { /* 791 */
/* type PARROT_FUNCTION_OP, */
"get_repr",
"get_repr_s_p",
@@ -9599,7 +9575,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 794 */
+ { /* 792 */
/* type PARROT_FUNCTION_OP, */
"find_method",
"find_method_p_p_s",
@@ -9611,7 +9587,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 795 */
+ { /* 793 */
/* type PARROT_FUNCTION_OP, */
"find_method",
"find_method_p_p_sc",
@@ -9623,7 +9599,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 796 */
+ { /* 794 */
/* type PARROT_INLINE_OP, */
"defined",
"defined_i_p",
@@ -9635,7 +9611,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 797 */
+ { /* 795 */
/* type PARROT_INLINE_OP, */
"defined",
"defined_i_p_ki",
@@ -9647,7 +9623,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 798 */
+ { /* 796 */
/* type PARROT_INLINE_OP, */
"defined",
"defined_i_p_kic",
@@ -9659,7 +9635,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 799 */
+ { /* 797 */
/* type PARROT_INLINE_OP, */
"defined",
"defined_i_p_k",
@@ -9671,7 +9647,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 800 */
+ { /* 798 */
/* type PARROT_INLINE_OP, */
"defined",
"defined_i_p_kc",
@@ -9683,7 +9659,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 801 */
+ { /* 799 */
/* type PARROT_INLINE_OP, */
"exists",
"exists_i_p_ki",
@@ -9695,7 +9671,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 802 */
+ { /* 800 */
/* type PARROT_INLINE_OP, */
"exists",
"exists_i_p_kic",
@@ -9707,7 +9683,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 803 */
+ { /* 801 */
/* type PARROT_INLINE_OP, */
"exists",
"exists_i_p_k",
@@ -9719,7 +9695,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 804 */
+ { /* 802 */
/* type PARROT_INLINE_OP, */
"exists",
"exists_i_p_kc",
@@ -9731,7 +9707,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 805 */
+ { /* 803 */
/* type PARROT_INLINE_OP, */
"delete",
"delete_p_k",
@@ -9743,7 +9719,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 806 */
+ { /* 804 */
/* type PARROT_INLINE_OP, */
"delete",
"delete_p_kc",
@@ -9755,7 +9731,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 807 */
+ { /* 805 */
/* type PARROT_INLINE_OP, */
"delete",
"delete_p_ki",
@@ -9767,7 +9743,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 808 */
+ { /* 806 */
/* type PARROT_INLINE_OP, */
"delete",
"delete_p_kic",
@@ -9779,7 +9755,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 809 */
+ { /* 807 */
/* type PARROT_INLINE_OP, */
"elements",
"elements_i_p",
@@ -9791,7 +9767,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 810 */
+ { /* 808 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_i",
@@ -9803,7 +9779,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 811 */
+ { /* 809 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_ic",
@@ -9815,7 +9791,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 812 */
+ { /* 810 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_n",
@@ -9827,7 +9803,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 813 */
+ { /* 811 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_nc",
@@ -9839,7 +9815,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 814 */
+ { /* 812 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_s",
@@ -9851,7 +9827,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 815 */
+ { /* 813 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_sc",
@@ -9863,7 +9839,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 816 */
+ { /* 814 */
/* type PARROT_INLINE_OP, */
"push",
"push_p_p",
@@ -9875,7 +9851,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 817 */
+ { /* 815 */
/* type PARROT_INLINE_OP, */
"pop",
"pop_i_p",
@@ -9887,7 +9863,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 818 */
+ { /* 816 */
/* type PARROT_INLINE_OP, */
"pop",
"pop_n_p",
@@ -9899,7 +9875,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 819 */
+ { /* 817 */
/* type PARROT_INLINE_OP, */
"pop",
"pop_s_p",
@@ -9911,7 +9887,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 820 */
+ { /* 818 */
/* type PARROT_INLINE_OP, */
"pop",
"pop_p_p",
@@ -9923,7 +9899,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 821 */
+ { /* 819 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_i",
@@ -9935,7 +9911,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 822 */
+ { /* 820 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_ic",
@@ -9947,7 +9923,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 823 */
+ { /* 821 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_n",
@@ -9959,7 +9935,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 824 */
+ { /* 822 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_nc",
@@ -9971,7 +9947,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 825 */
+ { /* 823 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_s",
@@ -9983,7 +9959,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 826 */
+ { /* 824 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_sc",
@@ -9995,7 +9971,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 827 */
+ { /* 825 */
/* type PARROT_INLINE_OP, */
"unshift",
"unshift_p_p",
@@ -10007,7 +9983,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 828 */
+ { /* 826 */
/* type PARROT_INLINE_OP, */
"shift",
"shift_i_p",
@@ -10019,7 +9995,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 829 */
+ { /* 827 */
/* type PARROT_INLINE_OP, */
"shift",
"shift_n_p",
@@ -10031,7 +10007,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 830 */
+ { /* 828 */
/* type PARROT_INLINE_OP, */
"shift",
"shift_s_p",
@@ -10043,7 +10019,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 831 */
+ { /* 829 */
/* type PARROT_INLINE_OP, */
"shift",
"shift_p_p",
@@ -10055,7 +10031,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 832 */
+ { /* 830 */
/* type PARROT_INLINE_OP, */
"splice",
"splice_p_p_i_i",
@@ -10067,7 +10043,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 833 */
+ { /* 831 */
/* type PARROT_INLINE_OP, */
"splice",
"splice_p_p_ic_i",
@@ -10079,7 +10055,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 834 */
+ { /* 832 */
/* type PARROT_INLINE_OP, */
"splice",
"splice_p_p_i_ic",
@@ -10091,7 +10067,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 835 */
+ { /* 833 */
/* type PARROT_INLINE_OP, */
"splice",
"splice_p_p_ic_ic",
@@ -10103,7 +10079,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 836 */
+ { /* 834 */
/* type PARROT_FUNCTION_OP, */
"setprop",
"setprop_p_s_p",
@@ -10115,7 +10091,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 837 */
+ { /* 835 */
/* type PARROT_FUNCTION_OP, */
"setprop",
"setprop_p_sc_p",
@@ -10127,7 +10103,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 838 */
+ { /* 836 */
/* type PARROT_FUNCTION_OP, */
"getprop",
"getprop_p_s_p",
@@ -10139,7 +10115,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 839 */
+ { /* 837 */
/* type PARROT_FUNCTION_OP, */
"getprop",
"getprop_p_sc_p",
@@ -10151,7 +10127,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 840 */
+ { /* 838 */
/* type PARROT_FUNCTION_OP, */
"delprop",
"delprop_p_s",
@@ -10163,7 +10139,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 841 */
+ { /* 839 */
/* type PARROT_FUNCTION_OP, */
"delprop",
"delprop_p_sc",
@@ -10175,7 +10151,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 842 */
+ { /* 840 */
/* type PARROT_FUNCTION_OP, */
"prophash",
"prophash_p_p",
@@ -10187,7 +10163,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 843 */
+ { /* 841 */
/* type PARROT_FUNCTION_OP, */
"freeze",
"freeze_s_p",
@@ -10199,7 +10175,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 844 */
+ { /* 842 */
/* type PARROT_FUNCTION_OP, */
"thaw",
"thaw_p_s",
@@ -10211,7 +10187,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 845 */
+ { /* 843 */
/* type PARROT_FUNCTION_OP, */
"thaw",
"thaw_p_sc",
@@ -10223,7 +10199,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 846 */
+ { /* 844 */
/* type PARROT_INLINE_OP, */
"add_multi",
"add_multi_s_s_p",
@@ -10235,7 +10211,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 847 */
+ { /* 845 */
/* type PARROT_INLINE_OP, */
"add_multi",
"add_multi_sc_s_p",
@@ -10247,7 +10223,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 848 */
+ { /* 846 */
/* type PARROT_INLINE_OP, */
"add_multi",
"add_multi_s_sc_p",
@@ -10259,7 +10235,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 849 */
+ { /* 847 */
/* type PARROT_INLINE_OP, */
"add_multi",
"add_multi_sc_sc_p",
@@ -10271,7 +10247,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 850 */
+ { /* 848 */
/* type PARROT_INLINE_OP, */
"find_multi",
"find_multi_p_s_s",
@@ -10283,7 +10259,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 851 */
+ { /* 849 */
/* type PARROT_INLINE_OP, */
"find_multi",
"find_multi_p_sc_s",
@@ -10295,7 +10271,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 852 */
+ { /* 850 */
/* type PARROT_INLINE_OP, */
"find_multi",
"find_multi_p_s_sc",
@@ -10307,7 +10283,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 853 */
+ { /* 851 */
/* type PARROT_INLINE_OP, */
"find_multi",
"find_multi_p_sc_sc",
@@ -10319,7 +10295,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 854 */
+ { /* 852 */
/* type PARROT_FUNCTION_OP, */
"register",
"register_p",
@@ -10331,7 +10307,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 855 */
+ { /* 853 */
/* type PARROT_FUNCTION_OP, */
"unregister",
"unregister_p",
@@ -10343,7 +10319,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 856 */
+ { /* 854 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_i",
@@ -10355,7 +10331,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 857 */
+ { /* 855 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_ic",
@@ -10367,7 +10343,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 858 */
+ { /* 856 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_n",
@@ -10379,7 +10355,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 859 */
+ { /* 857 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_nc",
@@ -10391,7 +10367,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 860 */
+ { /* 858 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_s",
@@ -10403,7 +10379,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 861 */
+ { /* 859 */
/* type PARROT_FUNCTION_OP, */
"box",
"box_p_sc",
@@ -10415,7 +10391,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 862 */
+ { /* 860 */
/* type PARROT_INLINE_OP, */
"iter",
"iter_p_p",
@@ -10427,7 +10403,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 863 */
+ { /* 861 */
/* type PARROT_INLINE_OP, */
"morph",
"morph_p_p",
@@ -10439,7 +10415,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 864 */
+ { /* 862 */
/* type PARROT_INLINE_OP, */
"morph",
"morph_p_pc",
@@ -10451,7 +10427,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 865 */
+ { /* 863 */
/* type PARROT_INLINE_OP, */
"clone",
"clone_s_s",
@@ -10463,7 +10439,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 866 */
+ { /* 864 */
/* type PARROT_INLINE_OP, */
"clone",
"clone_s_sc",
@@ -10475,7 +10451,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 867 */
+ { /* 865 */
/* type PARROT_FUNCTION_OP, */
"exchange",
"exchange_i_i",
@@ -10487,7 +10463,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_INOUT },
{ 0, 0 }
},
- { /* 868 */
+ { /* 866 */
/* type PARROT_FUNCTION_OP, */
"exchange",
"exchange_p_p",
@@ -10499,7 +10475,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_INOUT },
{ 0, 0 }
},
- { /* 869 */
+ { /* 867 */
/* type PARROT_FUNCTION_OP, */
"exchange",
"exchange_n_n",
@@ -10511,7 +10487,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_INOUT },
{ 0, 0 }
},
- { /* 870 */
+ { /* 868 */
/* type PARROT_FUNCTION_OP, */
"exchange",
"exchange_s_s",
@@ -10523,7 +10499,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_INOUT },
{ 0, 0 }
},
- { /* 871 */
+ { /* 869 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_i",
@@ -10535,7 +10511,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 872 */
+ { /* 870 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_ic",
@@ -10547,7 +10523,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 873 */
+ { /* 871 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_n",
@@ -10559,7 +10535,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 874 */
+ { /* 872 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_nc",
@@ -10571,7 +10547,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 875 */
+ { /* 873 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_s",
@@ -10583,7 +10559,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 876 */
+ { /* 874 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_sc",
@@ -10595,7 +10571,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 877 */
+ { /* 875 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_n",
@@ -10607,7 +10583,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 878 */
+ { /* 876 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_nc",
@@ -10619,7 +10595,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 879 */
+ { /* 877 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_i",
@@ -10631,7 +10607,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 880 */
+ { /* 878 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_ic",
@@ -10643,7 +10619,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 881 */
+ { /* 879 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_s",
@@ -10655,7 +10631,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 882 */
+ { /* 880 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_sc",
@@ -10667,7 +10643,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 883 */
+ { /* 881 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_p",
@@ -10679,7 +10655,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 884 */
+ { /* 882 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_p",
@@ -10691,7 +10667,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 885 */
+ { /* 883 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_s",
@@ -10703,7 +10679,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 886 */
+ { /* 884 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_sc",
@@ -10715,7 +10691,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 887 */
+ { /* 885 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_i",
@@ -10727,7 +10703,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 888 */
+ { /* 886 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_ic",
@@ -10739,7 +10715,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 889 */
+ { /* 887 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_n",
@@ -10751,7 +10727,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 890 */
+ { /* 888 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_nc",
@@ -10763,7 +10739,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 891 */
+ { /* 889 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_pc",
@@ -10775,7 +10751,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 892 */
+ { /* 890 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_p",
@@ -10787,7 +10763,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 893 */
+ { /* 891 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_i",
@@ -10799,7 +10775,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 894 */
+ { /* 892 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ic",
@@ -10811,7 +10787,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 895 */
+ { /* 893 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_n",
@@ -10823,7 +10799,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 896 */
+ { /* 894 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_nc",
@@ -10835,7 +10811,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 897 */
+ { /* 895 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_s",
@@ -10847,7 +10823,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 898 */
+ { /* 896 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_sc",
@@ -10859,7 +10835,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 899 */
+ { /* 897 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_p",
@@ -10871,7 +10847,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 900 */
+ { /* 898 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_p",
@@ -10883,7 +10859,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 901 */
+ { /* 899 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_i",
@@ -10895,7 +10871,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 902 */
+ { /* 900 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_ic",
@@ -10907,7 +10883,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 903 */
+ { /* 901 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_n",
@@ -10919,7 +10895,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 904 */
+ { /* 902 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_nc",
@@ -10931,7 +10907,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 905 */
+ { /* 903 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_s",
@@ -10943,7 +10919,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 906 */
+ { /* 904 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_p_sc",
@@ -10955,7 +10931,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 907 */
+ { /* 905 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_s_s",
@@ -10967,7 +10943,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 908 */
+ { /* 906 */
/* type PARROT_INLINE_OP, */
"assign",
"assign_s_sc",
@@ -10979,7 +10955,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 909 */
+ { /* 907 */
/* type PARROT_INLINE_OP, */
"setref",
"setref_p_p",
@@ -10991,7 +10967,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 910 */
+ { /* 908 */
/* type PARROT_INLINE_OP, */
"deref",
"deref_p_p",
@@ -11003,7 +10979,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 911 */
+ { /* 909 */
/* type PARROT_INLINE_OP, */
"setp_ind",
"setp_ind_i_p",
@@ -11015,7 +10991,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 912 */
+ { /* 910 */
/* type PARROT_INLINE_OP, */
"setp_ind",
"setp_ind_ic_p",
@@ -11027,7 +11003,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 913 */
+ { /* 911 */
/* type PARROT_INLINE_OP, */
"setn_ind",
"setn_ind_i_n",
@@ -11039,7 +11015,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 914 */
+ { /* 912 */
/* type PARROT_INLINE_OP, */
"setn_ind",
"setn_ind_ic_n",
@@ -11051,7 +11027,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 915 */
+ { /* 913 */
/* type PARROT_INLINE_OP, */
"setn_ind",
"setn_ind_i_nc",
@@ -11063,7 +11039,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 916 */
+ { /* 914 */
/* type PARROT_INLINE_OP, */
"setn_ind",
"setn_ind_ic_nc",
@@ -11075,7 +11051,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 917 */
+ { /* 915 */
/* type PARROT_INLINE_OP, */
"sets_ind",
"sets_ind_i_s",
@@ -11087,7 +11063,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 918 */
+ { /* 916 */
/* type PARROT_INLINE_OP, */
"sets_ind",
"sets_ind_ic_s",
@@ -11099,7 +11075,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 919 */
+ { /* 917 */
/* type PARROT_INLINE_OP, */
"sets_ind",
"sets_ind_i_sc",
@@ -11111,7 +11087,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 920 */
+ { /* 918 */
/* type PARROT_INLINE_OP, */
"sets_ind",
"sets_ind_ic_sc",
@@ -11123,7 +11099,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 921 */
+ { /* 919 */
/* type PARROT_INLINE_OP, */
"seti_ind",
"seti_ind_i_i",
@@ -11135,7 +11111,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 922 */
+ { /* 920 */
/* type PARROT_INLINE_OP, */
"seti_ind",
"seti_ind_ic_i",
@@ -11147,7 +11123,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 923 */
+ { /* 921 */
/* type PARROT_INLINE_OP, */
"seti_ind",
"seti_ind_i_ic",
@@ -11159,7 +11135,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 924 */
+ { /* 922 */
/* type PARROT_INLINE_OP, */
"seti_ind",
"seti_ind_ic_ic",
@@ -11171,7 +11147,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 925 */
+ { /* 923 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_i",
@@ -11183,7 +11159,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 926 */
+ { /* 924 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_i",
@@ -11195,7 +11171,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 927 */
+ { /* 925 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_ic",
@@ -11207,7 +11183,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 928 */
+ { /* 926 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_ic",
@@ -11219,7 +11195,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 929 */
+ { /* 927 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_n",
@@ -11231,7 +11207,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 930 */
+ { /* 928 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_n",
@@ -11243,7 +11219,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 931 */
+ { /* 929 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_nc",
@@ -11255,7 +11231,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 932 */
+ { /* 930 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_nc",
@@ -11267,7 +11243,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 933 */
+ { /* 931 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_s",
@@ -11279,7 +11255,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 934 */
+ { /* 932 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_s",
@@ -11291,7 +11267,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 935 */
+ { /* 933 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_sc",
@@ -11303,7 +11279,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 936 */
+ { /* 934 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_sc",
@@ -11315,7 +11291,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 937 */
+ { /* 935 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_ki_p",
@@ -11327,7 +11303,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 938 */
+ { /* 936 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kic_p",
@@ -11339,7 +11315,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 939 */
+ { /* 937 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_p_ki",
@@ -11351,7 +11327,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 940 */
+ { /* 938 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_p_kic",
@@ -11363,7 +11339,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 941 */
+ { /* 939 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_p_ki",
@@ -11375,7 +11351,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 942 */
+ { /* 940 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_p_kic",
@@ -11387,7 +11363,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 943 */
+ { /* 941 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_p_ki",
@@ -11399,7 +11375,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 944 */
+ { /* 942 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_p_kic",
@@ -11411,7 +11387,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 945 */
+ { /* 943 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_p_ki",
@@ -11423,7 +11399,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 946 */
+ { /* 944 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_p_kic",
@@ -11435,7 +11411,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 947 */
+ { /* 945 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_i",
@@ -11447,7 +11423,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 948 */
+ { /* 946 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_i",
@@ -11459,7 +11435,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 949 */
+ { /* 947 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_ic",
@@ -11471,7 +11447,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 950 */
+ { /* 948 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_ic",
@@ -11483,7 +11459,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 951 */
+ { /* 949 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_n",
@@ -11495,7 +11471,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 952 */
+ { /* 950 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_n",
@@ -11507,7 +11483,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 953 */
+ { /* 951 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_nc",
@@ -11519,7 +11495,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 954 */
+ { /* 952 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_nc",
@@ -11531,7 +11507,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 955 */
+ { /* 953 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_s",
@@ -11543,7 +11519,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 956 */
+ { /* 954 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_s",
@@ -11555,7 +11531,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 957 */
+ { /* 955 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_sc",
@@ -11567,7 +11543,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 958 */
+ { /* 956 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_sc",
@@ -11579,7 +11555,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 959 */
+ { /* 957 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_k_p",
@@ -11591,7 +11567,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 960 */
+ { /* 958 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_kc_p",
@@ -11603,7 +11579,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 961 */
+ { /* 959 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_p_k",
@@ -11615,7 +11591,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 962 */
+ { /* 960 */
/* type PARROT_INLINE_OP, */
"set",
"set_i_p_kc",
@@ -11627,7 +11603,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 963 */
+ { /* 961 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_p_k",
@@ -11639,7 +11615,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 964 */
+ { /* 962 */
/* type PARROT_INLINE_OP, */
"set",
"set_n_p_kc",
@@ -11651,7 +11627,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 965 */
+ { /* 963 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_p_k",
@@ -11663,7 +11639,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 966 */
+ { /* 964 */
/* type PARROT_INLINE_OP, */
"set",
"set_s_p_kc",
@@ -11675,7 +11651,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 967 */
+ { /* 965 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_p_k",
@@ -11687,7 +11663,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 968 */
+ { /* 966 */
/* type PARROT_INLINE_OP, */
"set",
"set_p_p_kc",
@@ -11699,7 +11675,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 969 */
+ { /* 967 */
/* type PARROT_INLINE_OP, */
"clone",
"clone_p_p",
@@ -11711,7 +11687,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 970 */
+ { /* 968 */
/* type PARROT_INLINE_OP, */
"clone",
"clone_p_p_p",
@@ -11723,7 +11699,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 971 */
+ { /* 969 */
/* type PARROT_INLINE_OP, */
"clone",
"clone_p_p_pc",
@@ -11735,7 +11711,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 972 */
+ { /* 970 */
/* type PARROT_INLINE_OP, */
"copy",
"copy_p_p",
@@ -11747,7 +11723,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 973 */
+ { /* 971 */
/* type PARROT_INLINE_OP, */
"null",
"null_s",
@@ -11759,7 +11735,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 974 */
+ { /* 972 */
/* type PARROT_INLINE_OP, */
"null",
"null_i",
@@ -11771,7 +11747,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 975 */
+ { /* 973 */
/* type PARROT_INLINE_OP, */
"null",
"null_p",
@@ -11783,7 +11759,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 976 */
+ { /* 974 */
/* type PARROT_INLINE_OP, */
"null",
"null_n",
@@ -11795,7 +11771,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 977 */
+ { /* 975 */
/* type PARROT_INLINE_OP, */
"cleari",
"cleari",
@@ -11807,7 +11783,7 @@
{ (arg_dir_t) 0 },
{ 0 }
},
- { /* 978 */
+ { /* 976 */
/* type PARROT_INLINE_OP, */
"clearn",
"clearn",
@@ -11819,7 +11795,7 @@
{ (arg_dir_t) 0 },
{ 0 }
},
- { /* 979 */
+ { /* 977 */
/* type PARROT_INLINE_OP, */
"clears",
"clears",
@@ -11831,7 +11807,7 @@
{ (arg_dir_t) 0 },
{ 0 }
},
- { /* 980 */
+ { /* 978 */
/* type PARROT_INLINE_OP, */
"clearp",
"clearp",
@@ -11843,7 +11819,7 @@
{ (arg_dir_t) 0 },
{ 0 }
},
- { /* 981 */
+ { /* 979 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_s",
@@ -11855,7 +11831,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 982 */
+ { /* 980 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_sc",
@@ -11867,7 +11843,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 983 */
+ { /* 981 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_s_i",
@@ -11879,7 +11855,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 984 */
+ { /* 982 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_sc_i",
@@ -11891,7 +11867,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 985 */
+ { /* 983 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_s_ic",
@@ -11903,7 +11879,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 986 */
+ { /* 984 */
/* type PARROT_INLINE_OP, */
"ord",
"ord_i_sc_ic",
@@ -11915,7 +11891,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 987 */
+ { /* 985 */
/* type PARROT_INLINE_OP, */
"chr",
"chr_s_i",
@@ -11927,7 +11903,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 988 */
+ { /* 986 */
/* type PARROT_INLINE_OP, */
"chr",
"chr_s_ic",
@@ -11939,7 +11915,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 989 */
+ { /* 987 */
/* type PARROT_INLINE_OP, */
"chopn",
"chopn_s_s_i",
@@ -11951,7 +11927,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 990 */
+ { /* 988 */
/* type PARROT_INLINE_OP, */
"chopn",
"chopn_s_sc_i",
@@ -11963,7 +11939,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 991 */
+ { /* 989 */
/* type PARROT_INLINE_OP, */
"chopn",
"chopn_s_s_ic",
@@ -11975,7 +11951,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 992 */
+ { /* 990 */
/* type PARROT_INLINE_OP, */
"chopn",
"chopn_s_sc_ic",
@@ -11987,7 +11963,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 993 */
+ { /* 991 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_s_s",
@@ -11999,7 +11975,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 994 */
+ { /* 992 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_s_sc",
@@ -12011,7 +11987,7 @@
{ PARROT_ARGDIR_INOUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 995 */
+ { /* 993 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_p",
@@ -12023,7 +11999,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 996 */
+ { /* 994 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_s",
@@ -12035,7 +12011,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 997 */
+ { /* 995 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_sc",
@@ -12047,7 +12023,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 998 */
+ { /* 996 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_s_s_s",
@@ -12059,7 +12035,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 999 */
+ { /* 997 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_s_sc_s",
@@ -12071,7 +12047,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1000 */
+ { /* 998 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_s_s_sc",
@@ -12083,7 +12059,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1001 */
+ { /* 999 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_p_s",
@@ -12095,7 +12071,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1002 */
+ { /* 1000 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_p_sc",
@@ -12107,7 +12083,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1003 */
+ { /* 1001 */
/* type PARROT_INLINE_OP, */
"concat",
"concat_p_p_p",
@@ -12119,7 +12095,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1004 */
+ { /* 1002 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_s_s_i",
@@ -12131,7 +12107,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1005 */
+ { /* 1003 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_s_sc_i",
@@ -12143,7 +12119,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1006 */
+ { /* 1004 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_s_s_ic",
@@ -12155,7 +12131,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1007 */
+ { /* 1005 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_s_sc_ic",
@@ -12167,7 +12143,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1008 */
+ { /* 1006 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_p_i",
@@ -12179,7 +12155,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1009 */
+ { /* 1007 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_p_ic",
@@ -12191,7 +12167,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1010 */
+ { /* 1008 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_p_p",
@@ -12203,7 +12179,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1011 */
+ { /* 1009 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_i",
@@ -12215,7 +12191,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1012 */
+ { /* 1010 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_ic",
@@ -12227,7 +12203,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1013 */
+ { /* 1011 */
/* type PARROT_INLINE_OP, */
"repeat",
"repeat_p_p",
@@ -12239,7 +12215,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1014 */
+ { /* 1012 */
/* type PARROT_INLINE_OP, */
"length",
"length_i_s",
@@ -12251,7 +12227,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1015 */
+ { /* 1013 */
/* type PARROT_INLINE_OP, */
"length",
"length_i_sc",
@@ -12263,7 +12239,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1016 */
+ { /* 1014 */
/* type PARROT_INLINE_OP, */
"bytelength",
"bytelength_i_s",
@@ -12275,7 +12251,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1017 */
+ { /* 1015 */
/* type PARROT_INLINE_OP, */
"bytelength",
"bytelength_i_sc",
@@ -12287,7 +12263,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1018 */
+ { /* 1016 */
/* type PARROT_FUNCTION_OP, */
"pin",
"pin_s",
@@ -12299,7 +12275,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 1019 */
+ { /* 1017 */
/* type PARROT_FUNCTION_OP, */
"unpin",
"unpin_s",
@@ -12311,7 +12287,7 @@
{ PARROT_ARGDIR_INOUT },
{ 0 }
},
- { /* 1020 */
+ { /* 1018 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_i",
@@ -12323,7 +12299,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1021 */
+ { /* 1019 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_i",
@@ -12335,7 +12311,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1022 */
+ { /* 1020 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_ic",
@@ -12347,7 +12323,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1023 */
+ { /* 1021 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_ic",
@@ -12359,7 +12335,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1024 */
+ { /* 1022 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_i_i",
@@ -12371,7 +12347,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1025 */
+ { /* 1023 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_i_i",
@@ -12383,7 +12359,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1026 */
+ { /* 1024 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_ic_i",
@@ -12395,7 +12371,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1027 */
+ { /* 1025 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_ic_i",
@@ -12407,7 +12383,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1028 */
+ { /* 1026 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_i_ic",
@@ -12419,7 +12395,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1029 */
+ { /* 1027 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_i_ic",
@@ -12431,7 +12407,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1030 */
+ { /* 1028 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_s_ic_ic",
@@ -12443,7 +12419,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1031 */
+ { /* 1029 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_sc_ic_ic",
@@ -12455,7 +12431,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1032 */
+ { /* 1030 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_p_i_i",
@@ -12467,7 +12443,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1033 */
+ { /* 1031 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_p_ic_i",
@@ -12479,7 +12455,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1034 */
+ { /* 1032 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_p_i_ic",
@@ -12491,7 +12467,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1035 */
+ { /* 1033 */
/* type PARROT_INLINE_OP, */
"substr",
"substr_s_p_ic_ic",
@@ -12503,7 +12479,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1036 */
+ { /* 1034 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_i_i_s",
@@ -12515,7 +12491,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1037 */
+ { /* 1035 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_i_i_s",
@@ -12527,7 +12503,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1038 */
+ { /* 1036 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_ic_i_s",
@@ -12539,7 +12515,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1039 */
+ { /* 1037 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_ic_i_s",
@@ -12551,7 +12527,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1040 */
+ { /* 1038 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_i_ic_s",
@@ -12563,7 +12539,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1041 */
+ { /* 1039 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_i_ic_s",
@@ -12575,7 +12551,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1042 */
+ { /* 1040 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_ic_ic_s",
@@ -12587,7 +12563,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1043 */
+ { /* 1041 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_ic_ic_s",
@@ -12599,7 +12575,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1044 */
+ { /* 1042 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_i_i_sc",
@@ -12611,7 +12587,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1045 */
+ { /* 1043 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_i_i_sc",
@@ -12623,7 +12599,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1046 */
+ { /* 1044 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_ic_i_sc",
@@ -12635,7 +12611,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1047 */
+ { /* 1045 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_ic_i_sc",
@@ -12647,7 +12623,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1048 */
+ { /* 1046 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_i_ic_sc",
@@ -12659,7 +12635,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1049 */
+ { /* 1047 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_i_ic_sc",
@@ -12671,7 +12647,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1050 */
+ { /* 1048 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_s_ic_ic_sc",
@@ -12683,7 +12659,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1051 */
+ { /* 1049 */
/* type PARROT_INLINE_OP, */
"replace",
"replace_s_sc_ic_ic_sc",
@@ -12695,7 +12671,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1052 */
+ { /* 1050 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_s",
@@ -12707,7 +12683,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1053 */
+ { /* 1051 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_s",
@@ -12719,7 +12695,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1054 */
+ { /* 1052 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_sc",
@@ -12731,7 +12707,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1055 */
+ { /* 1053 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_sc",
@@ -12743,7 +12719,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1056 */
+ { /* 1054 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_s_i",
@@ -12755,7 +12731,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1057 */
+ { /* 1055 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_s_i",
@@ -12767,7 +12743,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1058 */
+ { /* 1056 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_sc_i",
@@ -12779,7 +12755,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1059 */
+ { /* 1057 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_sc_i",
@@ -12791,7 +12767,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1060 */
+ { /* 1058 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_s_ic",
@@ -12803,7 +12779,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1061 */
+ { /* 1059 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_s_ic",
@@ -12815,7 +12791,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1062 */
+ { /* 1060 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_s_sc_ic",
@@ -12827,7 +12803,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1063 */
+ { /* 1061 */
/* type PARROT_INLINE_OP, */
"index",
"index_i_sc_sc_ic",
@@ -12839,7 +12815,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1064 */
+ { /* 1062 */
/* type PARROT_INLINE_OP, */
"sprintf",
"sprintf_s_s_p",
@@ -12851,7 +12827,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1065 */
+ { /* 1063 */
/* type PARROT_INLINE_OP, */
"sprintf",
"sprintf_s_sc_p",
@@ -12863,7 +12839,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1066 */
+ { /* 1064 */
/* type PARROT_INLINE_OP, */
"sprintf",
"sprintf_p_p_p",
@@ -12875,7 +12851,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1067 */
+ { /* 1065 */
/* type PARROT_INLINE_OP, */
"new",
"new_s",
@@ -12887,7 +12863,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1068 */
+ { /* 1066 */
/* type PARROT_INLINE_OP, */
"new",
"new_s_i",
@@ -12899,7 +12875,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1069 */
+ { /* 1067 */
/* type PARROT_INLINE_OP, */
"new",
"new_s_ic",
@@ -12911,7 +12887,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1070 */
+ { /* 1068 */
/* type PARROT_INLINE_OP, */
"stringinfo",
"stringinfo_i_s_i",
@@ -12923,7 +12899,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1071 */
+ { /* 1069 */
/* type PARROT_INLINE_OP, */
"stringinfo",
"stringinfo_i_sc_i",
@@ -12935,7 +12911,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1072 */
+ { /* 1070 */
/* type PARROT_INLINE_OP, */
"stringinfo",
"stringinfo_i_s_ic",
@@ -12947,7 +12923,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1073 */
+ { /* 1071 */
/* type PARROT_INLINE_OP, */
"stringinfo",
"stringinfo_i_sc_ic",
@@ -12959,7 +12935,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1074 */
+ { /* 1072 */
/* type PARROT_INLINE_OP, */
"upcase",
"upcase_s_s",
@@ -12971,7 +12947,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1075 */
+ { /* 1073 */
/* type PARROT_INLINE_OP, */
"upcase",
"upcase_s_sc",
@@ -12983,7 +12959,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1076 */
+ { /* 1074 */
/* type PARROT_INLINE_OP, */
"downcase",
"downcase_s_s",
@@ -12995,7 +12971,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1077 */
+ { /* 1075 */
/* type PARROT_INLINE_OP, */
"downcase",
"downcase_s_sc",
@@ -13007,7 +12983,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1078 */
+ { /* 1076 */
/* type PARROT_INLINE_OP, */
"titlecase",
"titlecase_s_s",
@@ -13019,7 +12995,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1079 */
+ { /* 1077 */
/* type PARROT_INLINE_OP, */
"titlecase",
"titlecase_s_sc",
@@ -13031,7 +13007,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1080 */
+ { /* 1078 */
/* type PARROT_FUNCTION_OP, */
"join",
"join_s_s_p",
@@ -13043,7 +13019,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1081 */
+ { /* 1079 */
/* type PARROT_FUNCTION_OP, */
"join",
"join_s_sc_p",
@@ -13055,7 +13031,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1082 */
+ { /* 1080 */
/* type PARROT_FUNCTION_OP, */
"split",
"split_p_s_s",
@@ -13067,7 +13043,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1083 */
+ { /* 1081 */
/* type PARROT_FUNCTION_OP, */
"split",
"split_p_sc_s",
@@ -13079,7 +13055,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1084 */
+ { /* 1082 */
/* type PARROT_FUNCTION_OP, */
"split",
"split_p_s_sc",
@@ -13091,7 +13067,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1085 */
+ { /* 1083 */
/* type PARROT_FUNCTION_OP, */
"split",
"split_p_sc_sc",
@@ -13103,7 +13079,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1086 */
+ { /* 1084 */
/* type PARROT_FUNCTION_OP, */
"charset",
"charset_i_s",
@@ -13115,7 +13091,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1087 */
+ { /* 1085 */
/* type PARROT_FUNCTION_OP, */
"charset",
"charset_i_sc",
@@ -13127,7 +13103,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1088 */
+ { /* 1086 */
/* type PARROT_FUNCTION_OP, */
"charsetname",
"charsetname_s_i",
@@ -13139,7 +13115,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1089 */
+ { /* 1087 */
/* type PARROT_FUNCTION_OP, */
"charsetname",
"charsetname_s_ic",
@@ -13151,7 +13127,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1090 */
+ { /* 1088 */
/* type PARROT_FUNCTION_OP, */
"find_charset",
"find_charset_i_s",
@@ -13163,7 +13139,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1091 */
+ { /* 1089 */
/* type PARROT_FUNCTION_OP, */
"find_charset",
"find_charset_i_sc",
@@ -13175,7 +13151,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1092 */
+ { /* 1090 */
/* type PARROT_FUNCTION_OP, */
"trans_charset",
"trans_charset_s_s_i",
@@ -13187,7 +13163,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1093 */
+ { /* 1091 */
/* type PARROT_FUNCTION_OP, */
"trans_charset",
"trans_charset_s_sc_i",
@@ -13199,7 +13175,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1094 */
+ { /* 1092 */
/* type PARROT_FUNCTION_OP, */
"trans_charset",
"trans_charset_s_s_ic",
@@ -13211,7 +13187,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1095 */
+ { /* 1093 */
/* type PARROT_FUNCTION_OP, */
"trans_charset",
"trans_charset_s_sc_ic",
@@ -13223,7 +13199,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1096 */
+ { /* 1094 */
/* type PARROT_FUNCTION_OP, */
"encoding",
"encoding_i_s",
@@ -13235,7 +13211,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1097 */
+ { /* 1095 */
/* type PARROT_FUNCTION_OP, */
"encoding",
"encoding_i_sc",
@@ -13247,7 +13223,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1098 */
+ { /* 1096 */
/* type PARROT_FUNCTION_OP, */
"encodingname",
"encodingname_s_i",
@@ -13259,7 +13235,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1099 */
+ { /* 1097 */
/* type PARROT_FUNCTION_OP, */
"encodingname",
"encodingname_s_ic",
@@ -13271,7 +13247,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1100 */
+ { /* 1098 */
/* type PARROT_FUNCTION_OP, */
"find_encoding",
"find_encoding_i_s",
@@ -13283,7 +13259,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1101 */
+ { /* 1099 */
/* type PARROT_FUNCTION_OP, */
"find_encoding",
"find_encoding_i_sc",
@@ -13295,7 +13271,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1102 */
+ { /* 1100 */
/* type PARROT_FUNCTION_OP, */
"trans_encoding",
"trans_encoding_s_s_i",
@@ -13307,7 +13283,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1103 */
+ { /* 1101 */
/* type PARROT_FUNCTION_OP, */
"trans_encoding",
"trans_encoding_s_sc_i",
@@ -13319,7 +13295,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1104 */
+ { /* 1102 */
/* type PARROT_FUNCTION_OP, */
"trans_encoding",
"trans_encoding_s_s_ic",
@@ -13331,7 +13307,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1105 */
+ { /* 1103 */
/* type PARROT_FUNCTION_OP, */
"trans_encoding",
"trans_encoding_s_sc_ic",
@@ -13343,7 +13319,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1106 */
+ { /* 1104 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_i_s_i",
@@ -13355,7 +13331,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1107 */
+ { /* 1105 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_ic_s_i",
@@ -13367,7 +13343,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1108 */
+ { /* 1106 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_i_sc_i",
@@ -13379,7 +13355,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1109 */
+ { /* 1107 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_ic_sc_i",
@@ -13391,7 +13367,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1110 */
+ { /* 1108 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_i_s_ic",
@@ -13403,7 +13379,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1111 */
+ { /* 1109 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_ic_s_ic",
@@ -13415,7 +13391,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1112 */
+ { /* 1110 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_i_sc_ic",
@@ -13427,7 +13403,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1113 */
+ { /* 1111 */
/* type PARROT_INLINE_OP, */
"is_cclass",
"is_cclass_i_ic_sc_ic",
@@ -13439,7 +13415,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0 }
},
- { /* 1114 */
+ { /* 1112 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_s_i_i",
@@ -13451,7 +13427,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1115 */
+ { /* 1113 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_s_i_i",
@@ -13463,7 +13439,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1116 */
+ { /* 1114 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_sc_i_i",
@@ -13475,7 +13451,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1117 */
+ { /* 1115 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_sc_i_i",
@@ -13487,7 +13463,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1118 */
+ { /* 1116 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_s_ic_i",
@@ -13499,7 +13475,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1119 */
+ { /* 1117 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_s_ic_i",
@@ -13511,7 +13487,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1120 */
+ { /* 1118 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_sc_ic_i",
@@ -13523,7 +13499,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1121 */
+ { /* 1119 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_sc_ic_i",
@@ -13535,7 +13511,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1122 */
+ { /* 1120 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_s_i_ic",
@@ -13547,7 +13523,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1123 */
+ { /* 1121 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_s_i_ic",
@@ -13559,7 +13535,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1124 */
+ { /* 1122 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_sc_i_ic",
@@ -13571,7 +13547,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1125 */
+ { /* 1123 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_sc_i_ic",
@@ -13583,7 +13559,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1126 */
+ { /* 1124 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_s_ic_ic",
@@ -13595,7 +13571,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1127 */
+ { /* 1125 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_s_ic_ic",
@@ -13607,7 +13583,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1128 */
+ { /* 1126 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_i_sc_ic_ic",
@@ -13619,7 +13595,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1129 */
+ { /* 1127 */
/* type PARROT_INLINE_OP, */
"find_cclass",
"find_cclass_i_ic_sc_ic_ic",
@@ -13631,7 +13607,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1130 */
+ { /* 1128 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_s_i_i",
@@ -13643,7 +13619,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1131 */
+ { /* 1129 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_s_i_i",
@@ -13655,7 +13631,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1132 */
+ { /* 1130 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_sc_i_i",
@@ -13667,7 +13643,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1133 */
+ { /* 1131 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_sc_i_i",
@@ -13679,7 +13655,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1134 */
+ { /* 1132 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_s_ic_i",
@@ -13691,7 +13667,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1135 */
+ { /* 1133 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_s_ic_i",
@@ -13703,7 +13679,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1136 */
+ { /* 1134 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_sc_ic_i",
@@ -13715,7 +13691,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1137 */
+ { /* 1135 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_sc_ic_i",
@@ -13727,7 +13703,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1138 */
+ { /* 1136 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_s_i_ic",
@@ -13739,7 +13715,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1139 */
+ { /* 1137 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_s_i_ic",
@@ -13751,7 +13727,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1140 */
+ { /* 1138 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_sc_i_ic",
@@ -13763,7 +13739,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1141 */
+ { /* 1139 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_sc_i_ic",
@@ -13775,7 +13751,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1142 */
+ { /* 1140 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_s_ic_ic",
@@ -13787,7 +13763,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1143 */
+ { /* 1141 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_s_ic_ic",
@@ -13799,7 +13775,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1144 */
+ { /* 1142 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_i_sc_ic_ic",
@@ -13811,7 +13787,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1145 */
+ { /* 1143 */
/* type PARROT_INLINE_OP, */
"find_not_cclass",
"find_not_cclass_i_ic_sc_ic_ic",
@@ -13823,7 +13799,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0, 0, 0 }
},
- { /* 1146 */
+ { /* 1144 */
/* type PARROT_FUNCTION_OP, */
"escape",
"escape_s_s",
@@ -13835,7 +13811,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1147 */
+ { /* 1145 */
/* type PARROT_FUNCTION_OP, */
"compose",
"compose_s_s",
@@ -13847,7 +13823,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1148 */
+ { /* 1146 */
/* type PARROT_FUNCTION_OP, */
"compose",
"compose_s_sc",
@@ -13859,7 +13835,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1149 */
+ { /* 1147 */
/* type PARROT_INLINE_OP, */
"spawnw",
"spawnw_i_s",
@@ -13871,7 +13847,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1150 */
+ { /* 1148 */
/* type PARROT_INLINE_OP, */
"spawnw",
"spawnw_i_sc",
@@ -13883,7 +13859,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1151 */
+ { /* 1149 */
/* type PARROT_INLINE_OP, */
"spawnw",
"spawnw_i_p",
@@ -13895,7 +13871,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1152 */
+ { /* 1150 */
/* type PARROT_INLINE_OP, */
"err",
"err_i",
@@ -13907,7 +13883,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1153 */
+ { /* 1151 */
/* type PARROT_FUNCTION_OP, */
"err",
"err_s",
@@ -13919,7 +13895,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1154 */
+ { /* 1152 */
/* type PARROT_FUNCTION_OP, */
"err",
"err_s_i",
@@ -13931,7 +13907,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1155 */
+ { /* 1153 */
/* type PARROT_FUNCTION_OP, */
"err",
"err_s_ic",
@@ -13943,7 +13919,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1156 */
+ { /* 1154 */
/* type PARROT_INLINE_OP, */
"time",
"time_i",
@@ -13955,7 +13931,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1157 */
+ { /* 1155 */
/* type PARROT_INLINE_OP, */
"time",
"time_n",
@@ -13967,7 +13943,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1158 */
+ { /* 1156 */
/* type PARROT_FUNCTION_OP, */
"gmtime",
"gmtime_s_i",
@@ -13979,7 +13955,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1159 */
+ { /* 1157 */
/* type PARROT_FUNCTION_OP, */
"gmtime",
"gmtime_s_ic",
@@ -13991,7 +13967,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1160 */
+ { /* 1158 */
/* type PARROT_FUNCTION_OP, */
"localtime",
"localtime_s_i",
@@ -14003,7 +13979,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1161 */
+ { /* 1159 */
/* type PARROT_FUNCTION_OP, */
"localtime",
"localtime_s_ic",
@@ -14015,7 +13991,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1162 */
+ { /* 1160 */
/* type PARROT_FUNCTION_OP, */
"decodetime",
"decodetime_p_i",
@@ -14027,7 +14003,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1163 */
+ { /* 1161 */
/* type PARROT_FUNCTION_OP, */
"decodetime",
"decodetime_p_ic",
@@ -14039,7 +14015,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1164 */
+ { /* 1162 */
/* type PARROT_FUNCTION_OP, */
"decodelocaltime",
"decodelocaltime_p_i",
@@ -14051,7 +14027,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1165 */
+ { /* 1163 */
/* type PARROT_FUNCTION_OP, */
"decodelocaltime",
"decodelocaltime_p_ic",
@@ -14063,7 +14039,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1166 */
+ { /* 1164 */
/* type PARROT_INLINE_OP, */
"sysinfo",
"sysinfo_s_i",
@@ -14075,7 +14051,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1167 */
+ { /* 1165 */
/* type PARROT_INLINE_OP, */
"sysinfo",
"sysinfo_s_ic",
@@ -14087,7 +14063,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1168 */
+ { /* 1166 */
/* type PARROT_INLINE_OP, */
"sysinfo",
"sysinfo_i_i",
@@ -14099,7 +14075,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1169 */
+ { /* 1167 */
/* type PARROT_INLINE_OP, */
"sysinfo",
"sysinfo_i_ic",
@@ -14111,7 +14087,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1170 */
+ { /* 1168 */
/* type PARROT_INLINE_OP, */
"sleep",
"sleep_i",
@@ -14123,7 +14099,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 1171 */
+ { /* 1169 */
/* type PARROT_INLINE_OP, */
"sleep",
"sleep_ic",
@@ -14135,7 +14111,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 1172 */
+ { /* 1170 */
/* type PARROT_INLINE_OP, */
"sleep",
"sleep_n",
@@ -14147,7 +14123,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 1173 */
+ { /* 1171 */
/* type PARROT_INLINE_OP, */
"sleep",
"sleep_nc",
@@ -14159,7 +14135,7 @@
{ PARROT_ARGDIR_IN },
{ 0 }
},
- { /* 1174 */
+ { /* 1172 */
/* type PARROT_INLINE_OP, */
"sizeof",
"sizeof_i_i",
@@ -14171,7 +14147,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1175 */
+ { /* 1173 */
/* type PARROT_INLINE_OP, */
"sizeof",
"sizeof_i_ic",
@@ -14183,7 +14159,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1176 */
+ { /* 1174 */
/* type PARROT_FUNCTION_OP, */
"store_lex",
"store_lex_s_p",
@@ -14195,7 +14171,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1177 */
+ { /* 1175 */
/* type PARROT_FUNCTION_OP, */
"store_lex",
"store_lex_sc_p",
@@ -14207,7 +14183,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1178 */
+ { /* 1176 */
/* type PARROT_FUNCTION_OP, */
"store_dynamic_lex",
"store_dynamic_lex_s_p",
@@ -14219,7 +14195,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1179 */
+ { /* 1177 */
/* type PARROT_FUNCTION_OP, */
"store_dynamic_lex",
"store_dynamic_lex_sc_p",
@@ -14231,7 +14207,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1180 */
+ { /* 1178 */
/* type PARROT_FUNCTION_OP, */
"find_lex",
"find_lex_p_s",
@@ -14243,7 +14219,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1181 */
+ { /* 1179 */
/* type PARROT_FUNCTION_OP, */
"find_lex",
"find_lex_p_sc",
@@ -14255,7 +14231,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1182 */
+ { /* 1180 */
/* type PARROT_FUNCTION_OP, */
"find_dynamic_lex",
"find_dynamic_lex_p_s",
@@ -14267,7 +14243,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1183 */
+ { /* 1181 */
/* type PARROT_FUNCTION_OP, */
"find_dynamic_lex",
"find_dynamic_lex_p_sc",
@@ -14279,7 +14255,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1184 */
+ { /* 1182 */
/* type PARROT_FUNCTION_OP, */
"find_caller_lex",
"find_caller_lex_p_s",
@@ -14291,7 +14267,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1185 */
+ { /* 1183 */
/* type PARROT_FUNCTION_OP, */
"find_caller_lex",
"find_caller_lex_p_sc",
@@ -14303,7 +14279,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1186 */
+ { /* 1184 */
/* type PARROT_FUNCTION_OP, */
"get_namespace",
"get_namespace_p",
@@ -14315,7 +14291,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1187 */
+ { /* 1185 */
/* type PARROT_FUNCTION_OP, */
"get_namespace",
"get_namespace_p_p",
@@ -14327,7 +14303,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1188 */
+ { /* 1186 */
/* type PARROT_FUNCTION_OP, */
"get_namespace",
"get_namespace_p_pc",
@@ -14339,7 +14315,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1189 */
+ { /* 1187 */
/* type PARROT_FUNCTION_OP, */
"get_hll_namespace",
"get_hll_namespace_p",
@@ -14351,7 +14327,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1190 */
+ { /* 1188 */
/* type PARROT_FUNCTION_OP, */
"get_hll_namespace",
"get_hll_namespace_p_p",
@@ -14363,7 +14339,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1191 */
+ { /* 1189 */
/* type PARROT_FUNCTION_OP, */
"get_hll_namespace",
"get_hll_namespace_p_pc",
@@ -14375,7 +14351,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1192 */
+ { /* 1190 */
/* type PARROT_FUNCTION_OP, */
"get_root_namespace",
"get_root_namespace_p",
@@ -14387,7 +14363,7 @@
{ PARROT_ARGDIR_OUT },
{ 0 }
},
- { /* 1193 */
+ { /* 1191 */
/* type PARROT_FUNCTION_OP, */
"get_root_namespace",
"get_root_namespace_p_p",
@@ -14399,7 +14375,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1194 */
+ { /* 1192 */
/* type PARROT_FUNCTION_OP, */
"get_root_namespace",
"get_root_namespace_p_pc",
@@ -14411,7 +14387,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1195 */
+ { /* 1193 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_s",
@@ -14423,7 +14399,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1196 */
+ { /* 1194 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_sc",
@@ -14435,7 +14411,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1197 */
+ { /* 1195 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_p_s",
@@ -14447,7 +14423,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1198 */
+ { /* 1196 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_pc_s",
@@ -14459,7 +14435,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1199 */
+ { /* 1197 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_p_sc",
@@ -14471,7 +14447,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1200 */
+ { /* 1198 */
/* type PARROT_FUNCTION_OP, */
"get_global",
"get_global_p_pc_sc",
@@ -14483,7 +14459,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1201 */
+ { /* 1199 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_s",
@@ -14495,7 +14471,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1202 */
+ { /* 1200 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_sc",
@@ -14507,7 +14483,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1203 */
+ { /* 1201 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_p_s",
@@ -14519,7 +14495,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1204 */
+ { /* 1202 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_pc_s",
@@ -14531,7 +14507,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1205 */
+ { /* 1203 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_p_sc",
@@ -14543,7 +14519,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1206 */
+ { /* 1204 */
/* type PARROT_FUNCTION_OP, */
"get_hll_global",
"get_hll_global_p_pc_sc",
@@ -14555,7 +14531,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1207 */
+ { /* 1205 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_s",
@@ -14567,7 +14543,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1208 */
+ { /* 1206 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_sc",
@@ -14579,7 +14555,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1209 */
+ { /* 1207 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_p_s",
@@ -14591,7 +14567,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1210 */
+ { /* 1208 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_pc_s",
@@ -14603,7 +14579,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1211 */
+ { /* 1209 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_p_sc",
@@ -14615,7 +14591,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1212 */
+ { /* 1210 */
/* type PARROT_FUNCTION_OP, */
"get_root_global",
"get_root_global_p_pc_sc",
@@ -14627,7 +14603,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1213 */
+ { /* 1211 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_s_p",
@@ -14639,7 +14615,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1214 */
+ { /* 1212 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_sc_p",
@@ -14651,7 +14627,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1215 */
+ { /* 1213 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_p_s_p",
@@ -14663,7 +14639,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1216 */
+ { /* 1214 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_pc_s_p",
@@ -14675,7 +14651,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1217 */
+ { /* 1215 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_p_sc_p",
@@ -14687,7 +14663,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1218 */
+ { /* 1216 */
/* type PARROT_FUNCTION_OP, */
"set_global",
"set_global_pc_sc_p",
@@ -14699,7 +14675,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1219 */
+ { /* 1217 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_s_p",
@@ -14711,7 +14687,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1220 */
+ { /* 1218 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_sc_p",
@@ -14723,7 +14699,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1221 */
+ { /* 1219 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_p_s_p",
@@ -14735,7 +14711,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1222 */
+ { /* 1220 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_pc_s_p",
@@ -14747,7 +14723,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1223 */
+ { /* 1221 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_p_sc_p",
@@ -14759,7 +14735,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1224 */
+ { /* 1222 */
/* type PARROT_FUNCTION_OP, */
"set_hll_global",
"set_hll_global_pc_sc_p",
@@ -14771,7 +14747,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1225 */
+ { /* 1223 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_s_p",
@@ -14783,7 +14759,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1226 */
+ { /* 1224 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_sc_p",
@@ -14795,7 +14771,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1227 */
+ { /* 1225 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_p_s_p",
@@ -14807,7 +14783,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1228 */
+ { /* 1226 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_pc_s_p",
@@ -14819,7 +14795,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1229 */
+ { /* 1227 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_p_sc_p",
@@ -14831,7 +14807,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1230 */
+ { /* 1228 */
/* type PARROT_FUNCTION_OP, */
"set_root_global",
"set_root_global_pc_sc_p",
@@ -14843,7 +14819,7 @@
{ PARROT_ARGDIR_IN, PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
{ 0, 0, 0 }
},
- { /* 1231 */
+ { /* 1229 */
/* type PARROT_FUNCTION_OP, */
"find_name",
"find_name_p_s",
@@ -14855,7 +14831,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1232 */
+ { /* 1230 */
/* type PARROT_FUNCTION_OP, */
"find_name",
"find_name_p_sc",
@@ -14867,7 +14843,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1233 */
+ { /* 1231 */
/* type PARROT_INLINE_OP, */
"find_sub_not_null",
"find_sub_not_null_p_s",
@@ -14879,7 +14855,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1234 */
+ { /* 1232 */
/* type PARROT_INLINE_OP, */
"find_sub_not_null",
"find_sub_not_null_p_sc",
@@ -14891,7 +14867,7 @@
{ PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
{ 0, 0 }
},
- { /* 1235 */
+ { /* 1233 */
/* type PARROT_FUNCTION_OP, */
"trap",
"trap",
@@ -14903,6 +14879,30 @@
{ (arg_dir_t) 0 },
{ 0 }
},
+ { /* 1234 */
+ /* type PARROT_INLINE_OP, */
+ "set_label",
+ "set_label_p_ic",
+ "Parrot_set_label_p_ic",
+ /* "", body */
+ 0,
+ 3,
+ { PARROT_ARG_P, PARROT_ARG_IC },
+ { PARROT_ARGDIR_IN, PARROT_ARGDIR_IN },
+ { 0, 1 }
+ },
+ { /* 1235 */
+ /* type PARROT_INLINE_OP, */
+ "get_label",
+ "get_label_i_p",
+ "Parrot_get_label_i_p",
+ /* "", body */
+ 0,
+ 3,
+ { PARROT_ARG_I, PARROT_ARG_P },
+ { PARROT_ARGDIR_OUT, PARROT_ARGDIR_IN },
+ { 0, 0 }
+ },
{ /* 1236 */
/* type PARROT_INLINE_OP, */
"fetch",
@@ -16058,817 +16058,817 @@
Parrot_backtrace, /* 422 */
Parrot_getline_i, /* 423 */
Parrot_getfile_s, /* 424 */
- Parrot_set_label_p_ic, /* 425 */
- Parrot_get_label_i_p, /* 426 */
- Parrot_close_p, /* 427 */
- Parrot_fdopen_p_i_s, /* 428 */
- Parrot_fdopen_p_ic_s, /* 429 */
- Parrot_fdopen_p_i_sc, /* 430 */
- Parrot_fdopen_p_ic_sc, /* 431 */
- Parrot_getstdin_p, /* 432 */
- Parrot_getstdout_p, /* 433 */
- Parrot_getstderr_p, /* 434 */
- Parrot_setstdin_p, /* 435 */
- Parrot_setstdout_p, /* 436 */
- Parrot_setstderr_p, /* 437 */
- Parrot_open_p_s_s, /* 438 */
- Parrot_open_p_sc_s, /* 439 */
- Parrot_open_p_s_sc, /* 440 */
- Parrot_open_p_sc_sc, /* 441 */
- Parrot_open_p_s, /* 442 */
- Parrot_open_p_sc, /* 443 */
- Parrot_print_i, /* 444 */
- Parrot_print_ic, /* 445 */
- Parrot_print_n, /* 446 */
- Parrot_print_nc, /* 447 */
- Parrot_print_s, /* 448 */
- Parrot_print_sc, /* 449 */
- Parrot_print_p, /* 450 */
- Parrot_say_i, /* 451 */
- Parrot_say_ic, /* 452 */
- Parrot_say_n, /* 453 */
- Parrot_say_nc, /* 454 */
- Parrot_say_s, /* 455 */
- Parrot_say_sc, /* 456 */
- Parrot_say_p, /* 457 */
- Parrot_printerr_i, /* 458 */
- Parrot_printerr_ic, /* 459 */
- Parrot_printerr_n, /* 460 */
- Parrot_printerr_nc, /* 461 */
- Parrot_printerr_s, /* 462 */
- Parrot_printerr_sc, /* 463 */
- Parrot_printerr_p, /* 464 */
- Parrot_print_p_i, /* 465 */
- Parrot_print_p_ic, /* 466 */
- Parrot_print_p_n, /* 467 */
- Parrot_print_p_nc, /* 468 */
- Parrot_print_p_s, /* 469 */
- Parrot_print_p_sc, /* 470 */
- Parrot_print_p_p, /* 471 */
- Parrot_read_s_i, /* 472 */
- Parrot_read_s_ic, /* 473 */
- Parrot_read_s_p_i, /* 474 */
- Parrot_read_s_p_ic, /* 475 */
- Parrot_readline_s_p, /* 476 */
- Parrot_peek_s, /* 477 */
- Parrot_peek_s_p, /* 478 */
- Parrot_stat_i_s_i, /* 479 */
- Parrot_stat_i_sc_i, /* 480 */
- Parrot_stat_i_s_ic, /* 481 */
- Parrot_stat_i_sc_ic, /* 482 */
- Parrot_stat_i_i_i, /* 483 */
- Parrot_stat_i_ic_i, /* 484 */
- Parrot_stat_i_i_ic, /* 485 */
- Parrot_stat_i_ic_ic, /* 486 */
- Parrot_seek_p_i_i, /* 487 */
- Parrot_seek_p_ic_i, /* 488 */
- Parrot_seek_p_i_ic, /* 489 */
- Parrot_seek_p_ic_ic, /* 490 */
- Parrot_seek_p_i_i_i, /* 491 */
- Parrot_seek_p_ic_i_i, /* 492 */
- Parrot_seek_p_i_ic_i, /* 493 */
- Parrot_seek_p_ic_ic_i, /* 494 */
- Parrot_seek_p_i_i_ic, /* 495 */
- Parrot_seek_p_ic_i_ic, /* 496 */
- Parrot_seek_p_i_ic_ic, /* 497 */
- Parrot_seek_p_ic_ic_ic, /* 498 */
- Parrot_tell_i_p, /* 499 */
- Parrot_tell_i_i_p, /* 500 */
- Parrot_abs_i, /* 501 */
- Parrot_abs_n, /* 502 */
- Parrot_abs_i_i, /* 503 */
- Parrot_abs_n_n, /* 504 */
- Parrot_abs_p, /* 505 */
- Parrot_abs_p_p, /* 506 */
- Parrot_add_i_i, /* 507 */
- Parrot_add_i_ic, /* 508 */
- Parrot_add_n_n, /* 509 */
- Parrot_add_n_nc, /* 510 */
- Parrot_add_p_p, /* 511 */
- Parrot_add_p_i, /* 512 */
- Parrot_add_p_ic, /* 513 */
- Parrot_add_p_n, /* 514 */
- Parrot_add_p_nc, /* 515 */
- Parrot_add_i_i_i, /* 516 */
- Parrot_add_i_ic_i, /* 517 */
- Parrot_add_i_i_ic, /* 518 */
- Parrot_add_n_n_n, /* 519 */
- Parrot_add_n_nc_n, /* 520 */
- Parrot_add_n_n_nc, /* 521 */
- Parrot_add_p_p_p, /* 522 */
- Parrot_add_p_p_i, /* 523 */
- Parrot_add_p_p_ic, /* 524 */
- Parrot_add_p_p_n, /* 525 */
- Parrot_add_p_p_nc, /* 526 */
- Parrot_cmod_i_i_i, /* 527 */
- Parrot_cmod_i_ic_i, /* 528 */
- Parrot_cmod_i_i_ic, /* 529 */
- Parrot_cmod_p_p_i, /* 530 */
- Parrot_cmod_p_p_ic, /* 531 */
- Parrot_cmod_p_p_p, /* 532 */
- Parrot_cmod_n_n_n, /* 533 */
- Parrot_cmod_n_nc_n, /* 534 */
- Parrot_cmod_n_n_nc, /* 535 */
- Parrot_cmod_p_p_n, /* 536 */
- Parrot_cmod_p_p_nc, /* 537 */
- Parrot_dec_i, /* 538 */
- Parrot_dec_n, /* 539 */
- Parrot_dec_p, /* 540 */
- Parrot_div_i_i, /* 541 */
- Parrot_div_i_ic, /* 542 */
- Parrot_div_n_n, /* 543 */
- Parrot_div_n_nc, /* 544 */
- Parrot_div_p_p, /* 545 */
- Parrot_div_p_i, /* 546 */
- Parrot_div_p_ic, /* 547 */
- Parrot_div_p_n, /* 548 */
- Parrot_div_p_nc, /* 549 */
- Parrot_div_i_i_i, /* 550 */
- Parrot_div_i_ic_i, /* 551 */
- Parrot_div_i_i_ic, /* 552 */
- Parrot_div_i_ic_ic, /* 553 */
- Parrot_div_n_n_n, /* 554 */
- Parrot_div_n_nc_n, /* 555 */
- Parrot_div_n_n_nc, /* 556 */
- Parrot_div_n_nc_nc, /* 557 */
- Parrot_div_p_p_p, /* 558 */
- Parrot_div_p_p_i, /* 559 */
- Parrot_div_p_p_ic, /* 560 */
- Parrot_div_p_p_n, /* 561 */
- Parrot_div_p_p_nc, /* 562 */
- Parrot_fdiv_i_i, /* 563 */
- Parrot_fdiv_i_ic, /* 564 */
- Parrot_fdiv_n_n, /* 565 */
- Parrot_fdiv_n_nc, /* 566 */
- Parrot_fdiv_p_p, /* 567 */
- Parrot_fdiv_p_i, /* 568 */
- Parrot_fdiv_p_ic, /* 569 */
- Parrot_fdiv_p_n, /* 570 */
- Parrot_fdiv_p_nc, /* 571 */
- Parrot_fdiv_i_i_i, /* 572 */
- Parrot_fdiv_i_ic_i, /* 573 */
- Parrot_fdiv_i_i_ic, /* 574 */
- Parrot_fdiv_n_n_n, /* 575 */
- Parrot_fdiv_n_nc_n, /* 576 */
- Parrot_fdiv_n_n_nc, /* 577 */
- Parrot_fdiv_p_p_p, /* 578 */
- Parrot_fdiv_p_p_i, /* 579 */
- Parrot_fdiv_p_p_ic, /* 580 */
- Parrot_fdiv_p_p_n, /* 581 */
- Parrot_fdiv_p_p_nc, /* 582 */
- Parrot_ceil_n, /* 583 */
- Parrot_ceil_i_n, /* 584 */
- Parrot_ceil_n_n, /* 585 */
- Parrot_floor_n, /* 586 */
- Parrot_floor_i_n, /* 587 */
- Parrot_floor_n_n, /* 588 */
- Parrot_inc_i, /* 589 */
- Parrot_inc_n, /* 590 */
- Parrot_inc_p, /* 591 */
- Parrot_mod_i_i, /* 592 */
- Parrot_mod_i_ic, /* 593 */
- Parrot_mod_n_n, /* 594 */
- Parrot_mod_n_nc, /* 595 */
- Parrot_mod_p_p, /* 596 */
- Parrot_mod_p_i, /* 597 */
- Parrot_mod_p_ic, /* 598 */
- Parrot_mod_p_n, /* 599 */
- Parrot_mod_p_nc, /* 600 */
- Parrot_mod_i_i_i, /* 601 */
- Parrot_mod_i_ic_i, /* 602 */
- Parrot_mod_i_i_ic, /* 603 */
- Parrot_mod_n_n_n, /* 604 */
- Parrot_mod_n_nc_n, /* 605 */
- Parrot_mod_n_n_nc, /* 606 */
- Parrot_mod_p_p_p, /* 607 */
- Parrot_mod_p_p_i, /* 608 */
- Parrot_mod_p_p_ic, /* 609 */
- Parrot_mod_p_p_n, /* 610 */
- Parrot_mod_p_p_nc, /* 611 */
- Parrot_mul_i_i, /* 612 */
- Parrot_mul_i_ic, /* 613 */
- Parrot_mul_n_n, /* 614 */
- Parrot_mul_n_nc, /* 615 */
- Parrot_mul_p_p, /* 616 */
- Parrot_mul_p_i, /* 617 */
- Parrot_mul_p_ic, /* 618 */
- Parrot_mul_p_n, /* 619 */
- Parrot_mul_p_nc, /* 620 */
- Parrot_mul_i_i_i, /* 621 */
- Parrot_mul_i_ic_i, /* 622 */
- Parrot_mul_i_i_ic, /* 623 */
- Parrot_mul_n_n_n, /* 624 */
- Parrot_mul_n_nc_n, /* 625 */
- Parrot_mul_n_n_nc, /* 626 */
- Parrot_mul_p_p_p, /* 627 */
- Parrot_mul_p_p_i, /* 628 */
- Parrot_mul_p_p_ic, /* 629 */
- Parrot_mul_p_p_n, /* 630 */
- Parrot_mul_p_p_nc, /* 631 */
- Parrot_neg_i, /* 632 */
- Parrot_neg_n, /* 633 */
- Parrot_neg_p, /* 634 */
- Parrot_neg_i_i, /* 635 */
- Parrot_neg_n_n, /* 636 */
- Parrot_neg_p_p, /* 637 */
- Parrot_pow_n_n_n, /* 638 */
- Parrot_pow_n_nc_n, /* 639 */
- Parrot_pow_n_n_nc, /* 640 */
- Parrot_pow_p_p_p, /* 641 */
- Parrot_pow_p_p_i, /* 642 */
- Parrot_pow_p_p_ic, /* 643 */
- Parrot_pow_p_p_n, /* 644 */
- Parrot_pow_p_p_nc, /* 645 */
- Parrot_pow_n_n_i, /* 646 */
- Parrot_pow_n_nc_i, /* 647 */
- Parrot_pow_n_n_ic, /* 648 */
- Parrot_pow_n_nc_ic, /* 649 */
- Parrot_sub_i_i, /* 650 */
- Parrot_sub_i_ic, /* 651 */
- Parrot_sub_n_n, /* 652 */
- Parrot_sub_n_nc, /* 653 */
- Parrot_sub_p_p, /* 654 */
- Parrot_sub_p_i, /* 655 */
- Parrot_sub_p_ic, /* 656 */
- Parrot_sub_p_n, /* 657 */
- Parrot_sub_p_nc, /* 658 */
- Parrot_sub_i_i_i, /* 659 */
- Parrot_sub_i_ic_i, /* 660 */
- Parrot_sub_i_i_ic, /* 661 */
- Parrot_sub_n_n_n, /* 662 */
- Parrot_sub_n_nc_n, /* 663 */
- Parrot_sub_n_n_nc, /* 664 */
- Parrot_sub_p_p_p, /* 665 */
- Parrot_sub_p_p_i, /* 666 */
- Parrot_sub_p_p_ic, /* 667 */
- Parrot_sub_p_p_n, /* 668 */
- Parrot_sub_p_p_nc, /* 669 */
- Parrot_sqrt_n_n, /* 670 */
- Parrot_acos_n_n, /* 671 */
- Parrot_asec_n_n, /* 672 */
- Parrot_asin_n_n, /* 673 */
- Parrot_atan_n_n, /* 674 */
- Parrot_atan_n_n_n, /* 675 */
- Parrot_atan_n_nc_n, /* 676 */
- Parrot_atan_n_n_nc, /* 677 */
- Parrot_cos_n_n, /* 678 */
- Parrot_cosh_n_n, /* 679 */
- Parrot_exp_n_n, /* 680 */
- Parrot_ln_n_n, /* 681 */
- Parrot_log10_n_n, /* 682 */
- Parrot_log2_n_n, /* 683 */
- Parrot_sec_n_n, /* 684 */
- Parrot_sech_n_n, /* 685 */
- Parrot_sin_n_n, /* 686 */
- Parrot_sinh_n_n, /* 687 */
- Parrot_tan_n_n, /* 688 */
- Parrot_tanh_n_n, /* 689 */
- Parrot_gcd_i_i_i, /* 690 */
- Parrot_gcd_i_ic_i, /* 691 */
- Parrot_gcd_i_i_ic, /* 692 */
- Parrot_lcm_i_i_i, /* 693 */
- Parrot_lcm_i_ic_i, /* 694 */
- Parrot_lcm_i_i_ic, /* 695 */
- Parrot_fact_i_i, /* 696 */
- Parrot_fact_n_i, /* 697 */
- Parrot_callmethodcc_p_s, /* 698 */
- Parrot_callmethodcc_p_sc, /* 699 */
- Parrot_callmethodcc_p_p, /* 700 */
- Parrot_callmethod_p_s_p, /* 701 */
- Parrot_callmethod_p_sc_p, /* 702 */
- Parrot_callmethod_p_p_p, /* 703 */
- Parrot_tailcallmethod_p_s, /* 704 */
- Parrot_tailcallmethod_p_sc, /* 705 */
- Parrot_tailcallmethod_p_p, /* 706 */
- Parrot_addmethod_p_s_p, /* 707 */
- Parrot_addmethod_p_sc_p, /* 708 */
- Parrot_can_i_p_s, /* 709 */
- Parrot_can_i_p_sc, /* 710 */
- Parrot_does_i_p_s, /* 711 */
- Parrot_does_i_p_sc, /* 712 */
- Parrot_does_i_p_p, /* 713 */
- Parrot_does_i_p_pc, /* 714 */
- Parrot_isa_i_p_s, /* 715 */
- Parrot_isa_i_p_sc, /* 716 */
- Parrot_isa_i_p_p, /* 717 */
- Parrot_isa_i_p_pc, /* 718 */
- Parrot_newclass_p_s, /* 719 */
- Parrot_newclass_p_sc, /* 720 */
- Parrot_newclass_p_p, /* 721 */
- Parrot_newclass_p_pc, /* 722 */
- Parrot_subclass_p_p, /* 723 */
- Parrot_subclass_p_pc, /* 724 */
- Parrot_subclass_p_p_s, /* 725 */
- Parrot_subclass_p_pc_s, /* 726 */
- Parrot_subclass_p_p_sc, /* 727 */
- Parrot_subclass_p_pc_sc, /* 728 */
- Parrot_subclass_p_p_p, /* 729 */
- Parrot_subclass_p_pc_p, /* 730 */
- Parrot_subclass_p_p_pc, /* 731 */
- Parrot_subclass_p_pc_pc, /* 732 */
- Parrot_subclass_p_s, /* 733 */
- Parrot_subclass_p_sc, /* 734 */
- Parrot_subclass_p_s_s, /* 735 */
- Parrot_subclass_p_sc_s, /* 736 */
- Parrot_subclass_p_s_sc, /* 737 */
- Parrot_subclass_p_sc_sc, /* 738 */
- Parrot_subclass_p_s_p, /* 739 */
- Parrot_subclass_p_sc_p, /* 740 */
- Parrot_subclass_p_s_pc, /* 741 */
- Parrot_subclass_p_sc_pc, /* 742 */
- Parrot_get_class_p_s, /* 743 */
- Parrot_get_class_p_sc, /* 744 */
- Parrot_get_class_p_p, /* 745 */
- Parrot_get_class_p_pc, /* 746 */
- Parrot_class_p_p, /* 747 */
- Parrot_addparent_p_p, /* 748 */
- Parrot_removeparent_p_p, /* 749 */
- Parrot_addrole_p_p, /* 750 */
- Parrot_addattribute_p_s, /* 751 */
- Parrot_addattribute_p_sc, /* 752 */
- Parrot_removeattribute_p_s, /* 753 */
- Parrot_removeattribute_p_sc, /* 754 */
- Parrot_getattribute_p_p_s, /* 755 */
- Parrot_getattribute_p_p_sc, /* 756 */
- Parrot_getattribute_p_p_p_s, /* 757 */
- Parrot_getattribute_p_p_pc_s, /* 758 */
- Parrot_getattribute_p_p_p_sc, /* 759 */
- Parrot_getattribute_p_p_pc_sc, /* 760 */
- Parrot_setattribute_p_s_p, /* 761 */
- Parrot_setattribute_p_sc_p, /* 762 */
- Parrot_setattribute_p_p_s_p, /* 763 */
- Parrot_setattribute_p_pc_s_p, /* 764 */
- Parrot_setattribute_p_p_sc_p, /* 765 */
- Parrot_setattribute_p_pc_sc_p, /* 766 */
- Parrot_inspect_p_p, /* 767 */
- Parrot_inspect_p_pc, /* 768 */
- Parrot_inspect_p_p_s, /* 769 */
- Parrot_inspect_p_pc_s, /* 770 */
- Parrot_inspect_p_p_sc, /* 771 */
- Parrot_inspect_p_pc_sc, /* 772 */
- Parrot_new_p_s, /* 773 */
- Parrot_new_p_sc, /* 774 */
- Parrot_new_p_s_p, /* 775 */
- Parrot_new_p_sc_p, /* 776 */
- Parrot_new_p_s_pc, /* 777 */
- Parrot_new_p_sc_pc, /* 778 */
- Parrot_new_p_p, /* 779 */
- Parrot_new_p_pc, /* 780 */
- Parrot_new_p_p_p, /* 781 */
- Parrot_new_p_pc_p, /* 782 */
- Parrot_new_p_p_pc, /* 783 */
- Parrot_new_p_pc_pc, /* 784 */
- Parrot_root_new_p_p, /* 785 */
- Parrot_root_new_p_pc, /* 786 */
- Parrot_root_new_p_p_p, /* 787 */
- Parrot_root_new_p_pc_p, /* 788 */
- Parrot_root_new_p_p_pc, /* 789 */
- Parrot_root_new_p_pc_pc, /* 790 */
- Parrot_typeof_s_p, /* 791 */
- Parrot_typeof_p_p, /* 792 */
- Parrot_get_repr_s_p, /* 793 */
- Parrot_find_method_p_p_s, /* 794 */
- Parrot_find_method_p_p_sc, /* 795 */
- Parrot_defined_i_p, /* 796 */
- Parrot_defined_i_p_ki, /* 797 */
- Parrot_defined_i_p_kic, /* 798 */
- Parrot_defined_i_p_k, /* 799 */
- Parrot_defined_i_p_kc, /* 800 */
- Parrot_exists_i_p_ki, /* 801 */
- Parrot_exists_i_p_kic, /* 802 */
- Parrot_exists_i_p_k, /* 803 */
- Parrot_exists_i_p_kc, /* 804 */
- Parrot_delete_p_k, /* 805 */
- Parrot_delete_p_kc, /* 806 */
- Parrot_delete_p_ki, /* 807 */
- Parrot_delete_p_kic, /* 808 */
- Parrot_elements_i_p, /* 809 */
- Parrot_push_p_i, /* 810 */
- Parrot_push_p_ic, /* 811 */
- Parrot_push_p_n, /* 812 */
- Parrot_push_p_nc, /* 813 */
- Parrot_push_p_s, /* 814 */
- Parrot_push_p_sc, /* 815 */
- Parrot_push_p_p, /* 816 */
- Parrot_pop_i_p, /* 817 */
- Parrot_pop_n_p, /* 818 */
- Parrot_pop_s_p, /* 819 */
- Parrot_pop_p_p, /* 820 */
- Parrot_unshift_p_i, /* 821 */
- Parrot_unshift_p_ic, /* 822 */
- Parrot_unshift_p_n, /* 823 */
- Parrot_unshift_p_nc, /* 824 */
- Parrot_unshift_p_s, /* 825 */
- Parrot_unshift_p_sc, /* 826 */
- Parrot_unshift_p_p, /* 827 */
- Parrot_shift_i_p, /* 828 */
- Parrot_shift_n_p, /* 829 */
- Parrot_shift_s_p, /* 830 */
- Parrot_shift_p_p, /* 831 */
- Parrot_splice_p_p_i_i, /* 832 */
- Parrot_splice_p_p_ic_i, /* 833 */
- Parrot_splice_p_p_i_ic, /* 834 */
- Parrot_splice_p_p_ic_ic, /* 835 */
- Parrot_setprop_p_s_p, /* 836 */
- Parrot_setprop_p_sc_p, /* 837 */
- Parrot_getprop_p_s_p, /* 838 */
- Parrot_getprop_p_sc_p, /* 839 */
- Parrot_delprop_p_s, /* 840 */
- Parrot_delprop_p_sc, /* 841 */
- Parrot_prophash_p_p, /* 842 */
- Parrot_freeze_s_p, /* 843 */
- Parrot_thaw_p_s, /* 844 */
- Parrot_thaw_p_sc, /* 845 */
- Parrot_add_multi_s_s_p, /* 846 */
- Parrot_add_multi_sc_s_p, /* 847 */
- Parrot_add_multi_s_sc_p, /* 848 */
- Parrot_add_multi_sc_sc_p, /* 849 */
- Parrot_find_multi_p_s_s, /* 850 */
- Parrot_find_multi_p_sc_s, /* 851 */
- Parrot_find_multi_p_s_sc, /* 852 */
- Parrot_find_multi_p_sc_sc, /* 853 */
- Parrot_register_p, /* 854 */
- Parrot_unregister_p, /* 855 */
- Parrot_box_p_i, /* 856 */
- Parrot_box_p_ic, /* 857 */
- Parrot_box_p_n, /* 858 */
- Parrot_box_p_nc, /* 859 */
- Parrot_box_p_s, /* 860 */
- Parrot_box_p_sc, /* 861 */
- Parrot_iter_p_p, /* 862 */
- Parrot_morph_p_p, /* 863 */
- Parrot_morph_p_pc, /* 864 */
- Parrot_clone_s_s, /* 865 */
- Parrot_clone_s_sc, /* 866 */
- Parrot_exchange_i_i, /* 867 */
- Parrot_exchange_p_p, /* 868 */
- Parrot_exchange_n_n, /* 869 */
- Parrot_exchange_s_s, /* 870 */
- Parrot_set_i_i, /* 871 */
- Parrot_set_i_ic, /* 872 */
- Parrot_set_i_n, /* 873 */
- Parrot_set_i_nc, /* 874 */
- Parrot_set_i_s, /* 875 */
- Parrot_set_i_sc, /* 876 */
- Parrot_set_n_n, /* 877 */
- Parrot_set_n_nc, /* 878 */
- Parrot_set_n_i, /* 879 */
- Parrot_set_n_ic, /* 880 */
- Parrot_set_n_s, /* 881 */
- Parrot_set_n_sc, /* 882 */
- Parrot_set_n_p, /* 883 */
- Parrot_set_s_p, /* 884 */
- Parrot_set_s_s, /* 885 */
- Parrot_set_s_sc, /* 886 */
- Parrot_set_s_i, /* 887 */
- Parrot_set_s_ic, /* 888 */
- Parrot_set_s_n, /* 889 */
- Parrot_set_s_nc, /* 890 */
- Parrot_set_p_pc, /* 891 */
- Parrot_set_p_p, /* 892 */
- Parrot_set_p_i, /* 893 */
- Parrot_set_p_ic, /* 894 */
- Parrot_set_p_n, /* 895 */
- Parrot_set_p_nc, /* 896 */
- Parrot_set_p_s, /* 897 */
- Parrot_set_p_sc, /* 898 */
- Parrot_set_i_p, /* 899 */
- Parrot_assign_p_p, /* 900 */
- Parrot_assign_p_i, /* 901 */
- Parrot_assign_p_ic, /* 902 */
- Parrot_assign_p_n, /* 903 */
- Parrot_assign_p_nc, /* 904 */
- Parrot_assign_p_s, /* 905 */
- Parrot_assign_p_sc, /* 906 */
- Parrot_assign_s_s, /* 907 */
- Parrot_assign_s_sc, /* 908 */
- Parrot_setref_p_p, /* 909 */
- Parrot_deref_p_p, /* 910 */
- Parrot_setp_ind_i_p, /* 911 */
- Parrot_setp_ind_ic_p, /* 912 */
- Parrot_setn_ind_i_n, /* 913 */
- Parrot_setn_ind_ic_n, /* 914 */
- Parrot_setn_ind_i_nc, /* 915 */
- Parrot_setn_ind_ic_nc, /* 916 */
- Parrot_sets_ind_i_s, /* 917 */
- Parrot_sets_ind_ic_s, /* 918 */
- Parrot_sets_ind_i_sc, /* 919 */
- Parrot_sets_ind_ic_sc, /* 920 */
- Parrot_seti_ind_i_i, /* 921 */
- Parrot_seti_ind_ic_i, /* 922 */
- Parrot_seti_ind_i_ic, /* 923 */
- Parrot_seti_ind_ic_ic, /* 924 */
- Parrot_set_p_ki_i, /* 925 */
- Parrot_set_p_kic_i, /* 926 */
- Parrot_set_p_ki_ic, /* 927 */
- Parrot_set_p_kic_ic, /* 928 */
- Parrot_set_p_ki_n, /* 929 */
- Parrot_set_p_kic_n, /* 930 */
- Parrot_set_p_ki_nc, /* 931 */
- Parrot_set_p_kic_nc, /* 932 */
- Parrot_set_p_ki_s, /* 933 */
- Parrot_set_p_kic_s, /* 934 */
- Parrot_set_p_ki_sc, /* 935 */
- Parrot_set_p_kic_sc, /* 936 */
- Parrot_set_p_ki_p, /* 937 */
- Parrot_set_p_kic_p, /* 938 */
- Parrot_set_i_p_ki, /* 939 */
- Parrot_set_i_p_kic, /* 940 */
- Parrot_set_n_p_ki, /* 941 */
- Parrot_set_n_p_kic, /* 942 */
- Parrot_set_s_p_ki, /* 943 */
- Parrot_set_s_p_kic, /* 944 */
- Parrot_set_p_p_ki, /* 945 */
- Parrot_set_p_p_kic, /* 946 */
- Parrot_set_p_k_i, /* 947 */
- Parrot_set_p_kc_i, /* 948 */
- Parrot_set_p_k_ic, /* 949 */
- Parrot_set_p_kc_ic, /* 950 */
- Parrot_set_p_k_n, /* 951 */
- Parrot_set_p_kc_n, /* 952 */
- Parrot_set_p_k_nc, /* 953 */
- Parrot_set_p_kc_nc, /* 954 */
- Parrot_set_p_k_s, /* 955 */
- Parrot_set_p_kc_s, /* 956 */
- Parrot_set_p_k_sc, /* 957 */
- Parrot_set_p_kc_sc, /* 958 */
- Parrot_set_p_k_p, /* 959 */
- Parrot_set_p_kc_p, /* 960 */
- Parrot_set_i_p_k, /* 961 */
- Parrot_set_i_p_kc, /* 962 */
- Parrot_set_n_p_k, /* 963 */
- Parrot_set_n_p_kc, /* 964 */
- Parrot_set_s_p_k, /* 965 */
- Parrot_set_s_p_kc, /* 966 */
- Parrot_set_p_p_k, /* 967 */
- Parrot_set_p_p_kc, /* 968 */
- Parrot_clone_p_p, /* 969 */
- Parrot_clone_p_p_p, /* 970 */
- Parrot_clone_p_p_pc, /* 971 */
- Parrot_copy_p_p, /* 972 */
- Parrot_null_s, /* 973 */
- Parrot_null_i, /* 974 */
- Parrot_null_p, /* 975 */
- Parrot_null_n, /* 976 */
- Parrot_cleari, /* 977 */
- Parrot_clearn, /* 978 */
- Parrot_clears, /* 979 */
- Parrot_clearp, /* 980 */
- Parrot_ord_i_s, /* 981 */
- Parrot_ord_i_sc, /* 982 */
- Parrot_ord_i_s_i, /* 983 */
- Parrot_ord_i_sc_i, /* 984 */
- Parrot_ord_i_s_ic, /* 985 */
- Parrot_ord_i_sc_ic, /* 986 */
- Parrot_chr_s_i, /* 987 */
- Parrot_chr_s_ic, /* 988 */
- Parrot_chopn_s_s_i, /* 989 */
- Parrot_chopn_s_sc_i, /* 990 */
- Parrot_chopn_s_s_ic, /* 991 */
- Parrot_chopn_s_sc_ic, /* 992 */
- Parrot_concat_s_s, /* 993 */
- Parrot_concat_s_sc, /* 994 */
- Parrot_concat_p_p, /* 995 */
- Parrot_concat_p_s, /* 996 */
- Parrot_concat_p_sc, /* 997 */
- Parrot_concat_s_s_s, /* 998 */
- Parrot_concat_s_sc_s, /* 999 */
- Parrot_concat_s_s_sc, /* 1000 */
- Parrot_concat_p_p_s, /* 1001 */
- Parrot_concat_p_p_sc, /* 1002 */
- Parrot_concat_p_p_p, /* 1003 */
- Parrot_repeat_s_s_i, /* 1004 */
- Parrot_repeat_s_sc_i, /* 1005 */
- Parrot_repeat_s_s_ic, /* 1006 */
- Parrot_repeat_s_sc_ic, /* 1007 */
- Parrot_repeat_p_p_i, /* 1008 */
- Parrot_repeat_p_p_ic, /* 1009 */
- Parrot_repeat_p_p_p, /* 1010 */
- Parrot_repeat_p_i, /* 1011 */
- Parrot_repeat_p_ic, /* 1012 */
- Parrot_repeat_p_p, /* 1013 */
- Parrot_length_i_s, /* 1014 */
- Parrot_length_i_sc, /* 1015 */
- Parrot_bytelength_i_s, /* 1016 */
- Parrot_bytelength_i_sc, /* 1017 */
- Parrot_pin_s, /* 1018 */
- Parrot_unpin_s, /* 1019 */
- Parrot_substr_s_s_i, /* 1020 */
- Parrot_substr_s_sc_i, /* 1021 */
- Parrot_substr_s_s_ic, /* 1022 */
- Parrot_substr_s_sc_ic, /* 1023 */
- Parrot_substr_s_s_i_i, /* 1024 */
- Parrot_substr_s_sc_i_i, /* 1025 */
- Parrot_substr_s_s_ic_i, /* 1026 */
- Parrot_substr_s_sc_ic_i, /* 1027 */
- Parrot_substr_s_s_i_ic, /* 1028 */
- Parrot_substr_s_sc_i_ic, /* 1029 */
- Parrot_substr_s_s_ic_ic, /* 1030 */
- Parrot_substr_s_sc_ic_ic, /* 1031 */
- Parrot_substr_s_p_i_i, /* 1032 */
- Parrot_substr_s_p_ic_i, /* 1033 */
- Parrot_substr_s_p_i_ic, /* 1034 */
- Parrot_substr_s_p_ic_ic, /* 1035 */
- Parrot_replace_s_s_i_i_s, /* 1036 */
- Parrot_replace_s_sc_i_i_s, /* 1037 */
- Parrot_replace_s_s_ic_i_s, /* 1038 */
- Parrot_replace_s_sc_ic_i_s, /* 1039 */
- Parrot_replace_s_s_i_ic_s, /* 1040 */
- Parrot_replace_s_sc_i_ic_s, /* 1041 */
- Parrot_replace_s_s_ic_ic_s, /* 1042 */
- Parrot_replace_s_sc_ic_ic_s, /* 1043 */
- Parrot_replace_s_s_i_i_sc, /* 1044 */
- Parrot_replace_s_sc_i_i_sc, /* 1045 */
- Parrot_replace_s_s_ic_i_sc, /* 1046 */
- Parrot_replace_s_sc_ic_i_sc, /* 1047 */
- Parrot_replace_s_s_i_ic_sc, /* 1048 */
- Parrot_replace_s_sc_i_ic_sc, /* 1049 */
- Parrot_replace_s_s_ic_ic_sc, /* 1050 */
- Parrot_replace_s_sc_ic_ic_sc, /* 1051 */
- Parrot_index_i_s_s, /* 1052 */
- Parrot_index_i_sc_s, /* 1053 */
- Parrot_index_i_s_sc, /* 1054 */
- Parrot_index_i_sc_sc, /* 1055 */
- Parrot_index_i_s_s_i, /* 1056 */
- Parrot_index_i_sc_s_i, /* 1057 */
- Parrot_index_i_s_sc_i, /* 1058 */
- Parrot_index_i_sc_sc_i, /* 1059 */
- Parrot_index_i_s_s_ic, /* 1060 */
- Parrot_index_i_sc_s_ic, /* 1061 */
- Parrot_index_i_s_sc_ic, /* 1062 */
- Parrot_index_i_sc_sc_ic, /* 1063 */
- Parrot_sprintf_s_s_p, /* 1064 */
- Parrot_sprintf_s_sc_p, /* 1065 */
- Parrot_sprintf_p_p_p, /* 1066 */
- Parrot_new_s, /* 1067 */
- Parrot_new_s_i, /* 1068 */
- Parrot_new_s_ic, /* 1069 */
- Parrot_stringinfo_i_s_i, /* 1070 */
- Parrot_stringinfo_i_sc_i, /* 1071 */
- Parrot_stringinfo_i_s_ic, /* 1072 */
- Parrot_stringinfo_i_sc_ic, /* 1073 */
- Parrot_upcase_s_s, /* 1074 */
- Parrot_upcase_s_sc, /* 1075 */
- Parrot_downcase_s_s, /* 1076 */
- Parrot_downcase_s_sc, /* 1077 */
- Parrot_titlecase_s_s, /* 1078 */
- Parrot_titlecase_s_sc, /* 1079 */
- Parrot_join_s_s_p, /* 1080 */
- Parrot_join_s_sc_p, /* 1081 */
- Parrot_split_p_s_s, /* 1082 */
- Parrot_split_p_sc_s, /* 1083 */
- Parrot_split_p_s_sc, /* 1084 */
- Parrot_split_p_sc_sc, /* 1085 */
- Parrot_charset_i_s, /* 1086 */
- Parrot_charset_i_sc, /* 1087 */
- Parrot_charsetname_s_i, /* 1088 */
- Parrot_charsetname_s_ic, /* 1089 */
- Parrot_find_charset_i_s, /* 1090 */
- Parrot_find_charset_i_sc, /* 1091 */
- Parrot_trans_charset_s_s_i, /* 1092 */
- Parrot_trans_charset_s_sc_i, /* 1093 */
- Parrot_trans_charset_s_s_ic, /* 1094 */
- Parrot_trans_charset_s_sc_ic, /* 1095 */
- Parrot_encoding_i_s, /* 1096 */
- Parrot_encoding_i_sc, /* 1097 */
- Parrot_encodingname_s_i, /* 1098 */
- Parrot_encodingname_s_ic, /* 1099 */
- Parrot_find_encoding_i_s, /* 1100 */
- Parrot_find_encoding_i_sc, /* 1101 */
- Parrot_trans_encoding_s_s_i, /* 1102 */
- Parrot_trans_encoding_s_sc_i, /* 1103 */
- Parrot_trans_encoding_s_s_ic, /* 1104 */
- Parrot_trans_encoding_s_sc_ic, /* 1105 */
- Parrot_is_cclass_i_i_s_i, /* 1106 */
- Parrot_is_cclass_i_ic_s_i, /* 1107 */
- Parrot_is_cclass_i_i_sc_i, /* 1108 */
- Parrot_is_cclass_i_ic_sc_i, /* 1109 */
- Parrot_is_cclass_i_i_s_ic, /* 1110 */
- Parrot_is_cclass_i_ic_s_ic, /* 1111 */
- Parrot_is_cclass_i_i_sc_ic, /* 1112 */
- Parrot_is_cclass_i_ic_sc_ic, /* 1113 */
- Parrot_find_cclass_i_i_s_i_i, /* 1114 */
- Parrot_find_cclass_i_ic_s_i_i, /* 1115 */
- Parrot_find_cclass_i_i_sc_i_i, /* 1116 */
- Parrot_find_cclass_i_ic_sc_i_i, /* 1117 */
- Parrot_find_cclass_i_i_s_ic_i, /* 1118 */
- Parrot_find_cclass_i_ic_s_ic_i, /* 1119 */
- Parrot_find_cclass_i_i_sc_ic_i, /* 1120 */
- Parrot_find_cclass_i_ic_sc_ic_i, /* 1121 */
- Parrot_find_cclass_i_i_s_i_ic, /* 1122 */
- Parrot_find_cclass_i_ic_s_i_ic, /* 1123 */
- Parrot_find_cclass_i_i_sc_i_ic, /* 1124 */
- Parrot_find_cclass_i_ic_sc_i_ic, /* 1125 */
- Parrot_find_cclass_i_i_s_ic_ic, /* 1126 */
- Parrot_find_cclass_i_ic_s_ic_ic, /* 1127 */
- Parrot_find_cclass_i_i_sc_ic_ic, /* 1128 */
- Parrot_find_cclass_i_ic_sc_ic_ic, /* 1129 */
- Parrot_find_not_cclass_i_i_s_i_i, /* 1130 */
- Parrot_find_not_cclass_i_ic_s_i_i, /* 1131 */
- Parrot_find_not_cclass_i_i_sc_i_i, /* 1132 */
- Parrot_find_not_cclass_i_ic_sc_i_i, /* 1133 */
- Parrot_find_not_cclass_i_i_s_ic_i, /* 1134 */
- Parrot_find_not_cclass_i_ic_s_ic_i, /* 1135 */
- Parrot_find_not_cclass_i_i_sc_ic_i, /* 1136 */
- Parrot_find_not_cclass_i_ic_sc_ic_i, /* 1137 */
- Parrot_find_not_cclass_i_i_s_i_ic, /* 1138 */
- Parrot_find_not_cclass_i_ic_s_i_ic, /* 1139 */
- Parrot_find_not_cclass_i_i_sc_i_ic, /* 1140 */
- Parrot_find_not_cclass_i_ic_sc_i_ic, /* 1141 */
- Parrot_find_not_cclass_i_i_s_ic_ic, /* 1142 */
- Parrot_find_not_cclass_i_ic_s_ic_ic, /* 1143 */
- Parrot_find_not_cclass_i_i_sc_ic_ic, /* 1144 */
- Parrot_find_not_cclass_i_ic_sc_ic_ic, /* 1145 */
- Parrot_escape_s_s, /* 1146 */
- Parrot_compose_s_s, /* 1147 */
- Parrot_compose_s_sc, /* 1148 */
- Parrot_spawnw_i_s, /* 1149 */
- Parrot_spawnw_i_sc, /* 1150 */
- Parrot_spawnw_i_p, /* 1151 */
- Parrot_err_i, /* 1152 */
- Parrot_err_s, /* 1153 */
- Parrot_err_s_i, /* 1154 */
- Parrot_err_s_ic, /* 1155 */
- Parrot_time_i, /* 1156 */
- Parrot_time_n, /* 1157 */
- Parrot_gmtime_s_i, /* 1158 */
- Parrot_gmtime_s_ic, /* 1159 */
- Parrot_localtime_s_i, /* 1160 */
- Parrot_localtime_s_ic, /* 1161 */
- Parrot_decodetime_p_i, /* 1162 */
- Parrot_decodetime_p_ic, /* 1163 */
- Parrot_decodelocaltime_p_i, /* 1164 */
- Parrot_decodelocaltime_p_ic, /* 1165 */
- Parrot_sysinfo_s_i, /* 1166 */
- Parrot_sysinfo_s_ic, /* 1167 */
- Parrot_sysinfo_i_i, /* 1168 */
- Parrot_sysinfo_i_ic, /* 1169 */
- Parrot_sleep_i, /* 1170 */
- Parrot_sleep_ic, /* 1171 */
- Parrot_sleep_n, /* 1172 */
- Parrot_sleep_nc, /* 1173 */
- Parrot_sizeof_i_i, /* 1174 */
- Parrot_sizeof_i_ic, /* 1175 */
- Parrot_store_lex_s_p, /* 1176 */
- Parrot_store_lex_sc_p, /* 1177 */
- Parrot_store_dynamic_lex_s_p, /* 1178 */
- Parrot_store_dynamic_lex_sc_p, /* 1179 */
- Parrot_find_lex_p_s, /* 1180 */
- Parrot_find_lex_p_sc, /* 1181 */
- Parrot_find_dynamic_lex_p_s, /* 1182 */
- Parrot_find_dynamic_lex_p_sc, /* 1183 */
- Parrot_find_caller_lex_p_s, /* 1184 */
- Parrot_find_caller_lex_p_sc, /* 1185 */
- Parrot_get_namespace_p, /* 1186 */
- Parrot_get_namespace_p_p, /* 1187 */
- Parrot_get_namespace_p_pc, /* 1188 */
- Parrot_get_hll_namespace_p, /* 1189 */
- Parrot_get_hll_namespace_p_p, /* 1190 */
- Parrot_get_hll_namespace_p_pc, /* 1191 */
- Parrot_get_root_namespace_p, /* 1192 */
- Parrot_get_root_namespace_p_p, /* 1193 */
- Parrot_get_root_namespace_p_pc, /* 1194 */
- Parrot_get_global_p_s, /* 1195 */
- Parrot_get_global_p_sc, /* 1196 */
- Parrot_get_global_p_p_s, /* 1197 */
- Parrot_get_global_p_pc_s, /* 1198 */
- Parrot_get_global_p_p_sc, /* 1199 */
- Parrot_get_global_p_pc_sc, /* 1200 */
- Parrot_get_hll_global_p_s, /* 1201 */
- Parrot_get_hll_global_p_sc, /* 1202 */
- Parrot_get_hll_global_p_p_s, /* 1203 */
- Parrot_get_hll_global_p_pc_s, /* 1204 */
- Parrot_get_hll_global_p_p_sc, /* 1205 */
- Parrot_get_hll_global_p_pc_sc, /* 1206 */
- Parrot_get_root_global_p_s, /* 1207 */
- Parrot_get_root_global_p_sc, /* 1208 */
- Parrot_get_root_global_p_p_s, /* 1209 */
- Parrot_get_root_global_p_pc_s, /* 1210 */
- Parrot_get_root_global_p_p_sc, /* 1211 */
- Parrot_get_root_global_p_pc_sc, /* 1212 */
- Parrot_set_global_s_p, /* 1213 */
- Parrot_set_global_sc_p, /* 1214 */
- Parrot_set_global_p_s_p, /* 1215 */
- Parrot_set_global_pc_s_p, /* 1216 */
- Parrot_set_global_p_sc_p, /* 1217 */
- Parrot_set_global_pc_sc_p, /* 1218 */
- Parrot_set_hll_global_s_p, /* 1219 */
- Parrot_set_hll_global_sc_p, /* 1220 */
- Parrot_set_hll_global_p_s_p, /* 1221 */
- Parrot_set_hll_global_pc_s_p, /* 1222 */
- Parrot_set_hll_global_p_sc_p, /* 1223 */
- Parrot_set_hll_global_pc_sc_p, /* 1224 */
- Parrot_set_root_global_s_p, /* 1225 */
- Parrot_set_root_global_sc_p, /* 1226 */
- Parrot_set_root_global_p_s_p, /* 1227 */
- Parrot_set_root_global_pc_s_p, /* 1228 */
- Parrot_set_root_global_p_sc_p, /* 1229 */
- Parrot_set_root_global_pc_sc_p, /* 1230 */
- Parrot_find_name_p_s, /* 1231 */
- Parrot_find_name_p_sc, /* 1232 */
- Parrot_find_sub_not_null_p_s, /* 1233 */
- Parrot_find_sub_not_null_p_sc, /* 1234 */
- Parrot_trap, /* 1235 */
+ Parrot_close_p, /* 425 */
+ Parrot_fdopen_p_i_s, /* 426 */
+ Parrot_fdopen_p_ic_s, /* 427 */
+ Parrot_fdopen_p_i_sc, /* 428 */
+ Parrot_fdopen_p_ic_sc, /* 429 */
+ Parrot_getstdin_p, /* 430 */
+ Parrot_getstdout_p, /* 431 */
+ Parrot_getstderr_p, /* 432 */
+ Parrot_setstdin_p, /* 433 */
+ Parrot_setstdout_p, /* 434 */
+ Parrot_setstderr_p, /* 435 */
+ Parrot_open_p_s_s, /* 436 */
+ Parrot_open_p_sc_s, /* 437 */
+ Parrot_open_p_s_sc, /* 438 */
+ Parrot_open_p_sc_sc, /* 439 */
+ Parrot_open_p_s, /* 440 */
+ Parrot_open_p_sc, /* 441 */
+ Parrot_print_i, /* 442 */
+ Parrot_print_ic, /* 443 */
+ Parrot_print_n, /* 444 */
+ Parrot_print_nc, /* 445 */
+ Parrot_print_s, /* 446 */
+ Parrot_print_sc, /* 447 */
+ Parrot_print_p, /* 448 */
+ Parrot_say_i, /* 449 */
+ Parrot_say_ic, /* 450 */
+ Parrot_say_n, /* 451 */
+ Parrot_say_nc, /* 452 */
+ Parrot_say_s, /* 453 */
+ Parrot_say_sc, /* 454 */
+ Parrot_say_p, /* 455 */
+ Parrot_printerr_i, /* 456 */
+ Parrot_printerr_ic, /* 457 */
+ Parrot_printerr_n, /* 458 */
+ Parrot_printerr_nc, /* 459 */
+ Parrot_printerr_s, /* 460 */
+ Parrot_printerr_sc, /* 461 */
+ Parrot_printerr_p, /* 462 */
+ Parrot_print_p_i, /* 463 */
+ Parrot_print_p_ic, /* 464 */
+ Parrot_print_p_n, /* 465 */
+ Parrot_print_p_nc, /* 466 */
+ Parrot_print_p_s, /* 467 */
+ Parrot_print_p_sc, /* 468 */
+ Parrot_print_p_p, /* 469 */
+ Parrot_read_s_i, /* 470 */
+ Parrot_read_s_ic, /* 471 */
+ Parrot_read_s_p_i, /* 472 */
+ Parrot_read_s_p_ic, /* 473 */
+ Parrot_readline_s_p, /* 474 */
+ Parrot_peek_s, /* 475 */
+ Parrot_peek_s_p, /* 476 */
+ Parrot_stat_i_s_i, /* 477 */
+ Parrot_stat_i_sc_i, /* 478 */
+ Parrot_stat_i_s_ic, /* 479 */
+ Parrot_stat_i_sc_ic, /* 480 */
+ Parrot_stat_i_i_i, /* 481 */
+ Parrot_stat_i_ic_i, /* 482 */
+ Parrot_stat_i_i_ic, /* 483 */
+ Parrot_stat_i_ic_ic, /* 484 */
+ Parrot_seek_p_i_i, /* 485 */
+ Parrot_seek_p_ic_i, /* 486 */
+ Parrot_seek_p_i_ic, /* 487 */
+ Parrot_seek_p_ic_ic, /* 488 */
+ Parrot_seek_p_i_i_i, /* 489 */
+ Parrot_seek_p_ic_i_i, /* 490 */
+ Parrot_seek_p_i_ic_i, /* 491 */
+ Parrot_seek_p_ic_ic_i, /* 492 */
+ Parrot_seek_p_i_i_ic, /* 493 */
+ Parrot_seek_p_ic_i_ic, /* 494 */
+ Parrot_seek_p_i_ic_ic, /* 495 */
+ Parrot_seek_p_ic_ic_ic, /* 496 */
+ Parrot_tell_i_p, /* 497 */
+ Parrot_tell_i_i_p, /* 498 */
+ Parrot_abs_i, /* 499 */
+ Parrot_abs_n, /* 500 */
+ Parrot_abs_i_i, /* 501 */
+ Parrot_abs_n_n, /* 502 */
+ Parrot_abs_p, /* 503 */
+ Parrot_abs_p_p, /* 504 */
+ Parrot_add_i_i, /* 505 */
+ Parrot_add_i_ic, /* 506 */
+ Parrot_add_n_n, /* 507 */
+ Parrot_add_n_nc, /* 508 */
+ Parrot_add_p_p, /* 509 */
+ Parrot_add_p_i, /* 510 */
+ Parrot_add_p_ic, /* 511 */
+ Parrot_add_p_n, /* 512 */
+ Parrot_add_p_nc, /* 513 */
+ Parrot_add_i_i_i, /* 514 */
+ Parrot_add_i_ic_i, /* 515 */
+ Parrot_add_i_i_ic, /* 516 */
+ Parrot_add_n_n_n, /* 517 */
+ Parrot_add_n_nc_n, /* 518 */
+ Parrot_add_n_n_nc, /* 519 */
+ Parrot_add_p_p_p, /* 520 */
+ Parrot_add_p_p_i, /* 521 */
+ Parrot_add_p_p_ic, /* 522 */
+ Parrot_add_p_p_n, /* 523 */
+ Parrot_add_p_p_nc, /* 524 */
+ Parrot_cmod_i_i_i, /* 525 */
+ Parrot_cmod_i_ic_i, /* 526 */
+ Parrot_cmod_i_i_ic, /* 527 */
+ Parrot_cmod_p_p_i, /* 528 */
+ Parrot_cmod_p_p_ic, /* 529 */
+ Parrot_cmod_p_p_p, /* 530 */
+ Parrot_cmod_n_n_n, /* 531 */
+ Parrot_cmod_n_nc_n, /* 532 */
+ Parrot_cmod_n_n_nc, /* 533 */
+ Parrot_cmod_p_p_n, /* 534 */
+ Parrot_cmod_p_p_nc, /* 535 */
+ Parrot_dec_i, /* 536 */
+ Parrot_dec_n, /* 537 */
+ Parrot_dec_p, /* 538 */
+ Parrot_div_i_i, /* 539 */
+ Parrot_div_i_ic, /* 540 */
+ Parrot_div_n_n, /* 541 */
+ Parrot_div_n_nc, /* 542 */
+ Parrot_div_p_p, /* 543 */
+ Parrot_div_p_i, /* 544 */
+ Parrot_div_p_ic, /* 545 */
+ Parrot_div_p_n, /* 546 */
+ Parrot_div_p_nc, /* 547 */
+ Parrot_div_i_i_i, /* 548 */
+ Parrot_div_i_ic_i, /* 549 */
+ Parrot_div_i_i_ic, /* 550 */
+ Parrot_div_i_ic_ic, /* 551 */
+ Parrot_div_n_n_n, /* 552 */
+ Parrot_div_n_nc_n, /* 553 */
+ Parrot_div_n_n_nc, /* 554 */
+ Parrot_div_n_nc_nc, /* 555 */
+ Parrot_div_p_p_p, /* 556 */
+ Parrot_div_p_p_i, /* 557 */
+ Parrot_div_p_p_ic, /* 558 */
+ Parrot_div_p_p_n, /* 559 */
+ Parrot_div_p_p_nc, /* 560 */
+ Parrot_fdiv_i_i, /* 561 */
+ Parrot_fdiv_i_ic, /* 562 */
+ Parrot_fdiv_n_n, /* 563 */
+ Parrot_fdiv_n_nc, /* 564 */
+ Parrot_fdiv_p_p, /* 565 */
+ Parrot_fdiv_p_i, /* 566 */
+ Parrot_fdiv_p_ic, /* 567 */
+ Parrot_fdiv_p_n, /* 568 */
+ Parrot_fdiv_p_nc, /* 569 */
+ Parrot_fdiv_i_i_i, /* 570 */
+ Parrot_fdiv_i_ic_i, /* 571 */
+ Parrot_fdiv_i_i_ic, /* 572 */
+ Parrot_fdiv_n_n_n, /* 573 */
+ Parrot_fdiv_n_nc_n, /* 574 */
+ Parrot_fdiv_n_n_nc, /* 575 */
+ Parrot_fdiv_p_p_p, /* 576 */
+ Parrot_fdiv_p_p_i, /* 577 */
+ Parrot_fdiv_p_p_ic, /* 578 */
+ Parrot_fdiv_p_p_n, /* 579 */
+ Parrot_fdiv_p_p_nc, /* 580 */
+ Parrot_ceil_n, /* 581 */
+ Parrot_ceil_i_n, /* 582 */
+ Parrot_ceil_n_n, /* 583 */
+ Parrot_floor_n, /* 584 */
+ Parrot_floor_i_n, /* 585 */
+ Parrot_floor_n_n, /* 586 */
+ Parrot_inc_i, /* 587 */
+ Parrot_inc_n, /* 588 */
+ Parrot_inc_p, /* 589 */
+ Parrot_mod_i_i, /* 590 */
+ Parrot_mod_i_ic, /* 591 */
+ Parrot_mod_n_n, /* 592 */
+ Parrot_mod_n_nc, /* 593 */
+ Parrot_mod_p_p, /* 594 */
+ Parrot_mod_p_i, /* 595 */
+ Parrot_mod_p_ic, /* 596 */
+ Parrot_mod_p_n, /* 597 */
+ Parrot_mod_p_nc, /* 598 */
+ Parrot_mod_i_i_i, /* 599 */
+ Parrot_mod_i_ic_i, /* 600 */
+ Parrot_mod_i_i_ic, /* 601 */
+ Parrot_mod_n_n_n, /* 602 */
+ Parrot_mod_n_nc_n, /* 603 */
+ Parrot_mod_n_n_nc, /* 604 */
+ Parrot_mod_p_p_p, /* 605 */
+ Parrot_mod_p_p_i, /* 606 */
+ Parrot_mod_p_p_ic, /* 607 */
+ Parrot_mod_p_p_n, /* 608 */
+ Parrot_mod_p_p_nc, /* 609 */
+ Parrot_mul_i_i, /* 610 */
+ Parrot_mul_i_ic, /* 611 */
+ Parrot_mul_n_n, /* 612 */
+ Parrot_mul_n_nc, /* 613 */
+ Parrot_mul_p_p, /* 614 */
+ Parrot_mul_p_i, /* 615 */
+ Parrot_mul_p_ic, /* 616 */
+ Parrot_mul_p_n, /* 617 */
+ Parrot_mul_p_nc, /* 618 */
+ Parrot_mul_i_i_i, /* 619 */
+ Parrot_mul_i_ic_i, /* 620 */
+ Parrot_mul_i_i_ic, /* 621 */
+ Parrot_mul_n_n_n, /* 622 */
+ Parrot_mul_n_nc_n, /* 623 */
+ Parrot_mul_n_n_nc, /* 624 */
+ Parrot_mul_p_p_p, /* 625 */
+ Parrot_mul_p_p_i, /* 626 */
+ Parrot_mul_p_p_ic, /* 627 */
+ Parrot_mul_p_p_n, /* 628 */
+ Parrot_mul_p_p_nc, /* 629 */
+ Parrot_neg_i, /* 630 */
+ Parrot_neg_n, /* 631 */
+ Parrot_neg_p, /* 632 */
+ Parrot_neg_i_i, /* 633 */
+ Parrot_neg_n_n, /* 634 */
+ Parrot_neg_p_p, /* 635 */
+ Parrot_pow_n_n_n, /* 636 */
+ Parrot_pow_n_nc_n, /* 637 */
+ Parrot_pow_n_n_nc, /* 638 */
+ Parrot_pow_p_p_p, /* 639 */
+ Parrot_pow_p_p_i, /* 640 */
+ Parrot_pow_p_p_ic, /* 641 */
+ Parrot_pow_p_p_n, /* 642 */
+ Parrot_pow_p_p_nc, /* 643 */
+ Parrot_pow_n_n_i, /* 644 */
+ Parrot_pow_n_nc_i, /* 645 */
+ Parrot_pow_n_n_ic, /* 646 */
+ Parrot_pow_n_nc_ic, /* 647 */
+ Parrot_sub_i_i, /* 648 */
+ Parrot_sub_i_ic, /* 649 */
+ Parrot_sub_n_n, /* 650 */
+ Parrot_sub_n_nc, /* 651 */
+ Parrot_sub_p_p, /* 652 */
+ Parrot_sub_p_i, /* 653 */
+ Parrot_sub_p_ic, /* 654 */
+ Parrot_sub_p_n, /* 655 */
+ Parrot_sub_p_nc, /* 656 */
+ Parrot_sub_i_i_i, /* 657 */
+ Parrot_sub_i_ic_i, /* 658 */
+ Parrot_sub_i_i_ic, /* 659 */
+ Parrot_sub_n_n_n, /* 660 */
+ Parrot_sub_n_nc_n, /* 661 */
+ Parrot_sub_n_n_nc, /* 662 */
+ Parrot_sub_p_p_p, /* 663 */
+ Parrot_sub_p_p_i, /* 664 */
+ Parrot_sub_p_p_ic, /* 665 */
+ Parrot_sub_p_p_n, /* 666 */
+ Parrot_sub_p_p_nc, /* 667 */
+ Parrot_sqrt_n_n, /* 668 */
+ Parrot_acos_n_n, /* 669 */
+ Parrot_asec_n_n, /* 670 */
+ Parrot_asin_n_n, /* 671 */
+ Parrot_atan_n_n, /* 672 */
+ Parrot_atan_n_n_n, /* 673 */
+ Parrot_atan_n_nc_n, /* 674 */
+ Parrot_atan_n_n_nc, /* 675 */
+ Parrot_cos_n_n, /* 676 */
+ Parrot_cosh_n_n, /* 677 */
+ Parrot_exp_n_n, /* 678 */
+ Parrot_ln_n_n, /* 679 */
+ Parrot_log10_n_n, /* 680 */
+ Parrot_log2_n_n, /* 681 */
+ Parrot_sec_n_n, /* 682 */
+ Parrot_sech_n_n, /* 683 */
+ Parrot_sin_n_n, /* 684 */
+ Parrot_sinh_n_n, /* 685 */
+ Parrot_tan_n_n, /* 686 */
+ Parrot_tanh_n_n, /* 687 */
+ Parrot_gcd_i_i_i, /* 688 */
+ Parrot_gcd_i_ic_i, /* 689 */
+ Parrot_gcd_i_i_ic, /* 690 */
+ Parrot_lcm_i_i_i, /* 691 */
+ Parrot_lcm_i_ic_i, /* 692 */
+ Parrot_lcm_i_i_ic, /* 693 */
+ Parrot_fact_i_i, /* 694 */
+ Parrot_fact_n_i, /* 695 */
+ Parrot_callmethodcc_p_s, /* 696 */
+ Parrot_callmethodcc_p_sc, /* 697 */
+ Parrot_callmethodcc_p_p, /* 698 */
+ Parrot_callmethod_p_s_p, /* 699 */
+ Parrot_callmethod_p_sc_p, /* 700 */
+ Parrot_callmethod_p_p_p, /* 701 */
+ Parrot_tailcallmethod_p_s, /* 702 */
+ Parrot_tailcallmethod_p_sc, /* 703 */
+ Parrot_tailcallmethod_p_p, /* 704 */
+ Parrot_addmethod_p_s_p, /* 705 */
+ Parrot_addmethod_p_sc_p, /* 706 */
+ Parrot_can_i_p_s, /* 707 */
+ Parrot_can_i_p_sc, /* 708 */
+ Parrot_does_i_p_s, /* 709 */
+ Parrot_does_i_p_sc, /* 710 */
+ Parrot_does_i_p_p, /* 711 */
+ Parrot_does_i_p_pc, /* 712 */
+ Parrot_isa_i_p_s, /* 713 */
+ Parrot_isa_i_p_sc, /* 714 */
+ Parrot_isa_i_p_p, /* 715 */
+ Parrot_isa_i_p_pc, /* 716 */
+ Parrot_newclass_p_s, /* 717 */
+ Parrot_newclass_p_sc, /* 718 */
+ Parrot_newclass_p_p, /* 719 */
+ Parrot_newclass_p_pc, /* 720 */
+ Parrot_subclass_p_p, /* 721 */
+ Parrot_subclass_p_pc, /* 722 */
+ Parrot_subclass_p_p_s, /* 723 */
+ Parrot_subclass_p_pc_s, /* 724 */
+ Parrot_subclass_p_p_sc, /* 725 */
+ Parrot_subclass_p_pc_sc, /* 726 */
+ Parrot_subclass_p_p_p, /* 727 */
+ Parrot_subclass_p_pc_p, /* 728 */
+ Parrot_subclass_p_p_pc, /* 729 */
+ Parrot_subclass_p_pc_pc, /* 730 */
+ Parrot_subclass_p_s, /* 731 */
+ Parrot_subclass_p_sc, /* 732 */
+ Parrot_subclass_p_s_s, /* 733 */
+ Parrot_subclass_p_sc_s, /* 734 */
+ Parrot_subclass_p_s_sc, /* 735 */
+ Parrot_subclass_p_sc_sc, /* 736 */
+ Parrot_subclass_p_s_p, /* 737 */
+ Parrot_subclass_p_sc_p, /* 738 */
+ Parrot_subclass_p_s_pc, /* 739 */
+ Parrot_subclass_p_sc_pc, /* 740 */
+ Parrot_get_class_p_s, /* 741 */
+ Parrot_get_class_p_sc, /* 742 */
+ Parrot_get_class_p_p, /* 743 */
+ Parrot_get_class_p_pc, /* 744 */
+ Parrot_class_p_p, /* 745 */
+ Parrot_addparent_p_p, /* 746 */
+ Parrot_removeparent_p_p, /* 747 */
+ Parrot_addrole_p_p, /* 748 */
+ Parrot_addattribute_p_s, /* 749 */
+ Parrot_addattribute_p_sc, /* 750 */
+ Parrot_removeattribute_p_s, /* 751 */
+ Parrot_removeattribute_p_sc, /* 752 */
+ Parrot_getattribute_p_p_s, /* 753 */
+ Parrot_getattribute_p_p_sc, /* 754 */
+ Parrot_getattribute_p_p_p_s, /* 755 */
+ Parrot_getattribute_p_p_pc_s, /* 756 */
+ Parrot_getattribute_p_p_p_sc, /* 757 */
+ Parrot_getattribute_p_p_pc_sc, /* 758 */
+ Parrot_setattribute_p_s_p, /* 759 */
+ Parrot_setattribute_p_sc_p, /* 760 */
+ Parrot_setattribute_p_p_s_p, /* 761 */
+ Parrot_setattribute_p_pc_s_p, /* 762 */
+ Parrot_setattribute_p_p_sc_p, /* 763 */
+ Parrot_setattribute_p_pc_sc_p, /* 764 */
+ Parrot_inspect_p_p, /* 765 */
+ Parrot_inspect_p_pc, /* 766 */
+ Parrot_inspect_p_p_s, /* 767 */
+ Parrot_inspect_p_pc_s, /* 768 */
+ Parrot_inspect_p_p_sc, /* 769 */
+ Parrot_inspect_p_pc_sc, /* 770 */
+ Parrot_new_p_s, /* 771 */
+ Parrot_new_p_sc, /* 772 */
+ Parrot_new_p_s_p, /* 773 */
+ Parrot_new_p_sc_p, /* 774 */
+ Parrot_new_p_s_pc, /* 775 */
+ Parrot_new_p_sc_pc, /* 776 */
+ Parrot_new_p_p, /* 777 */
+ Parrot_new_p_pc, /* 778 */
+ Parrot_new_p_p_p, /* 779 */
+ Parrot_new_p_pc_p, /* 780 */
+ Parrot_new_p_p_pc, /* 781 */
+ Parrot_new_p_pc_pc, /* 782 */
+ Parrot_root_new_p_p, /* 783 */
+ Parrot_root_new_p_pc, /* 784 */
+ Parrot_root_new_p_p_p, /* 785 */
+ Parrot_root_new_p_pc_p, /* 786 */
+ Parrot_root_new_p_p_pc, /* 787 */
+ Parrot_root_new_p_pc_pc, /* 788 */
+ Parrot_typeof_s_p, /* 789 */
+ Parrot_typeof_p_p, /* 790 */
+ Parrot_get_repr_s_p, /* 791 */
+ Parrot_find_method_p_p_s, /* 792 */
+ Parrot_find_method_p_p_sc, /* 793 */
+ Parrot_defined_i_p, /* 794 */
+ Parrot_defined_i_p_ki, /* 795 */
+ Parrot_defined_i_p_kic, /* 796 */
+ Parrot_defined_i_p_k, /* 797 */
+ Parrot_defined_i_p_kc, /* 798 */
+ Parrot_exists_i_p_ki, /* 799 */
+ Parrot_exists_i_p_kic, /* 800 */
+ Parrot_exists_i_p_k, /* 801 */
+ Parrot_exists_i_p_kc, /* 802 */
+ Parrot_delete_p_k, /* 803 */
+ Parrot_delete_p_kc, /* 804 */
+ Parrot_delete_p_ki, /* 805 */
+ Parrot_delete_p_kic, /* 806 */
+ Parrot_elements_i_p, /* 807 */
+ Parrot_push_p_i, /* 808 */
+ Parrot_push_p_ic, /* 809 */
+ Parrot_push_p_n, /* 810 */
+ Parrot_push_p_nc, /* 811 */
+ Parrot_push_p_s, /* 812 */
+ Parrot_push_p_sc, /* 813 */
+ Parrot_push_p_p, /* 814 */
+ Parrot_pop_i_p, /* 815 */
+ Parrot_pop_n_p, /* 816 */
+ Parrot_pop_s_p, /* 817 */
+ Parrot_pop_p_p, /* 818 */
+ Parrot_unshift_p_i, /* 819 */
+ Parrot_unshift_p_ic, /* 820 */
+ Parrot_unshift_p_n, /* 821 */
+ Parrot_unshift_p_nc, /* 822 */
+ Parrot_unshift_p_s, /* 823 */
+ Parrot_unshift_p_sc, /* 824 */
+ Parrot_unshift_p_p, /* 825 */
+ Parrot_shift_i_p, /* 826 */
+ Parrot_shift_n_p, /* 827 */
+ Parrot_shift_s_p, /* 828 */
+ Parrot_shift_p_p, /* 829 */
+ Parrot_splice_p_p_i_i, /* 830 */
+ Parrot_splice_p_p_ic_i, /* 831 */
+ Parrot_splice_p_p_i_ic, /* 832 */
+ Parrot_splice_p_p_ic_ic, /* 833 */
+ Parrot_setprop_p_s_p, /* 834 */
+ Parrot_setprop_p_sc_p, /* 835 */
+ Parrot_getprop_p_s_p, /* 836 */
+ Parrot_getprop_p_sc_p, /* 837 */
+ Parrot_delprop_p_s, /* 838 */
+ Parrot_delprop_p_sc, /* 839 */
+ Parrot_prophash_p_p, /* 840 */
+ Parrot_freeze_s_p, /* 841 */
+ Parrot_thaw_p_s, /* 842 */
+ Parrot_thaw_p_sc, /* 843 */
+ Parrot_add_multi_s_s_p, /* 844 */
+ Parrot_add_multi_sc_s_p, /* 845 */
+ Parrot_add_multi_s_sc_p, /* 846 */
+ Parrot_add_multi_sc_sc_p, /* 847 */
+ Parrot_find_multi_p_s_s, /* 848 */
+ Parrot_find_multi_p_sc_s, /* 849 */
+ Parrot_find_multi_p_s_sc, /* 850 */
+ Parrot_find_multi_p_sc_sc, /* 851 */
+ Parrot_register_p, /* 852 */
+ Parrot_unregister_p, /* 853 */
+ Parrot_box_p_i, /* 854 */
+ Parrot_box_p_ic, /* 855 */
+ Parrot_box_p_n, /* 856 */
+ Parrot_box_p_nc, /* 857 */
+ Parrot_box_p_s, /* 858 */
+ Parrot_box_p_sc, /* 859 */
+ Parrot_iter_p_p, /* 860 */
+ Parrot_morph_p_p, /* 861 */
+ Parrot_morph_p_pc, /* 862 */
+ Parrot_clone_s_s, /* 863 */
+ Parrot_clone_s_sc, /* 864 */
+ Parrot_exchange_i_i, /* 865 */
+ Parrot_exchange_p_p, /* 866 */
+ Parrot_exchange_n_n, /* 867 */
+ Parrot_exchange_s_s, /* 868 */
+ Parrot_set_i_i, /* 869 */
+ Parrot_set_i_ic, /* 870 */
+ Parrot_set_i_n, /* 871 */
+ Parrot_set_i_nc, /* 872 */
+ Parrot_set_i_s, /* 873 */
+ Parrot_set_i_sc, /* 874 */
+ Parrot_set_n_n, /* 875 */
+ Parrot_set_n_nc, /* 876 */
+ Parrot_set_n_i, /* 877 */
+ Parrot_set_n_ic, /* 878 */
+ Parrot_set_n_s, /* 879 */
+ Parrot_set_n_sc, /* 880 */
+ Parrot_set_n_p, /* 881 */
+ Parrot_set_s_p, /* 882 */
+ Parrot_set_s_s, /* 883 */
+ Parrot_set_s_sc, /* 884 */
+ Parrot_set_s_i, /* 885 */
+ Parrot_set_s_ic, /* 886 */
+ Parrot_set_s_n, /* 887 */
+ Parrot_set_s_nc, /* 888 */
+ Parrot_set_p_pc, /* 889 */
+ Parrot_set_p_p, /* 890 */
+ Parrot_set_p_i, /* 891 */
+ Parrot_set_p_ic, /* 892 */
+ Parrot_set_p_n, /* 893 */
+ Parrot_set_p_nc, /* 894 */
+ Parrot_set_p_s, /* 895 */
+ Parrot_set_p_sc, /* 896 */
+ Parrot_set_i_p, /* 897 */
+ Parrot_assign_p_p, /* 898 */
+ Parrot_assign_p_i, /* 899 */
+ Parrot_assign_p_ic, /* 900 */
+ Parrot_assign_p_n, /* 901 */
+ Parrot_assign_p_nc, /* 902 */
+ Parrot_assign_p_s, /* 903 */
+ Parrot_assign_p_sc, /* 904 */
+ Parrot_assign_s_s, /* 905 */
+ Parrot_assign_s_sc, /* 906 */
+ Parrot_setref_p_p, /* 907 */
+ Parrot_deref_p_p, /* 908 */
+ Parrot_setp_ind_i_p, /* 909 */
+ Parrot_setp_ind_ic_p, /* 910 */
+ Parrot_setn_ind_i_n, /* 911 */
+ Parrot_setn_ind_ic_n, /* 912 */
+ Parrot_setn_ind_i_nc, /* 913 */
+ Parrot_setn_ind_ic_nc, /* 914 */
+ Parrot_sets_ind_i_s, /* 915 */
+ Parrot_sets_ind_ic_s, /* 916 */
+ Parrot_sets_ind_i_sc, /* 917 */
+ Parrot_sets_ind_ic_sc, /* 918 */
+ Parrot_seti_ind_i_i, /* 919 */
+ Parrot_seti_ind_ic_i, /* 920 */
+ Parrot_seti_ind_i_ic, /* 921 */
+ Parrot_seti_ind_ic_ic, /* 922 */
+ Parrot_set_p_ki_i, /* 923 */
+ Parrot_set_p_kic_i, /* 924 */
+ Parrot_set_p_ki_ic, /* 925 */
+ Parrot_set_p_kic_ic, /* 926 */
+ Parrot_set_p_ki_n, /* 927 */
+ Parrot_set_p_kic_n, /* 928 */
+ Parrot_set_p_ki_nc, /* 929 */
+ Parrot_set_p_kic_nc, /* 930 */
+ Parrot_set_p_ki_s, /* 931 */
+ Parrot_set_p_kic_s, /* 932 */
+ Parrot_set_p_ki_sc, /* 933 */
+ Parrot_set_p_kic_sc, /* 934 */
+ Parrot_set_p_ki_p, /* 935 */
+ Parrot_set_p_kic_p, /* 936 */
+ Parrot_set_i_p_ki, /* 937 */
+ Parrot_set_i_p_kic, /* 938 */
+ Parrot_set_n_p_ki, /* 939 */
+ Parrot_set_n_p_kic, /* 940 */
+ Parrot_set_s_p_ki, /* 941 */
+ Parrot_set_s_p_kic, /* 942 */
+ Parrot_set_p_p_ki, /* 943 */
+ Parrot_set_p_p_kic, /* 944 */
+ Parrot_set_p_k_i, /* 945 */
+ Parrot_set_p_kc_i, /* 946 */
+ Parrot_set_p_k_ic, /* 947 */
+ Parrot_set_p_kc_ic, /* 948 */
+ Parrot_set_p_k_n, /* 949 */
+ Parrot_set_p_kc_n, /* 950 */
+ Parrot_set_p_k_nc, /* 951 */
+ Parrot_set_p_kc_nc, /* 952 */
+ Parrot_set_p_k_s, /* 953 */
+ Parrot_set_p_kc_s, /* 954 */
+ Parrot_set_p_k_sc, /* 955 */
+ Parrot_set_p_kc_sc, /* 956 */
+ Parrot_set_p_k_p, /* 957 */
+ Parrot_set_p_kc_p, /* 958 */
+ Parrot_set_i_p_k, /* 959 */
+ Parrot_set_i_p_kc, /* 960 */
+ Parrot_set_n_p_k, /* 961 */
+ Parrot_set_n_p_kc, /* 962 */
+ Parrot_set_s_p_k, /* 963 */
+ Parrot_set_s_p_kc, /* 964 */
+ Parrot_set_p_p_k, /* 965 */
+ Parrot_set_p_p_kc, /* 966 */
+ Parrot_clone_p_p, /* 967 */
+ Parrot_clone_p_p_p, /* 968 */
+ Parrot_clone_p_p_pc, /* 969 */
+ Parrot_copy_p_p, /* 970 */
+ Parrot_null_s, /* 971 */
+ Parrot_null_i, /* 972 */
+ Parrot_null_p, /* 973 */
+ Parrot_null_n, /* 974 */
+ Parrot_cleari, /* 975 */
+ Parrot_clearn, /* 976 */
+ Parrot_clears, /* 977 */
+ Parrot_clearp, /* 978 */
+ Parrot_ord_i_s, /* 979 */
+ Parrot_ord_i_sc, /* 980 */
+ Parrot_ord_i_s_i, /* 981 */
+ Parrot_ord_i_sc_i, /* 982 */
+ Parrot_ord_i_s_ic, /* 983 */
+ Parrot_ord_i_sc_ic, /* 984 */
+ Parrot_chr_s_i, /* 985 */
+ Parrot_chr_s_ic, /* 986 */
+ Parrot_chopn_s_s_i, /* 987 */
+ Parrot_chopn_s_sc_i, /* 988 */
+ Parrot_chopn_s_s_ic, /* 989 */
+ Parrot_chopn_s_sc_ic, /* 990 */
+ Parrot_concat_s_s, /* 991 */
+ Parrot_concat_s_sc, /* 992 */
+ Parrot_concat_p_p, /* 993 */
+ Parrot_concat_p_s, /* 994 */
+ Parrot_concat_p_sc, /* 995 */
+ Parrot_concat_s_s_s, /* 996 */
+ Parrot_concat_s_sc_s, /* 997 */
+ Parrot_concat_s_s_sc, /* 998 */
+ Parrot_concat_p_p_s, /* 999 */
+ Parrot_concat_p_p_sc, /* 1000 */
+ Parrot_concat_p_p_p, /* 1001 */
+ Parrot_repeat_s_s_i, /* 1002 */
+ Parrot_repeat_s_sc_i, /* 1003 */
+ Parrot_repeat_s_s_ic, /* 1004 */
+ Parrot_repeat_s_sc_ic, /* 1005 */
+ Parrot_repeat_p_p_i, /* 1006 */
+ Parrot_repeat_p_p_ic, /* 1007 */
+ Parrot_repeat_p_p_p, /* 1008 */
+ Parrot_repeat_p_i, /* 1009 */
+ Parrot_repeat_p_ic, /* 1010 */
+ Parrot_repeat_p_p, /* 1011 */
+ Parrot_length_i_s, /* 1012 */
+ Parrot_length_i_sc, /* 1013 */
+ Parrot_bytelength_i_s, /* 1014 */
+ Parrot_bytelength_i_sc, /* 1015 */
+ Parrot_pin_s, /* 1016 */
+ Parrot_unpin_s, /* 1017 */
+ Parrot_substr_s_s_i, /* 1018 */
+ Parrot_substr_s_sc_i, /* 1019 */
+ Parrot_substr_s_s_ic, /* 1020 */
+ Parrot_substr_s_sc_ic, /* 1021 */
+ Parrot_substr_s_s_i_i, /* 1022 */
+ Parrot_substr_s_sc_i_i, /* 1023 */
+ Parrot_substr_s_s_ic_i, /* 1024 */
+ Parrot_substr_s_sc_ic_i, /* 1025 */
+ Parrot_substr_s_s_i_ic, /* 1026 */
+ Parrot_substr_s_sc_i_ic, /* 1027 */
+ Parrot_substr_s_s_ic_ic, /* 1028 */
+ Parrot_substr_s_sc_ic_ic, /* 1029 */
+ Parrot_substr_s_p_i_i, /* 1030 */
+ Parrot_substr_s_p_ic_i, /* 1031 */
+ Parrot_substr_s_p_i_ic, /* 1032 */
+ Parrot_substr_s_p_ic_ic, /* 1033 */
+ Parrot_replace_s_s_i_i_s, /* 1034 */
+ Parrot_replace_s_sc_i_i_s, /* 1035 */
+ Parrot_replace_s_s_ic_i_s, /* 1036 */
+ Parrot_replace_s_sc_ic_i_s, /* 1037 */
+ Parrot_replace_s_s_i_ic_s, /* 1038 */
+ Parrot_replace_s_sc_i_ic_s, /* 1039 */
+ Parrot_replace_s_s_ic_ic_s, /* 1040 */
+ Parrot_replace_s_sc_ic_ic_s, /* 1041 */
+ Parrot_replace_s_s_i_i_sc, /* 1042 */
+ Parrot_replace_s_sc_i_i_sc, /* 1043 */
+ Parrot_replace_s_s_ic_i_sc, /* 1044 */
+ Parrot_replace_s_sc_ic_i_sc, /* 1045 */
+ Parrot_replace_s_s_i_ic_sc, /* 1046 */
+ Parrot_replace_s_sc_i_ic_sc, /* 1047 */
+ Parrot_replace_s_s_ic_ic_sc, /* 1048 */
+ Parrot_replace_s_sc_ic_ic_sc, /* 1049 */
+ Parrot_index_i_s_s, /* 1050 */
+ Parrot_index_i_sc_s, /* 1051 */
+ Parrot_index_i_s_sc, /* 1052 */
+ Parrot_index_i_sc_sc, /* 1053 */
+ Parrot_index_i_s_s_i, /* 1054 */
+ Parrot_index_i_sc_s_i, /* 1055 */
+ Parrot_index_i_s_sc_i, /* 1056 */
+ Parrot_index_i_sc_sc_i, /* 1057 */
+ Parrot_index_i_s_s_ic, /* 1058 */
+ Parrot_index_i_sc_s_ic, /* 1059 */
+ Parrot_index_i_s_sc_ic, /* 1060 */
+ Parrot_index_i_sc_sc_ic, /* 1061 */
+ Parrot_sprintf_s_s_p, /* 1062 */
+ Parrot_sprintf_s_sc_p, /* 1063 */
+ Parrot_sprintf_p_p_p, /* 1064 */
+ Parrot_new_s, /* 1065 */
+ Parrot_new_s_i, /* 1066 */
+ Parrot_new_s_ic, /* 1067 */
+ Parrot_stringinfo_i_s_i, /* 1068 */
+ Parrot_stringinfo_i_sc_i, /* 1069 */
+ Parrot_stringinfo_i_s_ic, /* 1070 */
+ Parrot_stringinfo_i_sc_ic, /* 1071 */
+ Parrot_upcase_s_s, /* 1072 */
+ Parrot_upcase_s_sc, /* 1073 */
+ Parrot_downcase_s_s, /* 1074 */
+ Parrot_downcase_s_sc, /* 1075 */
+ Parrot_titlecase_s_s, /* 1076 */
+ Parrot_titlecase_s_sc, /* 1077 */
+ Parrot_join_s_s_p, /* 1078 */
+ Parrot_join_s_sc_p, /* 1079 */
+ Parrot_split_p_s_s, /* 1080 */
+ Parrot_split_p_sc_s, /* 1081 */
+ Parrot_split_p_s_sc, /* 1082 */
+ Parrot_split_p_sc_sc, /* 1083 */
+ Parrot_charset_i_s, /* 1084 */
+ Parrot_charset_i_sc, /* 1085 */
+ Parrot_charsetname_s_i, /* 1086 */
+ Parrot_charsetname_s_ic, /* 1087 */
+ Parrot_find_charset_i_s, /* 1088 */
+ Parrot_find_charset_i_sc, /* 1089 */
+ Parrot_trans_charset_s_s_i, /* 1090 */
+ Parrot_trans_charset_s_sc_i, /* 1091 */
+ Parrot_trans_charset_s_s_ic, /* 1092 */
+ Parrot_trans_charset_s_sc_ic, /* 1093 */
+ Parrot_encoding_i_s, /* 1094 */
+ Parrot_encoding_i_sc, /* 1095 */
+ Parrot_encodingname_s_i, /* 1096 */
+ Parrot_encodingname_s_ic, /* 1097 */
+ Parrot_find_encoding_i_s, /* 1098 */
+ Parrot_find_encoding_i_sc, /* 1099 */
+ Parrot_trans_encoding_s_s_i, /* 1100 */
+ Parrot_trans_encoding_s_sc_i, /* 1101 */
+ Parrot_trans_encoding_s_s_ic, /* 1102 */
+ Parrot_trans_encoding_s_sc_ic, /* 1103 */
+ Parrot_is_cclass_i_i_s_i, /* 1104 */
+ Parrot_is_cclass_i_ic_s_i, /* 1105 */
+ Parrot_is_cclass_i_i_sc_i, /* 1106 */
+ Parrot_is_cclass_i_ic_sc_i, /* 1107 */
+ Parrot_is_cclass_i_i_s_ic, /* 1108 */
+ Parrot_is_cclass_i_ic_s_ic, /* 1109 */
+ Parrot_is_cclass_i_i_sc_ic, /* 1110 */
+ Parrot_is_cclass_i_ic_sc_ic, /* 1111 */
+ Parrot_find_cclass_i_i_s_i_i, /* 1112 */
+ Parrot_find_cclass_i_ic_s_i_i, /* 1113 */
+ Parrot_find_cclass_i_i_sc_i_i, /* 1114 */
+ Parrot_find_cclass_i_ic_sc_i_i, /* 1115 */
+ Parrot_find_cclass_i_i_s_ic_i, /* 1116 */
+ Parrot_find_cclass_i_ic_s_ic_i, /* 1117 */
+ Parrot_find_cclass_i_i_sc_ic_i, /* 1118 */
+ Parrot_find_cclass_i_ic_sc_ic_i, /* 1119 */
+ Parrot_find_cclass_i_i_s_i_ic, /* 1120 */
+ Parrot_find_cclass_i_ic_s_i_ic, /* 1121 */
+ Parrot_find_cclass_i_i_sc_i_ic, /* 1122 */
+ Parrot_find_cclass_i_ic_sc_i_ic, /* 1123 */
+ Parrot_find_cclass_i_i_s_ic_ic, /* 1124 */
+ Parrot_find_cclass_i_ic_s_ic_ic, /* 1125 */
+ Parrot_find_cclass_i_i_sc_ic_ic, /* 1126 */
+ Parrot_find_cclass_i_ic_sc_ic_ic, /* 1127 */
+ Parrot_find_not_cclass_i_i_s_i_i, /* 1128 */
+ Parrot_find_not_cclass_i_ic_s_i_i, /* 1129 */
+ Parrot_find_not_cclass_i_i_sc_i_i, /* 1130 */
+ Parrot_find_not_cclass_i_ic_sc_i_i, /* 1131 */
+ Parrot_find_not_cclass_i_i_s_ic_i, /* 1132 */
+ Parrot_find_not_cclass_i_ic_s_ic_i, /* 1133 */
+ Parrot_find_not_cclass_i_i_sc_ic_i, /* 1134 */
+ Parrot_find_not_cclass_i_ic_sc_ic_i, /* 1135 */
+ Parrot_find_not_cclass_i_i_s_i_ic, /* 1136 */
+ Parrot_find_not_cclass_i_ic_s_i_ic, /* 1137 */
+ Parrot_find_not_cclass_i_i_sc_i_ic, /* 1138 */
+ Parrot_find_not_cclass_i_ic_sc_i_ic, /* 1139 */
+ Parrot_find_not_cclass_i_i_s_ic_ic, /* 1140 */
+ Parrot_find_not_cclass_i_ic_s_ic_ic, /* 1141 */
+ Parrot_find_not_cclass_i_i_sc_ic_ic, /* 1142 */
+ Parrot_find_not_cclass_i_ic_sc_ic_ic, /* 1143 */
+ Parrot_escape_s_s, /* 1144 */
+ Parrot_compose_s_s, /* 1145 */
+ Parrot_compose_s_sc, /* 1146 */
+ Parrot_spawnw_i_s, /* 1147 */
+ Parrot_spawnw_i_sc, /* 1148 */
+ Parrot_spawnw_i_p, /* 1149 */
+ Parrot_err_i, /* 1150 */
+ Parrot_err_s, /* 1151 */
+ Parrot_err_s_i, /* 1152 */
+ Parrot_err_s_ic, /* 1153 */
+ Parrot_time_i, /* 1154 */
+ Parrot_time_n, /* 1155 */
+ Parrot_gmtime_s_i, /* 1156 */
+ Parrot_gmtime_s_ic, /* 1157 */
+ Parrot_localtime_s_i, /* 1158 */
+ Parrot_localtime_s_ic, /* 1159 */
+ Parrot_decodetime_p_i, /* 1160 */
+ Parrot_decodetime_p_ic, /* 1161 */
+ Parrot_decodelocaltime_p_i, /* 1162 */
+ Parrot_decodelocaltime_p_ic, /* 1163 */
+ Parrot_sysinfo_s_i, /* 1164 */
+ Parrot_sysinfo_s_ic, /* 1165 */
+ Parrot_sysinfo_i_i, /* 1166 */
+ Parrot_sysinfo_i_ic, /* 1167 */
+ Parrot_sleep_i, /* 1168 */
+ Parrot_sleep_ic, /* 1169 */
+ Parrot_sleep_n, /* 1170 */
+ Parrot_sleep_nc, /* 1171 */
+ Parrot_sizeof_i_i, /* 1172 */
+ Parrot_sizeof_i_ic, /* 1173 */
+ Parrot_store_lex_s_p, /* 1174 */
+ Parrot_store_lex_sc_p, /* 1175 */
+ Parrot_store_dynamic_lex_s_p, /* 1176 */
+ Parrot_store_dynamic_lex_sc_p, /* 1177 */
+ Parrot_find_lex_p_s, /* 1178 */
+ Parrot_find_lex_p_sc, /* 1179 */
+ Parrot_find_dynamic_lex_p_s, /* 1180 */
+ Parrot_find_dynamic_lex_p_sc, /* 1181 */
+ Parrot_find_caller_lex_p_s, /* 1182 */
+ Parrot_find_caller_lex_p_sc, /* 1183 */
+ Parrot_get_namespace_p, /* 1184 */
+ Parrot_get_namespace_p_p, /* 1185 */
+ Parrot_get_namespace_p_pc, /* 1186 */
+ Parrot_get_hll_namespace_p, /* 1187 */
+ Parrot_get_hll_namespace_p_p, /* 1188 */
+ Parrot_get_hll_namespace_p_pc, /* 1189 */
+ Parrot_get_root_namespace_p, /* 1190 */
+ Parrot_get_root_namespace_p_p, /* 1191 */
+ Parrot_get_root_namespace_p_pc, /* 1192 */
+ Parrot_get_global_p_s, /* 1193 */
+ Parrot_get_global_p_sc, /* 1194 */
+ Parrot_get_global_p_p_s, /* 1195 */
+ Parrot_get_global_p_pc_s, /* 1196 */
+ Parrot_get_global_p_p_sc, /* 1197 */
+ Parrot_get_global_p_pc_sc, /* 1198 */
+ Parrot_get_hll_global_p_s, /* 1199 */
+ Parrot_get_hll_global_p_sc, /* 1200 */
+ Parrot_get_hll_global_p_p_s, /* 1201 */
+ Parrot_get_hll_global_p_pc_s, /* 1202 */
+ Parrot_get_hll_global_p_p_sc, /* 1203 */
+ Parrot_get_hll_global_p_pc_sc, /* 1204 */
+ Parrot_get_root_global_p_s, /* 1205 */
+ Parrot_get_root_global_p_sc, /* 1206 */
+ Parrot_get_root_global_p_p_s, /* 1207 */
+ Parrot_get_root_global_p_pc_s, /* 1208 */
+ Parrot_get_root_global_p_p_sc, /* 1209 */
+ Parrot_get_root_global_p_pc_sc, /* 1210 */
+ Parrot_set_global_s_p, /* 1211 */
+ Parrot_set_global_sc_p, /* 1212 */
+ Parrot_set_global_p_s_p, /* 1213 */
+ Parrot_set_global_pc_s_p, /* 1214 */
+ Parrot_set_global_p_sc_p, /* 1215 */
+ Parrot_set_global_pc_sc_p, /* 1216 */
+ Parrot_set_hll_global_s_p, /* 1217 */
+ Parrot_set_hll_global_sc_p, /* 1218 */
+ Parrot_set_hll_global_p_s_p, /* 1219 */
+ Parrot_set_hll_global_pc_s_p, /* 1220 */
+ Parrot_set_hll_global_p_sc_p, /* 1221 */
+ Parrot_set_hll_global_pc_sc_p, /* 1222 */
+ Parrot_set_root_global_s_p, /* 1223 */
+ Parrot_set_root_global_sc_p, /* 1224 */
+ Parrot_set_root_global_p_s_p, /* 1225 */
+ Parrot_set_root_global_pc_s_p, /* 1226 */
+ Parrot_set_root_global_p_sc_p, /* 1227 */
+ Parrot_set_root_global_pc_sc_p, /* 1228 */
+ Parrot_find_name_p_s, /* 1229 */
+ Parrot_find_name_p_sc, /* 1230 */
+ Parrot_find_sub_not_null_p_s, /* 1231 */
+ Parrot_find_sub_not_null_p_sc, /* 1232 */
+ Parrot_trap, /* 1233 */
+ Parrot_set_label_p_ic, /* 1234 */
+ Parrot_get_label_i_p, /* 1235 */
Parrot_fetch_p_p_p_p, /* 1236 */
Parrot_fetch_p_pc_p_p, /* 1237 */
Parrot_fetch_p_p_pc_p, /* 1238 */
@@ -21346,23 +21346,6 @@
return (opcode_t *)cur_opcode + 2;}
opcode_t *
-Parrot_set_label_p_ic(opcode_t *cur_opcode, PARROT_INTERP) {
- const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
-#line 71 "src/ops/experimental.ops"
- VTABLE_set_pointer(interp, PREG(1), (CUR_OPCODE + cur_opcode[2]));
-
-return (opcode_t *)cur_opcode + 3;}
-
-opcode_t *
-Parrot_get_label_i_p(opcode_t *cur_opcode, PARROT_INTERP) {
- const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
-#line 75 "src/ops/experimental.ops"
- void * const ptr = VTABLE_get_pointer(interp, PREG(2));
- IREG(1) = PTR2INTVAL(ptr);
-
-return (opcode_t *)cur_opcode + 3;}
-
-opcode_t *
Parrot_close_p(opcode_t *cur_opcode, PARROT_INTERP) {
const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
#line 43 "src/ops/io.ops"
@@ -30046,6 +30029,23 @@
return (opcode_t *)cur_opcode + 1;}
opcode_t *
+Parrot_set_label_p_ic(opcode_t *cur_opcode, PARROT_INTERP) {
+ const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
+#line 71 "src/ops/experimental.ops"
+ VTABLE_set_pointer(interp, PREG(1), (CUR_OPCODE + cur_opcode[2]));
+
+return (opcode_t *)cur_opcode + 3;}
+
+opcode_t *
+Parrot_get_label_i_p(opcode_t *cur_opcode, PARROT_INTERP) {
+ const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
+#line 75 "src/ops/experimental.ops"
+ void * const ptr = VTABLE_get_pointer(interp, PREG(2));
+ IREG(1) = PTR2INTVAL(ptr);
+
+return (opcode_t *)cur_opcode + 3;}
+
+opcode_t *
Parrot_fetch_p_p_p_p(opcode_t *cur_opcode, PARROT_INTERP) {
const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
#line 95 "src/ops/experimental.ops"
Modified: branches/ops_pct/src/ops/ops.num
==============================================================================
--- branches/ops_pct/src/ops/ops.num Wed May 5 11:50:37 2010 (r46305)
+++ branches/ops_pct/src/ops/ops.num Wed May 5 11:50:58 2010 (r46306)
@@ -446,813 +446,811 @@
backtrace 422
getline_i 423
getfile_s 424
-set_label_p_ic 425
-get_label_i_p 426
-close_p 427
-fdopen_p_i_s 428
-fdopen_p_ic_s 429
-fdopen_p_i_sc 430
-fdopen_p_ic_sc 431
-getstdin_p 432
-getstdout_p 433
-getstderr_p 434
-setstdin_p 435
-setstdout_p 436
-setstderr_p 437
-open_p_s_s 438
-open_p_sc_s 439
-open_p_s_sc 440
-open_p_sc_sc 441
-open_p_s 442
-open_p_sc 443
-print_i 444
-print_ic 445
-print_n 446
-print_nc 447
-print_s 448
-print_sc 449
-print_p 450
-say_i 451
-say_ic 452
-say_n 453
-say_nc 454
-say_s 455
-say_sc 456
-say_p 457
-printerr_i 458
-printerr_ic 459
-printerr_n 460
-printerr_nc 461
-printerr_s 462
-printerr_sc 463
-printerr_p 464
-print_p_i 465
-print_p_ic 466
-print_p_n 467
-print_p_nc 468
-print_p_s 469
-print_p_sc 470
-print_p_p 471
-read_s_i 472
-read_s_ic 473
-read_s_p_i 474
-read_s_p_ic 475
-readline_s_p 476
-peek_s 477
-peek_s_p 478
-stat_i_s_i 479
-stat_i_sc_i 480
-stat_i_s_ic 481
-stat_i_sc_ic 482
-stat_i_i_i 483
-stat_i_ic_i 484
-stat_i_i_ic 485
-stat_i_ic_ic 486
-seek_p_i_i 487
-seek_p_ic_i 488
-seek_p_i_ic 489
-seek_p_ic_ic 490
-seek_p_i_i_i 491
-seek_p_ic_i_i 492
-seek_p_i_ic_i 493
-seek_p_ic_ic_i 494
-seek_p_i_i_ic 495
-seek_p_ic_i_ic 496
-seek_p_i_ic_ic 497
-seek_p_ic_ic_ic 498
-tell_i_p 499
-tell_i_i_p 500
-abs_i 501
-abs_n 502
-abs_i_i 503
-abs_n_n 504
-abs_p 505
-abs_p_p 506
-add_i_i 507
-add_i_ic 508
-add_n_n 509
-add_n_nc 510
-add_p_p 511
-add_p_i 512
-add_p_ic 513
-add_p_n 514
-add_p_nc 515
-add_i_i_i 516
-add_i_ic_i 517
-add_i_i_ic 518
-add_n_n_n 519
-add_n_nc_n 520
-add_n_n_nc 521
-add_p_p_p 522
-add_p_p_i 523
-add_p_p_ic 524
-add_p_p_n 525
-add_p_p_nc 526
-cmod_i_i_i 527
-cmod_i_ic_i 528
-cmod_i_i_ic 529
-cmod_p_p_i 530
-cmod_p_p_ic 531
-cmod_p_p_p 532
-cmod_n_n_n 533
-cmod_n_nc_n 534
-cmod_n_n_nc 535
-cmod_p_p_n 536
-cmod_p_p_nc 537
-dec_i 538
-dec_n 539
-dec_p 540
-div_i_i 541
-div_i_ic 542
-div_n_n 543
-div_n_nc 544
-div_p_p 545
-div_p_i 546
-div_p_ic 547
-div_p_n 548
-div_p_nc 549
-div_i_i_i 550
-div_i_ic_i 551
-div_i_i_ic 552
-div_i_ic_ic 553
-div_n_n_n 554
-div_n_nc_n 555
-div_n_n_nc 556
-div_n_nc_nc 557
-div_p_p_p 558
-div_p_p_i 559
-div_p_p_ic 560
-div_p_p_n 561
-div_p_p_nc 562
-fdiv_i_i 563
-fdiv_i_ic 564
-fdiv_n_n 565
-fdiv_n_nc 566
-fdiv_p_p 567
-fdiv_p_i 568
-fdiv_p_ic 569
-fdiv_p_n 570
-fdiv_p_nc 571
-fdiv_i_i_i 572
-fdiv_i_ic_i 573
-fdiv_i_i_ic 574
-fdiv_n_n_n 575
-fdiv_n_nc_n 576
-fdiv_n_n_nc 577
-fdiv_p_p_p 578
-fdiv_p_p_i 579
-fdiv_p_p_ic 580
-fdiv_p_p_n 581
-fdiv_p_p_nc 582
-ceil_n 583
-ceil_i_n 584
-ceil_n_n 585
-floor_n 586
-floor_i_n 587
-floor_n_n 588
-inc_i 589
-inc_n 590
-inc_p 591
-mod_i_i 592
-mod_i_ic 593
-mod_n_n 594
-mod_n_nc 595
-mod_p_p 596
-mod_p_i 597
-mod_p_ic 598
-mod_p_n 599
-mod_p_nc 600
-mod_i_i_i 601
-mod_i_ic_i 602
-mod_i_i_ic 603
-mod_n_n_n 604
-mod_n_nc_n 605
-mod_n_n_nc 606
-mod_p_p_p 607
-mod_p_p_i 608
-mod_p_p_ic 609
-mod_p_p_n 610
-mod_p_p_nc 611
-mul_i_i 612
-mul_i_ic 613
-mul_n_n 614
-mul_n_nc 615
-mul_p_p 616
-mul_p_i 617
-mul_p_ic 618
-mul_p_n 619
-mul_p_nc 620
-mul_i_i_i 621
-mul_i_ic_i 622
-mul_i_i_ic 623
-mul_n_n_n 624
-mul_n_nc_n 625
-mul_n_n_nc 626
-mul_p_p_p 627
-mul_p_p_i 628
-mul_p_p_ic 629
-mul_p_p_n 630
-mul_p_p_nc 631
-neg_i 632
-neg_n 633
-neg_p 634
-neg_i_i 635
-neg_n_n 636
-neg_p_p 637
-pow_n_n_n 638
-pow_n_nc_n 639
-pow_n_n_nc 640
-pow_p_p_p 641
-pow_p_p_i 642
-pow_p_p_ic 643
-pow_p_p_n 644
-pow_p_p_nc 645
-pow_n_n_i 646
-pow_n_nc_i 647
-pow_n_n_ic 648
-pow_n_nc_ic 649
-sub_i_i 650
-sub_i_ic 651
-sub_n_n 652
-sub_n_nc 653
-sub_p_p 654
-sub_p_i 655
-sub_p_ic 656
-sub_p_n 657
-sub_p_nc 658
-sub_i_i_i 659
-sub_i_ic_i 660
-sub_i_i_ic 661
-sub_n_n_n 662
-sub_n_nc_n 663
-sub_n_n_nc 664
-sub_p_p_p 665
-sub_p_p_i 666
-sub_p_p_ic 667
-sub_p_p_n 668
-sub_p_p_nc 669
-sqrt_n_n 670
-acos_n_n 671
-asec_n_n 672
-asin_n_n 673
-atan_n_n 674
-atan_n_n_n 675
-atan_n_nc_n 676
-atan_n_n_nc 677
-cos_n_n 678
-cosh_n_n 679
-exp_n_n 680
-ln_n_n 681
-log10_n_n 682
-log2_n_n 683
-sec_n_n 684
-sech_n_n 685
-sin_n_n 686
-sinh_n_n 687
-tan_n_n 688
-tanh_n_n 689
-gcd_i_i_i 690
-gcd_i_ic_i 691
-gcd_i_i_ic 692
-lcm_i_i_i 693
-lcm_i_ic_i 694
-lcm_i_i_ic 695
-fact_i_i 696
-fact_n_i 697
-callmethodcc_p_s 698
-callmethodcc_p_sc 699
-callmethodcc_p_p 700
-callmethod_p_s_p 701
-callmethod_p_sc_p 702
-callmethod_p_p_p 703
-tailcallmethod_p_s 704
-tailcallmethod_p_sc 705
-tailcallmethod_p_p 706
-addmethod_p_s_p 707
-addmethod_p_sc_p 708
-can_i_p_s 709
-can_i_p_sc 710
-does_i_p_s 711
-does_i_p_sc 712
-does_i_p_p 713
-does_i_p_pc 714
-isa_i_p_s 715
-isa_i_p_sc 716
-isa_i_p_p 717
-isa_i_p_pc 718
-newclass_p_s 719
-newclass_p_sc 720
-newclass_p_p 721
-newclass_p_pc 722
-subclass_p_p 723
-subclass_p_pc 724
-subclass_p_p_s 725
-subclass_p_pc_s 726
-subclass_p_p_sc 727
-subclass_p_pc_sc 728
-subclass_p_p_p 729
-subclass_p_pc_p 730
-subclass_p_p_pc 731
-subclass_p_pc_pc 732
-subclass_p_s 733
-subclass_p_sc 734
-subclass_p_s_s 735
-subclass_p_sc_s 736
-subclass_p_s_sc 737
-subclass_p_sc_sc 738
-subclass_p_s_p 739
-subclass_p_sc_p 740
-subclass_p_s_pc 741
-subclass_p_sc_pc 742
-get_class_p_s 743
-get_class_p_sc 744
-get_class_p_p 745
-get_class_p_pc 746
-class_p_p 747
-addparent_p_p 748
-removeparent_p_p 749
-addrole_p_p 750
-addattribute_p_s 751
-addattribute_p_sc 752
-removeattribute_p_s 753
-removeattribute_p_sc 754
-getattribute_p_p_s 755
-getattribute_p_p_sc 756
-getattribute_p_p_p_s 757
-getattribute_p_p_pc_s 758
-getattribute_p_p_p_sc 759
-getattribute_p_p_pc_sc 760
-setattribute_p_s_p 761
-setattribute_p_sc_p 762
-setattribute_p_p_s_p 763
-setattribute_p_pc_s_p 764
-setattribute_p_p_sc_p 765
-setattribute_p_pc_sc_p 766
-inspect_p_p 767
-inspect_p_pc 768
-inspect_p_p_s 769
-inspect_p_pc_s 770
-inspect_p_p_sc 771
-inspect_p_pc_sc 772
-new_p_s 773
-new_p_sc 774
-new_p_s_p 775
-new_p_sc_p 776
-new_p_s_pc 777
-new_p_sc_pc 778
-new_p_p 779
-new_p_pc 780
-new_p_p_p 781
-new_p_pc_p 782
-new_p_p_pc 783
-new_p_pc_pc 784
-root_new_p_p 785
-root_new_p_pc 786
-root_new_p_p_p 787
-root_new_p_pc_p 788
-root_new_p_p_pc 789
-root_new_p_pc_pc 790
-typeof_s_p 791
-typeof_p_p 792
-get_repr_s_p 793
-find_method_p_p_s 794
-find_method_p_p_sc 795
-defined_i_p 796
-defined_i_p_ki 797
-defined_i_p_kic 798
-defined_i_p_k 799
-defined_i_p_kc 800
-exists_i_p_ki 801
-exists_i_p_kic 802
-exists_i_p_k 803
-exists_i_p_kc 804
-delete_p_k 805
-delete_p_kc 806
-delete_p_ki 807
-delete_p_kic 808
-elements_i_p 809
-push_p_i 810
-push_p_ic 811
-push_p_n 812
-push_p_nc 813
-push_p_s 814
-push_p_sc 815
-push_p_p 816
-pop_i_p 817
-pop_n_p 818
-pop_s_p 819
-pop_p_p 820
-unshift_p_i 821
-unshift_p_ic 822
-unshift_p_n 823
-unshift_p_nc 824
-unshift_p_s 825
-unshift_p_sc 826
-unshift_p_p 827
-shift_i_p 828
-shift_n_p 829
-shift_s_p 830
-shift_p_p 831
-splice_p_p_i_i 832
-splice_p_p_ic_i 833
-splice_p_p_i_ic 834
-splice_p_p_ic_ic 835
-setprop_p_s_p 836
-setprop_p_sc_p 837
-getprop_p_s_p 838
-getprop_p_sc_p 839
-delprop_p_s 840
-delprop_p_sc 841
-prophash_p_p 842
-freeze_s_p 843
-thaw_p_s 844
-thaw_p_sc 845
-add_multi_s_s_p 846
-add_multi_sc_s_p 847
-add_multi_s_sc_p 848
-add_multi_sc_sc_p 849
-find_multi_p_s_s 850
-find_multi_p_sc_s 851
-find_multi_p_s_sc 852
-find_multi_p_sc_sc 853
-register_p 854
-unregister_p 855
-box_p_i 856
-box_p_ic 857
-box_p_n 858
-box_p_nc 859
-box_p_s 860
-box_p_sc 861
-iter_p_p 862
-morph_p_p 863
-morph_p_pc 864
-clone_s_s 865
-clone_s_sc 866
-exchange_i_i 867
-exchange_p_p 868
-exchange_n_n 869
-exchange_s_s 870
-set_i_i 871
-set_i_ic 872
-set_i_n 873
-set_i_nc 874
-set_i_s 875
-set_i_sc 876
-set_n_n 877
-set_n_nc 878
-set_n_i 879
-set_n_ic 880
-set_n_s 881
-set_n_sc 882
-set_n_p 883
-set_s_p 884
-set_s_s 885
-set_s_sc 886
-set_s_i 887
-set_s_ic 888
-set_s_n 889
-set_s_nc 890
-set_p_pc 891
-set_p_p 892
-set_p_i 893
-set_p_ic 894
-set_p_n 895
-set_p_nc 896
-set_p_s 897
-set_p_sc 898
-set_i_p 899
-assign_p_p 900
-assign_p_i 901
-assign_p_ic 902
-assign_p_n 903
-assign_p_nc 904
-assign_p_s 905
-assign_p_sc 906
-assign_s_s 907
-assign_s_sc 908
-setref_p_p 909
-deref_p_p 910
-setp_ind_i_p 911
-setp_ind_ic_p 912
-setn_ind_i_n 913
-setn_ind_ic_n 914
-setn_ind_i_nc 915
-setn_ind_ic_nc 916
-sets_ind_i_s 917
-sets_ind_ic_s 918
-sets_ind_i_sc 919
-sets_ind_ic_sc 920
-seti_ind_i_i 921
-seti_ind_ic_i 922
-seti_ind_i_ic 923
-seti_ind_ic_ic 924
-set_p_ki_i 925
-set_p_kic_i 926
-set_p_ki_ic 927
-set_p_kic_ic 928
-set_p_ki_n 929
-set_p_kic_n 930
-set_p_ki_nc 931
-set_p_kic_nc 932
-set_p_ki_s 933
-set_p_kic_s 934
-set_p_ki_sc 935
-set_p_kic_sc 936
-set_p_ki_p 937
-set_p_kic_p 938
-set_i_p_ki 939
-set_i_p_kic 940
-set_n_p_ki 941
-set_n_p_kic 942
-set_s_p_ki 943
-set_s_p_kic 944
-set_p_p_ki 945
-set_p_p_kic 946
-set_p_k_i 947
-set_p_kc_i 948
-set_p_k_ic 949
-set_p_kc_ic 950
-set_p_k_n 951
-set_p_kc_n 952
-set_p_k_nc 953
-set_p_kc_nc 954
-set_p_k_s 955
-set_p_kc_s 956
-set_p_k_sc 957
-set_p_kc_sc 958
-set_p_k_p 959
-set_p_kc_p 960
-set_i_p_k 961
-set_i_p_kc 962
-set_n_p_k 963
-set_n_p_kc 964
-set_s_p_k 965
-set_s_p_kc 966
-set_p_p_k 967
-set_p_p_kc 968
-clone_p_p 969
-clone_p_p_p 970
-clone_p_p_pc 971
-copy_p_p 972
-null_s 973
-null_i 974
-null_p 975
-null_n 976
-cleari 977
-clearn 978
-clears 979
-clearp 980
-ord_i_s 981
-ord_i_sc 982
-ord_i_s_i 983
-ord_i_sc_i 984
-ord_i_s_ic 985
-ord_i_sc_ic 986
-chr_s_i 987
-chr_s_ic 988
-chopn_s_s_i 989
-chopn_s_sc_i 990
-chopn_s_s_ic 991
-chopn_s_sc_ic 992
-concat_s_s 993
-concat_s_sc 994
-concat_p_p 995
-concat_p_s 996
-concat_p_sc 997
-concat_s_s_s 998
-concat_s_sc_s 999
-concat_s_s_sc 1000
-concat_p_p_s 1001
-concat_p_p_sc 1002
-concat_p_p_p 1003
-repeat_s_s_i 1004
-repeat_s_sc_i 1005
-repeat_s_s_ic 1006
-repeat_s_sc_ic 1007
-repeat_p_p_i 1008
-repeat_p_p_ic 1009
-repeat_p_p_p 1010
-repeat_p_i 1011
-repeat_p_ic 1012
-repeat_p_p 1013
-length_i_s 1014
-length_i_sc 1015
-bytelength_i_s 1016
-bytelength_i_sc 1017
-pin_s 1018
-unpin_s 1019
-substr_s_s_i 1020
-substr_s_sc_i 1021
-substr_s_s_ic 1022
-substr_s_sc_ic 1023
-substr_s_s_i_i 1024
-substr_s_sc_i_i 1025
-substr_s_s_ic_i 1026
-substr_s_sc_ic_i 1027
-substr_s_s_i_ic 1028
-substr_s_sc_i_ic 1029
-substr_s_s_ic_ic 1030
-substr_s_sc_ic_ic 1031
-substr_s_p_i_i 1032
-substr_s_p_ic_i 1033
-substr_s_p_i_ic 1034
-substr_s_p_ic_ic 1035
-replace_s_s_i_i_s 1036
-replace_s_sc_i_i_s 1037
-replace_s_s_ic_i_s 1038
-replace_s_sc_ic_i_s 1039
-replace_s_s_i_ic_s 1040
-replace_s_sc_i_ic_s 1041
-replace_s_s_ic_ic_s 1042
-replace_s_sc_ic_ic_s 1043
-replace_s_s_i_i_sc 1044
-replace_s_sc_i_i_sc 1045
-replace_s_s_ic_i_sc 1046
-replace_s_sc_ic_i_sc 1047
-replace_s_s_i_ic_sc 1048
-replace_s_sc_i_ic_sc 1049
-replace_s_s_ic_ic_sc 1050
-replace_s_sc_ic_ic_sc 1051
-index_i_s_s 1052
-index_i_sc_s 1053
-index_i_s_sc 1054
-index_i_sc_sc 1055
-index_i_s_s_i 1056
-index_i_sc_s_i 1057
-index_i_s_sc_i 1058
-index_i_sc_sc_i 1059
-index_i_s_s_ic 1060
-index_i_sc_s_ic 1061
-index_i_s_sc_ic 1062
-index_i_sc_sc_ic 1063
-sprintf_s_s_p 1064
-sprintf_s_sc_p 1065
-sprintf_p_p_p 1066
-new_s 1067
-new_s_i 1068
-new_s_ic 1069
-stringinfo_i_s_i 1070
-stringinfo_i_sc_i 1071
-stringinfo_i_s_ic 1072
-stringinfo_i_sc_ic 1073
-upcase_s_s 1074
-upcase_s_sc 1075
-downcase_s_s 1076
-downcase_s_sc 1077
-titlecase_s_s 1078
-titlecase_s_sc 1079
-join_s_s_p 1080
-join_s_sc_p 1081
-split_p_s_s 1082
-split_p_sc_s 1083
-split_p_s_sc 1084
-split_p_sc_sc 1085
-charset_i_s 1086
-charset_i_sc 1087
-charsetname_s_i 1088
-charsetname_s_ic 1089
-find_charset_i_s 1090
-find_charset_i_sc 1091
-trans_charset_s_s_i 1092
-trans_charset_s_sc_i 1093
-trans_charset_s_s_ic 1094
-trans_charset_s_sc_ic 1095
-encoding_i_s 1096
-encoding_i_sc 1097
-encodingname_s_i 1098
-encodingname_s_ic 1099
-find_encoding_i_s 1100
-find_encoding_i_sc 1101
-trans_encoding_s_s_i 1102
-trans_encoding_s_sc_i 1103
-trans_encoding_s_s_ic 1104
-trans_encoding_s_sc_ic 1105
-is_cclass_i_i_s_i 1106
-is_cclass_i_ic_s_i 1107
-is_cclass_i_i_sc_i 1108
-is_cclass_i_ic_sc_i 1109
-is_cclass_i_i_s_ic 1110
-is_cclass_i_ic_s_ic 1111
-is_cclass_i_i_sc_ic 1112
-is_cclass_i_ic_sc_ic 1113
-find_cclass_i_i_s_i_i 1114
-find_cclass_i_ic_s_i_i 1115
-find_cclass_i_i_sc_i_i 1116
-find_cclass_i_ic_sc_i_i 1117
-find_cclass_i_i_s_ic_i 1118
-find_cclass_i_ic_s_ic_i 1119
-find_cclass_i_i_sc_ic_i 1120
-find_cclass_i_ic_sc_ic_i 1121
-find_cclass_i_i_s_i_ic 1122
-find_cclass_i_ic_s_i_ic 1123
-find_cclass_i_i_sc_i_ic 1124
-find_cclass_i_ic_sc_i_ic 1125
-find_cclass_i_i_s_ic_ic 1126
-find_cclass_i_ic_s_ic_ic 1127
-find_cclass_i_i_sc_ic_ic 1128
-find_cclass_i_ic_sc_ic_ic 1129
-find_not_cclass_i_i_s_i_i 1130
-find_not_cclass_i_ic_s_i_i 1131
-find_not_cclass_i_i_sc_i_i 1132
-find_not_cclass_i_ic_sc_i_i 1133
-find_not_cclass_i_i_s_ic_i 1134
-find_not_cclass_i_ic_s_ic_i 1135
-find_not_cclass_i_i_sc_ic_i 1136
-find_not_cclass_i_ic_sc_ic_i 1137
-find_not_cclass_i_i_s_i_ic 1138
-find_not_cclass_i_ic_s_i_ic 1139
-find_not_cclass_i_i_sc_i_ic 1140
-find_not_cclass_i_ic_sc_i_ic 1141
-find_not_cclass_i_i_s_ic_ic 1142
-find_not_cclass_i_ic_s_ic_ic 1143
-find_not_cclass_i_i_sc_ic_ic 1144
-find_not_cclass_i_ic_sc_ic_ic 1145
-escape_s_s 1146
-compose_s_s 1147
-compose_s_sc 1148
-spawnw_i_s 1149
-spawnw_i_sc 1150
-spawnw_i_p 1151
-err_i 1152
-err_s 1153
-err_s_i 1154
-err_s_ic 1155
-time_i 1156
-time_n 1157
-gmtime_s_i 1158
-gmtime_s_ic 1159
-localtime_s_i 1160
-localtime_s_ic 1161
-decodetime_p_i 1162
-decodetime_p_ic 1163
-decodelocaltime_p_i 1164
-decodelocaltime_p_ic 1165
-sysinfo_s_i 1166
-sysinfo_s_ic 1167
-sysinfo_i_i 1168
-sysinfo_i_ic 1169
-sleep_i 1170
-sleep_ic 1171
-sleep_n 1172
-sleep_nc 1173
-sizeof_i_i 1174
-sizeof_i_ic 1175
-store_lex_s_p 1176
-store_lex_sc_p 1177
-store_dynamic_lex_s_p 1178
-store_dynamic_lex_sc_p 1179
-find_lex_p_s 1180
-find_lex_p_sc 1181
-find_dynamic_lex_p_s 1182
-find_dynamic_lex_p_sc 1183
-find_caller_lex_p_s 1184
-find_caller_lex_p_sc 1185
-get_namespace_p 1186
-get_namespace_p_p 1187
-get_namespace_p_pc 1188
-get_hll_namespace_p 1189
-get_hll_namespace_p_p 1190
-get_hll_namespace_p_pc 1191
-get_root_namespace_p 1192
-get_root_namespace_p_p 1193
-get_root_namespace_p_pc 1194
-get_global_p_s 1195
-get_global_p_sc 1196
-get_global_p_p_s 1197
-get_global_p_pc_s 1198
-get_global_p_p_sc 1199
-get_global_p_pc_sc 1200
-get_hll_global_p_s 1201
-get_hll_global_p_sc 1202
-get_hll_global_p_p_s 1203
-get_hll_global_p_pc_s 1204
-get_hll_global_p_p_sc 1205
-get_hll_global_p_pc_sc 1206
-get_root_global_p_s 1207
-get_root_global_p_sc 1208
-get_root_global_p_p_s 1209
-get_root_global_p_pc_s 1210
-get_root_global_p_p_sc 1211
-get_root_global_p_pc_sc 1212
-set_global_s_p 1213
-set_global_sc_p 1214
-set_global_p_s_p 1215
-set_global_pc_s_p 1216
-set_global_p_sc_p 1217
-set_global_pc_sc_p 1218
-set_hll_global_s_p 1219
-set_hll_global_sc_p 1220
-set_hll_global_p_s_p 1221
-set_hll_global_pc_s_p 1222
-set_hll_global_p_sc_p 1223
-set_hll_global_pc_sc_p 1224
-set_root_global_s_p 1225
-set_root_global_sc_p 1226
-set_root_global_p_s_p 1227
-set_root_global_pc_s_p 1228
-set_root_global_p_sc_p 1229
-set_root_global_pc_sc_p 1230
-find_name_p_s 1231
-find_name_p_sc 1232
-find_sub_not_null_p_s 1233
-find_sub_not_null_p_sc 1234
+close_p 425
+fdopen_p_i_s 426
+fdopen_p_ic_s 427
+fdopen_p_i_sc 428
+fdopen_p_ic_sc 429
+getstdin_p 430
+getstdout_p 431
+getstderr_p 432
+setstdin_p 433
+setstdout_p 434
+setstderr_p 435
+open_p_s_s 436
+open_p_sc_s 437
+open_p_s_sc 438
+open_p_sc_sc 439
+open_p_s 440
+open_p_sc 441
+print_i 442
+print_ic 443
+print_n 444
+print_nc 445
+print_s 446
+print_sc 447
+print_p 448
+say_i 449
+say_ic 450
+say_n 451
+say_nc 452
+say_s 453
+say_sc 454
+say_p 455
+printerr_i 456
+printerr_ic 457
+printerr_n 458
+printerr_nc 459
+printerr_s 460
+printerr_sc 461
+printerr_p 462
+print_p_i 463
+print_p_ic 464
+print_p_n 465
+print_p_nc 466
+print_p_s 467
+print_p_sc 468
+print_p_p 469
+read_s_i 470
+read_s_ic 471
+read_s_p_i 472
+read_s_p_ic 473
+readline_s_p 474
+peek_s 475
+peek_s_p 476
+stat_i_s_i 477
+stat_i_sc_i 478
+stat_i_s_ic 479
+stat_i_sc_ic 480
+stat_i_i_i 481
+stat_i_ic_i 482
+stat_i_i_ic 483
+stat_i_ic_ic 484
+seek_p_i_i 485
+seek_p_ic_i 486
+seek_p_i_ic 487
+seek_p_ic_ic 488
+seek_p_i_i_i 489
+seek_p_ic_i_i 490
+seek_p_i_ic_i 491
+seek_p_ic_ic_i 492
+seek_p_i_i_ic 493
+seek_p_ic_i_ic 494
+seek_p_i_ic_ic 495
+seek_p_ic_ic_ic 496
+tell_i_p 497
+tell_i_i_p 498
+abs_i 499
+abs_n 500
+abs_i_i 501
+abs_n_n 502
+abs_p 503
+abs_p_p 504
+add_i_i 505
+add_i_ic 506
+add_n_n 507
+add_n_nc 508
+add_p_p 509
+add_p_i 510
+add_p_ic 511
+add_p_n 512
+add_p_nc 513
+add_i_i_i 514
+add_i_ic_i 515
+add_i_i_ic 516
+add_n_n_n 517
+add_n_nc_n 518
+add_n_n_nc 519
+add_p_p_p 520
+add_p_p_i 521
+add_p_p_ic 522
+add_p_p_n 523
+add_p_p_nc 524
+cmod_i_i_i 525
+cmod_i_ic_i 526
+cmod_i_i_ic 527
+cmod_p_p_i 528
+cmod_p_p_ic 529
+cmod_p_p_p 530
+cmod_n_n_n 531
+cmod_n_nc_n 532
+cmod_n_n_nc 533
+cmod_p_p_n 534
+cmod_p_p_nc 535
+dec_i 536
+dec_n 537
+dec_p 538
+div_i_i 539
+div_i_ic 540
+div_n_n 541
+div_n_nc 542
+div_p_p 543
+div_p_i 544
+div_p_ic 545
+div_p_n 546
+div_p_nc 547
+div_i_i_i 548
+div_i_ic_i 549
+div_i_i_ic 550
+div_i_ic_ic 551
+div_n_n_n 552
+div_n_nc_n 553
+div_n_n_nc 554
+div_n_nc_nc 555
+div_p_p_p 556
+div_p_p_i 557
+div_p_p_ic 558
+div_p_p_n 559
+div_p_p_nc 560
+fdiv_i_i 561
+fdiv_i_ic 562
+fdiv_n_n 563
+fdiv_n_nc 564
+fdiv_p_p 565
+fdiv_p_i 566
+fdiv_p_ic 567
+fdiv_p_n 568
+fdiv_p_nc 569
+fdiv_i_i_i 570
+fdiv_i_ic_i 571
+fdiv_i_i_ic 572
+fdiv_n_n_n 573
+fdiv_n_nc_n 574
+fdiv_n_n_nc 575
+fdiv_p_p_p 576
+fdiv_p_p_i 577
+fdiv_p_p_ic 578
+fdiv_p_p_n 579
+fdiv_p_p_nc 580
+ceil_n 581
+ceil_i_n 582
+ceil_n_n 583
+floor_n 584
+floor_i_n 585
+floor_n_n 586
+inc_i 587
+inc_n 588
+inc_p 589
+mod_i_i 590
+mod_i_ic 591
+mod_n_n 592
+mod_n_nc 593
+mod_p_p 594
+mod_p_i 595
+mod_p_ic 596
+mod_p_n 597
+mod_p_nc 598
+mod_i_i_i 599
+mod_i_ic_i 600
+mod_i_i_ic 601
+mod_n_n_n 602
+mod_n_nc_n 603
+mod_n_n_nc 604
+mod_p_p_p 605
+mod_p_p_i 606
+mod_p_p_ic 607
+mod_p_p_n 608
+mod_p_p_nc 609
+mul_i_i 610
+mul_i_ic 611
+mul_n_n 612
+mul_n_nc 613
+mul_p_p 614
+mul_p_i 615
+mul_p_ic 616
+mul_p_n 617
+mul_p_nc 618
+mul_i_i_i 619
+mul_i_ic_i 620
+mul_i_i_ic 621
+mul_n_n_n 622
+mul_n_nc_n 623
+mul_n_n_nc 624
+mul_p_p_p 625
+mul_p_p_i 626
+mul_p_p_ic 627
+mul_p_p_n 628
+mul_p_p_nc 629
+neg_i 630
+neg_n 631
+neg_p 632
+neg_i_i 633
+neg_n_n 634
+neg_p_p 635
+pow_n_n_n 636
+pow_n_nc_n 637
+pow_n_n_nc 638
+pow_p_p_p 639
+pow_p_p_i 640
+pow_p_p_ic 641
+pow_p_p_n 642
+pow_p_p_nc 643
+pow_n_n_i 644
+pow_n_nc_i 645
+pow_n_n_ic 646
+pow_n_nc_ic 647
+sub_i_i 648
+sub_i_ic 649
+sub_n_n 650
+sub_n_nc 651
+sub_p_p 652
+sub_p_i 653
+sub_p_ic 654
+sub_p_n 655
+sub_p_nc 656
+sub_i_i_i 657
+sub_i_ic_i 658
+sub_i_i_ic 659
+sub_n_n_n 660
+sub_n_nc_n 661
+sub_n_n_nc 662
+sub_p_p_p 663
+sub_p_p_i 664
+sub_p_p_ic 665
+sub_p_p_n 666
+sub_p_p_nc 667
+sqrt_n_n 668
+acos_n_n 669
+asec_n_n 670
+asin_n_n 671
+atan_n_n 672
+atan_n_n_n 673
+atan_n_nc_n 674
+atan_n_n_nc 675
+cos_n_n 676
+cosh_n_n 677
+exp_n_n 678
+ln_n_n 679
+log10_n_n 680
+log2_n_n 681
+sec_n_n 682
+sech_n_n 683
+sin_n_n 684
+sinh_n_n 685
+tan_n_n 686
+tanh_n_n 687
+gcd_i_i_i 688
+gcd_i_ic_i 689
+gcd_i_i_ic 690
+lcm_i_i_i 691
+lcm_i_ic_i 692
+lcm_i_i_ic 693
+fact_i_i 694
+fact_n_i 695
+callmethodcc_p_s 696
+callmethodcc_p_sc 697
+callmethodcc_p_p 698
+callmethod_p_s_p 699
+callmethod_p_sc_p 700
+callmethod_p_p_p 701
+tailcallmethod_p_s 702
+tailcallmethod_p_sc 703
+tailcallmethod_p_p 704
+addmethod_p_s_p 705
+addmethod_p_sc_p 706
+can_i_p_s 707
+can_i_p_sc 708
+does_i_p_s 709
+does_i_p_sc 710
+does_i_p_p 711
+does_i_p_pc 712
+isa_i_p_s 713
+isa_i_p_sc 714
+isa_i_p_p 715
+isa_i_p_pc 716
+newclass_p_s 717
+newclass_p_sc 718
+newclass_p_p 719
+newclass_p_pc 720
+subclass_p_p 721
+subclass_p_pc 722
+subclass_p_p_s 723
+subclass_p_pc_s 724
+subclass_p_p_sc 725
+subclass_p_pc_sc 726
+subclass_p_p_p 727
+subclass_p_pc_p 728
+subclass_p_p_pc 729
+subclass_p_pc_pc 730
+subclass_p_s 731
+subclass_p_sc 732
+subclass_p_s_s 733
+subclass_p_sc_s 734
+subclass_p_s_sc 735
+subclass_p_sc_sc 736
+subclass_p_s_p 737
+subclass_p_sc_p 738
+subclass_p_s_pc 739
+subclass_p_sc_pc 740
+get_class_p_s 741
+get_class_p_sc 742
+get_class_p_p 743
+get_class_p_pc 744
+class_p_p 745
+addparent_p_p 746
+removeparent_p_p 747
+addrole_p_p 748
+addattribute_p_s 749
+addattribute_p_sc 750
+removeattribute_p_s 751
+removeattribute_p_sc 752
+getattribute_p_p_s 753
+getattribute_p_p_sc 754
+getattribute_p_p_p_s 755
+getattribute_p_p_pc_s 756
+getattribute_p_p_p_sc 757
+getattribute_p_p_pc_sc 758
+setattribute_p_s_p 759
+setattribute_p_sc_p 760
+setattribute_p_p_s_p 761
+setattribute_p_pc_s_p 762
+setattribute_p_p_sc_p 763
+setattribute_p_pc_sc_p 764
+inspect_p_p 765
+inspect_p_pc 766
+inspect_p_p_s 767
+inspect_p_pc_s 768
+inspect_p_p_sc 769
+inspect_p_pc_sc 770
+new_p_s 771
+new_p_sc 772
+new_p_s_p 773
+new_p_sc_p 774
+new_p_s_pc 775
+new_p_sc_pc 776
+new_p_p 777
+new_p_pc 778
+new_p_p_p 779
+new_p_pc_p 780
+new_p_p_pc 781
+new_p_pc_pc 782
+root_new_p_p 783
+root_new_p_pc 784
+root_new_p_p_p 785
+root_new_p_pc_p 786
+root_new_p_p_pc 787
+root_new_p_pc_pc 788
+typeof_s_p 789
+typeof_p_p 790
+get_repr_s_p 791
+find_method_p_p_s 792
+find_method_p_p_sc 793
+defined_i_p 794
+defined_i_p_ki 795
+defined_i_p_kic 796
+defined_i_p_k 797
+defined_i_p_kc 798
+exists_i_p_ki 799
+exists_i_p_kic 800
+exists_i_p_k 801
+exists_i_p_kc 802
+delete_p_k 803
+delete_p_kc 804
+delete_p_ki 805
+delete_p_kic 806
+elements_i_p 807
+push_p_i 808
+push_p_ic 809
+push_p_n 810
+push_p_nc 811
+push_p_s 812
+push_p_sc 813
+push_p_p 814
+pop_i_p 815
+pop_n_p 816
+pop_s_p 817
+pop_p_p 818
+unshift_p_i 819
+unshift_p_ic 820
+unshift_p_n 821
+unshift_p_nc 822
+unshift_p_s 823
+unshift_p_sc 824
+unshift_p_p 825
+shift_i_p 826
+shift_n_p 827
+shift_s_p 828
+shift_p_p 829
+splice_p_p_i_i 830
+splice_p_p_ic_i 831
+splice_p_p_i_ic 832
+splice_p_p_ic_ic 833
+setprop_p_s_p 834
+setprop_p_sc_p 835
+getprop_p_s_p 836
+getprop_p_sc_p 837
+delprop_p_s 838
+delprop_p_sc 839
+prophash_p_p 840
+freeze_s_p 841
+thaw_p_s 842
+thaw_p_sc 843
+add_multi_s_s_p 844
+add_multi_sc_s_p 845
+add_multi_s_sc_p 846
+add_multi_sc_sc_p 847
+find_multi_p_s_s 848
+find_multi_p_sc_s 849
+find_multi_p_s_sc 850
+find_multi_p_sc_sc 851
+register_p 852
+unregister_p 853
+box_p_i 854
+box_p_ic 855
+box_p_n 856
+box_p_nc 857
+box_p_s 858
+box_p_sc 859
+iter_p_p 860
+morph_p_p 861
+morph_p_pc 862
+clone_s_s 863
+clone_s_sc 864
+exchange_i_i 865
+exchange_p_p 866
+exchange_n_n 867
+exchange_s_s 868
+set_i_i 869
+set_i_ic 870
+set_i_n 871
+set_i_nc 872
+set_i_s 873
+set_i_sc 874
+set_n_n 875
+set_n_nc 876
+set_n_i 877
+set_n_ic 878
+set_n_s 879
+set_n_sc 880
+set_n_p 881
+set_s_p 882
+set_s_s 883
+set_s_sc 884
+set_s_i 885
+set_s_ic 886
+set_s_n 887
+set_s_nc 888
+set_p_pc 889
+set_p_p 890
+set_p_i 891
+set_p_ic 892
+set_p_n 893
+set_p_nc 894
+set_p_s 895
+set_p_sc 896
+set_i_p 897
+assign_p_p 898
+assign_p_i 899
+assign_p_ic 900
+assign_p_n 901
+assign_p_nc 902
+assign_p_s 903
+assign_p_sc 904
+assign_s_s 905
+assign_s_sc 906
+setref_p_p 907
+deref_p_p 908
+setp_ind_i_p 909
+setp_ind_ic_p 910
+setn_ind_i_n 911
+setn_ind_ic_n 912
+setn_ind_i_nc 913
+setn_ind_ic_nc 914
+sets_ind_i_s 915
+sets_ind_ic_s 916
+sets_ind_i_sc 917
+sets_ind_ic_sc 918
+seti_ind_i_i 919
+seti_ind_ic_i 920
+seti_ind_i_ic 921
+seti_ind_ic_ic 922
+set_p_ki_i 923
+set_p_kic_i 924
+set_p_ki_ic 925
+set_p_kic_ic 926
+set_p_ki_n 927
+set_p_kic_n 928
+set_p_ki_nc 929
+set_p_kic_nc 930
+set_p_ki_s 931
+set_p_kic_s 932
+set_p_ki_sc 933
+set_p_kic_sc 934
+set_p_ki_p 935
+set_p_kic_p 936
+set_i_p_ki 937
+set_i_p_kic 938
+set_n_p_ki 939
+set_n_p_kic 940
+set_s_p_ki 941
+set_s_p_kic 942
+set_p_p_ki 943
+set_p_p_kic 944
+set_p_k_i 945
+set_p_kc_i 946
+set_p_k_ic 947
+set_p_kc_ic 948
+set_p_k_n 949
+set_p_kc_n 950
+set_p_k_nc 951
+set_p_kc_nc 952
+set_p_k_s 953
+set_p_kc_s 954
+set_p_k_sc 955
+set_p_kc_sc 956
+set_p_k_p 957
+set_p_kc_p 958
+set_i_p_k 959
+set_i_p_kc 960
+set_n_p_k 961
+set_n_p_kc 962
+set_s_p_k 963
+set_s_p_kc 964
+set_p_p_k 965
+set_p_p_kc 966
+clone_p_p 967
+clone_p_p_p 968
+clone_p_p_pc 969
+copy_p_p 970
+null_s 971
+null_i 972
+null_p 973
+null_n 974
+cleari 975
+clearn 976
+clears 977
+clearp 978
+ord_i_s 979
+ord_i_sc 980
+ord_i_s_i 981
+ord_i_sc_i 982
+ord_i_s_ic 983
+ord_i_sc_ic 984
+chr_s_i 985
+chr_s_ic 986
+chopn_s_s_i 987
+chopn_s_sc_i 988
+chopn_s_s_ic 989
+chopn_s_sc_ic 990
+concat_s_s 991
+concat_s_sc 992
+concat_p_p 993
+concat_p_s 994
+concat_p_sc 995
+concat_s_s_s 996
+concat_s_sc_s 997
+concat_s_s_sc 998
+concat_p_p_s 999
+concat_p_p_sc 1000
+concat_p_p_p 1001
+repeat_s_s_i 1002
+repeat_s_sc_i 1003
+repeat_s_s_ic 1004
+repeat_s_sc_ic 1005
+repeat_p_p_i 1006
+repeat_p_p_ic 1007
+repeat_p_p_p 1008
+repeat_p_i 1009
+repeat_p_ic 1010
+repeat_p_p 1011
+length_i_s 1012
+length_i_sc 1013
+bytelength_i_s 1014
+bytelength_i_sc 1015
+pin_s 1016
+unpin_s 1017
+substr_s_s_i 1018
+substr_s_sc_i 1019
+substr_s_s_ic 1020
+substr_s_sc_ic 1021
+substr_s_s_i_i 1022
+substr_s_sc_i_i 1023
+substr_s_s_ic_i 1024
+substr_s_sc_ic_i 1025
+substr_s_s_i_ic 1026
+substr_s_sc_i_ic 1027
+substr_s_s_ic_ic 1028
+substr_s_sc_ic_ic 1029
+substr_s_p_i_i 1030
+substr_s_p_ic_i 1031
+substr_s_p_i_ic 1032
+substr_s_p_ic_ic 1033
+replace_s_s_i_i_s 1034
+replace_s_sc_i_i_s 1035
+replace_s_s_ic_i_s 1036
+replace_s_sc_ic_i_s 1037
+replace_s_s_i_ic_s 1038
+replace_s_sc_i_ic_s 1039
+replace_s_s_ic_ic_s 1040
+replace_s_sc_ic_ic_s 1041
+replace_s_s_i_i_sc 1042
+replace_s_sc_i_i_sc 1043
+replace_s_s_ic_i_sc 1044
+replace_s_sc_ic_i_sc 1045
+replace_s_s_i_ic_sc 1046
+replace_s_sc_i_ic_sc 1047
+replace_s_s_ic_ic_sc 1048
+replace_s_sc_ic_ic_sc 1049
+index_i_s_s 1050
+index_i_sc_s 1051
+index_i_s_sc 1052
+index_i_sc_sc 1053
+index_i_s_s_i 1054
+index_i_sc_s_i 1055
+index_i_s_sc_i 1056
+index_i_sc_sc_i 1057
+index_i_s_s_ic 1058
+index_i_sc_s_ic 1059
+index_i_s_sc_ic 1060
+index_i_sc_sc_ic 1061
+sprintf_s_s_p 1062
+sprintf_s_sc_p 1063
+sprintf_p_p_p 1064
+new_s 1065
+new_s_i 1066
+new_s_ic 1067
+stringinfo_i_s_i 1068
+stringinfo_i_sc_i 1069
+stringinfo_i_s_ic 1070
+stringinfo_i_sc_ic 1071
+upcase_s_s 1072
+upcase_s_sc 1073
+downcase_s_s 1074
+downcase_s_sc 1075
+titlecase_s_s 1076
+titlecase_s_sc 1077
+join_s_s_p 1078
+join_s_sc_p 1079
+split_p_s_s 1080
+split_p_sc_s 1081
+split_p_s_sc 1082
+split_p_sc_sc 1083
+charset_i_s 1084
+charset_i_sc 1085
+charsetname_s_i 1086
+charsetname_s_ic 1087
+find_charset_i_s 1088
+find_charset_i_sc 1089
+trans_charset_s_s_i 1090
+trans_charset_s_sc_i 1091
+trans_charset_s_s_ic 1092
+trans_charset_s_sc_ic 1093
+encoding_i_s 1094
+encoding_i_sc 1095
+encodingname_s_i 1096
+encodingname_s_ic 1097
+find_encoding_i_s 1098
+find_encoding_i_sc 1099
+trans_encoding_s_s_i 1100
+trans_encoding_s_sc_i 1101
+trans_encoding_s_s_ic 1102
+trans_encoding_s_sc_ic 1103
+is_cclass_i_i_s_i 1104
+is_cclass_i_ic_s_i 1105
+is_cclass_i_i_sc_i 1106
+is_cclass_i_ic_sc_i 1107
+is_cclass_i_i_s_ic 1108
+is_cclass_i_ic_s_ic 1109
+is_cclass_i_i_sc_ic 1110
+is_cclass_i_ic_sc_ic 1111
+find_cclass_i_i_s_i_i 1112
+find_cclass_i_ic_s_i_i 1113
+find_cclass_i_i_sc_i_i 1114
+find_cclass_i_ic_sc_i_i 1115
+find_cclass_i_i_s_ic_i 1116
+find_cclass_i_ic_s_ic_i 1117
+find_cclass_i_i_sc_ic_i 1118
+find_cclass_i_ic_sc_ic_i 1119
+find_cclass_i_i_s_i_ic 1120
+find_cclass_i_ic_s_i_ic 1121
+find_cclass_i_i_sc_i_ic 1122
+find_cclass_i_ic_sc_i_ic 1123
+find_cclass_i_i_s_ic_ic 1124
+find_cclass_i_ic_s_ic_ic 1125
+find_cclass_i_i_sc_ic_ic 1126
+find_cclass_i_ic_sc_ic_ic 1127
+find_not_cclass_i_i_s_i_i 1128
+find_not_cclass_i_ic_s_i_i 1129
+find_not_cclass_i_i_sc_i_i 1130
+find_not_cclass_i_ic_sc_i_i 1131
+find_not_cclass_i_i_s_ic_i 1132
+find_not_cclass_i_ic_s_ic_i 1133
+find_not_cclass_i_i_sc_ic_i 1134
+find_not_cclass_i_ic_sc_ic_i 1135
+find_not_cclass_i_i_s_i_ic 1136
+find_not_cclass_i_ic_s_i_ic 1137
+find_not_cclass_i_i_sc_i_ic 1138
+find_not_cclass_i_ic_sc_i_ic 1139
+find_not_cclass_i_i_s_ic_ic 1140
+find_not_cclass_i_ic_s_ic_ic 1141
+find_not_cclass_i_i_sc_ic_ic 1142
+find_not_cclass_i_ic_sc_ic_ic 1143
+escape_s_s 1144
+compose_s_s 1145
+compose_s_sc 1146
+spawnw_i_s 1147
+spawnw_i_sc 1148
+spawnw_i_p 1149
+err_i 1150
+err_s 1151
+err_s_i 1152
+err_s_ic 1153
+time_i 1154
+time_n 1155
+gmtime_s_i 1156
+gmtime_s_ic 1157
+localtime_s_i 1158
+localtime_s_ic 1159
+decodetime_p_i 1160
+decodetime_p_ic 1161
+decodelocaltime_p_i 1162
+decodelocaltime_p_ic 1163
+sysinfo_s_i 1164
+sysinfo_s_ic 1165
+sysinfo_i_i 1166
+sysinfo_i_ic 1167
+sleep_i 1168
+sleep_ic 1169
+sleep_n 1170
+sleep_nc 1171
+sizeof_i_i 1172
+sizeof_i_ic 1173
+store_lex_s_p 1174
+store_lex_sc_p 1175
+store_dynamic_lex_s_p 1176
+store_dynamic_lex_sc_p 1177
+find_lex_p_s 1178
+find_lex_p_sc 1179
+find_dynamic_lex_p_s 1180
+find_dynamic_lex_p_sc 1181
+find_caller_lex_p_s 1182
+find_caller_lex_p_sc 1183
+get_namespace_p 1184
+get_namespace_p_p 1185
+get_namespace_p_pc 1186
+get_hll_namespace_p 1187
+get_hll_namespace_p_p 1188
+get_hll_namespace_p_pc 1189
+get_root_namespace_p 1190
+get_root_namespace_p_p 1191
+get_root_namespace_p_pc 1192
+get_global_p_s 1193
+get_global_p_sc 1194
+get_global_p_p_s 1195
+get_global_p_pc_s 1196
+get_global_p_p_sc 1197
+get_global_p_pc_sc 1198
+get_hll_global_p_s 1199
+get_hll_global_p_sc 1200
+get_hll_global_p_p_s 1201
+get_hll_global_p_pc_s 1202
+get_hll_global_p_p_sc 1203
+get_hll_global_p_pc_sc 1204
+get_root_global_p_s 1205
+get_root_global_p_sc 1206
+get_root_global_p_p_s 1207
+get_root_global_p_pc_s 1208
+get_root_global_p_p_sc 1209
+get_root_global_p_pc_sc 1210
+set_global_s_p 1211
+set_global_sc_p 1212
+set_global_p_s_p 1213
+set_global_pc_s_p 1214
+set_global_p_sc_p 1215
+set_global_pc_sc_p 1216
+set_hll_global_s_p 1217
+set_hll_global_sc_p 1218
+set_hll_global_p_s_p 1219
+set_hll_global_pc_s_p 1220
+set_hll_global_p_sc_p 1221
+set_hll_global_pc_sc_p 1222
+set_root_global_s_p 1223
+set_root_global_sc_p 1224
+set_root_global_p_s_p 1225
+set_root_global_pc_s_p 1226
+set_root_global_p_sc_p 1227
+set_root_global_pc_sc_p 1228
+find_name_p_s 1229
+find_name_p_sc 1230
+find_sub_not_null_p_s 1231
+find_sub_not_null_p_sc 1232
More information about the parrot-commits
mailing list