xref: /openbsd/gnu/usr.bin/perl/opcode.h (revision d415bd75)
1 /* -*- buffer-read-only: t -*-
2  *
3  *    opcode.h
4  *
5  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6  *    2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
7  *
8  *    You may distribute under the terms of either the GNU General Public
9  *    License or the Artistic License, as specified in the README file.
10  *
11  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
12  * This file is built by regen/opcode.pl from its data.
13  * Any changes made here will be lost!
14  */
15 
16 #if defined(PERL_CORE) || defined(PERL_EXT)
17 
18 #define Perl_pp_scalar Perl_pp_null
19 #define Perl_pp_padany Perl_unimplemented_op
20 #define Perl_pp_regcmaybe Perl_pp_null
21 #define Perl_pp_transr Perl_pp_trans
22 #define Perl_pp_chomp Perl_pp_chop
23 #define Perl_pp_schomp Perl_pp_schop
24 #define Perl_pp_i_preinc Perl_pp_preinc
25 #define Perl_pp_i_predec Perl_pp_predec
26 #define Perl_pp_i_postinc Perl_pp_postinc
27 #define Perl_pp_i_postdec Perl_pp_postdec
28 #define Perl_pp_slt Perl_pp_sle
29 #define Perl_pp_sgt Perl_pp_sle
30 #define Perl_pp_sge Perl_pp_sle
31 #define Perl_pp_bit_xor Perl_pp_bit_or
32 #define Perl_pp_nbit_xor Perl_pp_nbit_or
33 #define Perl_pp_sbit_xor Perl_pp_sbit_or
34 #define Perl_pp_cos Perl_pp_sin
35 #define Perl_pp_exp Perl_pp_sin
36 #define Perl_pp_log Perl_pp_sin
37 #define Perl_pp_sqrt Perl_pp_sin
38 #define Perl_pp_hex Perl_pp_oct
39 #define Perl_pp_rindex Perl_pp_index
40 #define Perl_pp_lcfirst Perl_pp_ucfirst
41 #define Perl_pp_aelemfast_lex Perl_pp_aelemfast
42 #define Perl_pp_avalues Perl_pp_akeys
43 #define Perl_pp_values Perl_do_kv
44 #define Perl_pp_keys Perl_do_kv
45 #define Perl_pp_rv2hv Perl_pp_rv2av
46 #define Perl_pp_pop Perl_pp_shift
47 #define Perl_pp_mapstart Perl_pp_grepstart
48 #define Perl_pp_dor Perl_pp_defined
49 #define Perl_pp_andassign Perl_pp_and
50 #define Perl_pp_orassign Perl_pp_or
51 #define Perl_pp_dorassign Perl_pp_defined
52 #define Perl_pp_lineseq Perl_pp_null
53 #define Perl_pp_scope Perl_pp_null
54 #define Perl_pp_dump Perl_pp_goto
55 #define Perl_pp_dbmclose Perl_pp_untie
56 #define Perl_pp_read Perl_pp_sysread
57 #define Perl_pp_say Perl_pp_print
58 #define Perl_pp_seek Perl_pp_sysseek
59 #define Perl_pp_fcntl Perl_pp_ioctl
60 #ifdef HAS_SOCKET
61 #define Perl_pp_send Perl_pp_syswrite
62 #define Perl_pp_recv Perl_pp_sysread
63 #else
64 #define Perl_pp_send Perl_unimplemented_op
65 #define Perl_pp_recv Perl_unimplemented_op
66 #define Perl_pp_socket Perl_unimplemented_op
67 #endif
68 #ifdef HAS_SOCKET
69 #define Perl_pp_connect Perl_pp_bind
70 #define Perl_pp_gsockopt Perl_pp_ssockopt
71 #define Perl_pp_getsockname Perl_pp_getpeername
72 #else
73 #define Perl_pp_bind Perl_unimplemented_op
74 #define Perl_pp_connect Perl_unimplemented_op
75 #define Perl_pp_listen Perl_unimplemented_op
76 #define Perl_pp_accept Perl_unimplemented_op
77 #define Perl_pp_shutdown Perl_unimplemented_op
78 #define Perl_pp_gsockopt Perl_unimplemented_op
79 #define Perl_pp_ssockopt Perl_unimplemented_op
80 #define Perl_pp_getsockname Perl_unimplemented_op
81 #define Perl_pp_getpeername Perl_unimplemented_op
82 #endif
83 #define Perl_pp_lstat Perl_pp_stat
84 #define Perl_pp_ftrwrite Perl_pp_ftrread
85 #define Perl_pp_ftrexec Perl_pp_ftrread
86 #define Perl_pp_fteread Perl_pp_ftrread
87 #define Perl_pp_ftewrite Perl_pp_ftrread
88 #define Perl_pp_fteexec Perl_pp_ftrread
89 #define Perl_pp_ftsize Perl_pp_ftis
90 #define Perl_pp_ftmtime Perl_pp_ftis
91 #define Perl_pp_ftatime Perl_pp_ftis
92 #define Perl_pp_ftctime Perl_pp_ftis
93 #define Perl_pp_fteowned Perl_pp_ftrowned
94 #define Perl_pp_ftzero Perl_pp_ftrowned
95 #define Perl_pp_ftsock Perl_pp_ftrowned
96 #define Perl_pp_ftchr Perl_pp_ftrowned
97 #define Perl_pp_ftblk Perl_pp_ftrowned
98 #define Perl_pp_ftfile Perl_pp_ftrowned
99 #define Perl_pp_ftdir Perl_pp_ftrowned
100 #define Perl_pp_ftpipe Perl_pp_ftrowned
101 #define Perl_pp_ftsuid Perl_pp_ftrowned
102 #define Perl_pp_ftsgid Perl_pp_ftrowned
103 #define Perl_pp_ftsvtx Perl_pp_ftrowned
104 #define Perl_pp_ftbinary Perl_pp_fttext
105 #define Perl_pp_unlink Perl_pp_chown
106 #define Perl_pp_chmod Perl_pp_chown
107 #define Perl_pp_utime Perl_pp_chown
108 #define Perl_pp_symlink Perl_pp_link
109 #define Perl_pp_kill Perl_pp_chown
110 #define Perl_pp_localtime Perl_pp_gmtime
111 #define Perl_pp_shmget Perl_pp_semget
112 #define Perl_pp_shmctl Perl_pp_semctl
113 #define Perl_pp_shmread Perl_pp_shmwrite
114 #define Perl_pp_msgget Perl_pp_semget
115 #define Perl_pp_msgctl Perl_pp_semctl
116 #define Perl_pp_msgsnd Perl_pp_shmwrite
117 #define Perl_pp_msgrcv Perl_pp_shmwrite
118 #define Perl_pp_semop Perl_pp_shmwrite
119 #define Perl_pp_dofile Perl_pp_require
120 #define Perl_pp_ghbyname Perl_pp_ghostent
121 #define Perl_pp_ghbyaddr Perl_pp_ghostent
122 #define Perl_pp_gnbyname Perl_pp_gnetent
123 #define Perl_pp_gnbyaddr Perl_pp_gnetent
124 #define Perl_pp_gpbyname Perl_pp_gprotoent
125 #define Perl_pp_gpbynumber Perl_pp_gprotoent
126 #define Perl_pp_gsbyname Perl_pp_gservent
127 #define Perl_pp_gsbyport Perl_pp_gservent
128 #define Perl_pp_snetent Perl_pp_shostent
129 #define Perl_pp_sprotoent Perl_pp_shostent
130 #define Perl_pp_sservent Perl_pp_shostent
131 #define Perl_pp_enetent Perl_pp_ehostent
132 #define Perl_pp_eprotoent Perl_pp_ehostent
133 #define Perl_pp_eservent Perl_pp_ehostent
134 #define Perl_pp_gpwnam Perl_pp_gpwent
135 #define Perl_pp_gpwuid Perl_pp_gpwent
136 #define Perl_pp_spwent Perl_pp_ehostent
137 #define Perl_pp_epwent Perl_pp_ehostent
138 #define Perl_pp_ggrnam Perl_pp_ggrent
139 #define Perl_pp_ggrgid Perl_pp_ggrent
140 #define Perl_pp_sgrent Perl_pp_ehostent
141 #define Perl_pp_egrent Perl_pp_ehostent
142 #define Perl_pp_custom Perl_unimplemented_op
143 
144 #endif /* End of if defined(PERL_CORE) || defined(PERL_EXT) */
145 
146 START_EXTERN_C
147 
148 #ifndef DOINIT
149 EXTCONST char* const PL_op_name[];
150 #else
151 EXTCONST char* const PL_op_name[] = {
152 	"null",
153 	"stub",
154 	"scalar",
155 	"pushmark",
156 	"wantarray",
157 	"const",
158 	"gvsv",
159 	"gv",
160 	"gelem",
161 	"padsv",
162 	"padav",
163 	"padhv",
164 	"padany",
165 	"rv2gv",
166 	"rv2sv",
167 	"av2arylen",
168 	"rv2cv",
169 	"anoncode",
170 	"prototype",
171 	"refgen",
172 	"srefgen",
173 	"ref",
174 	"bless",
175 	"backtick",
176 	"glob",
177 	"readline",
178 	"rcatline",
179 	"regcmaybe",
180 	"regcreset",
181 	"regcomp",
182 	"match",
183 	"qr",
184 	"subst",
185 	"substcont",
186 	"trans",
187 	"transr",
188 	"sassign",
189 	"aassign",
190 	"chop",
191 	"schop",
192 	"chomp",
193 	"schomp",
194 	"defined",
195 	"undef",
196 	"study",
197 	"pos",
198 	"preinc",
199 	"i_preinc",
200 	"predec",
201 	"i_predec",
202 	"postinc",
203 	"i_postinc",
204 	"postdec",
205 	"i_postdec",
206 	"pow",
207 	"multiply",
208 	"i_multiply",
209 	"divide",
210 	"i_divide",
211 	"modulo",
212 	"i_modulo",
213 	"repeat",
214 	"add",
215 	"i_add",
216 	"subtract",
217 	"i_subtract",
218 	"concat",
219 	"multiconcat",
220 	"stringify",
221 	"left_shift",
222 	"right_shift",
223 	"lt",
224 	"i_lt",
225 	"gt",
226 	"i_gt",
227 	"le",
228 	"i_le",
229 	"ge",
230 	"i_ge",
231 	"eq",
232 	"i_eq",
233 	"ne",
234 	"i_ne",
235 	"ncmp",
236 	"i_ncmp",
237 	"slt",
238 	"sgt",
239 	"sle",
240 	"sge",
241 	"seq",
242 	"sne",
243 	"scmp",
244 	"bit_and",
245 	"bit_xor",
246 	"bit_or",
247 	"nbit_and",
248 	"nbit_xor",
249 	"nbit_or",
250 	"sbit_and",
251 	"sbit_xor",
252 	"sbit_or",
253 	"negate",
254 	"i_negate",
255 	"not",
256 	"complement",
257 	"ncomplement",
258 	"scomplement",
259 	"smartmatch",
260 	"atan2",
261 	"sin",
262 	"cos",
263 	"rand",
264 	"srand",
265 	"exp",
266 	"log",
267 	"sqrt",
268 	"int",
269 	"hex",
270 	"oct",
271 	"abs",
272 	"length",
273 	"substr",
274 	"vec",
275 	"index",
276 	"rindex",
277 	"sprintf",
278 	"formline",
279 	"ord",
280 	"chr",
281 	"crypt",
282 	"ucfirst",
283 	"lcfirst",
284 	"uc",
285 	"lc",
286 	"quotemeta",
287 	"rv2av",
288 	"aelemfast",
289 	"aelemfast_lex",
290 	"aelem",
291 	"aslice",
292 	"kvaslice",
293 	"aeach",
294 	"avalues",
295 	"akeys",
296 	"each",
297 	"values",
298 	"keys",
299 	"delete",
300 	"exists",
301 	"rv2hv",
302 	"helem",
303 	"hslice",
304 	"kvhslice",
305 	"multideref",
306 	"unpack",
307 	"pack",
308 	"split",
309 	"join",
310 	"list",
311 	"lslice",
312 	"anonlist",
313 	"anonhash",
314 	"splice",
315 	"push",
316 	"pop",
317 	"shift",
318 	"unshift",
319 	"sort",
320 	"reverse",
321 	"grepstart",
322 	"grepwhile",
323 	"mapstart",
324 	"mapwhile",
325 	"range",
326 	"flip",
327 	"flop",
328 	"and",
329 	"or",
330 	"xor",
331 	"dor",
332 	"cond_expr",
333 	"andassign",
334 	"orassign",
335 	"dorassign",
336 	"entersub",
337 	"leavesub",
338 	"leavesublv",
339 	"argcheck",
340 	"argelem",
341 	"argdefelem",
342 	"caller",
343 	"warn",
344 	"die",
345 	"reset",
346 	"lineseq",
347 	"nextstate",
348 	"dbstate",
349 	"unstack",
350 	"enter",
351 	"leave",
352 	"scope",
353 	"enteriter",
354 	"iter",
355 	"enterloop",
356 	"leaveloop",
357 	"return",
358 	"last",
359 	"next",
360 	"redo",
361 	"dump",
362 	"goto",
363 	"exit",
364 	"method",
365 	"method_named",
366 	"method_super",
367 	"method_redir",
368 	"method_redir_super",
369 	"entergiven",
370 	"leavegiven",
371 	"enterwhen",
372 	"leavewhen",
373 	"break",
374 	"continue",
375 	"open",
376 	"close",
377 	"pipe_op",
378 	"fileno",
379 	"umask",
380 	"binmode",
381 	"tie",
382 	"untie",
383 	"tied",
384 	"dbmopen",
385 	"dbmclose",
386 	"sselect",
387 	"select",
388 	"getc",
389 	"read",
390 	"enterwrite",
391 	"leavewrite",
392 	"prtf",
393 	"print",
394 	"say",
395 	"sysopen",
396 	"sysseek",
397 	"sysread",
398 	"syswrite",
399 	"eof",
400 	"tell",
401 	"seek",
402 	"truncate",
403 	"fcntl",
404 	"ioctl",
405 	"flock",
406 	"send",
407 	"recv",
408 	"socket",
409 	"sockpair",
410 	"bind",
411 	"connect",
412 	"listen",
413 	"accept",
414 	"shutdown",
415 	"gsockopt",
416 	"ssockopt",
417 	"getsockname",
418 	"getpeername",
419 	"lstat",
420 	"stat",
421 	"ftrread",
422 	"ftrwrite",
423 	"ftrexec",
424 	"fteread",
425 	"ftewrite",
426 	"fteexec",
427 	"ftis",
428 	"ftsize",
429 	"ftmtime",
430 	"ftatime",
431 	"ftctime",
432 	"ftrowned",
433 	"fteowned",
434 	"ftzero",
435 	"ftsock",
436 	"ftchr",
437 	"ftblk",
438 	"ftfile",
439 	"ftdir",
440 	"ftpipe",
441 	"ftsuid",
442 	"ftsgid",
443 	"ftsvtx",
444 	"ftlink",
445 	"fttty",
446 	"fttext",
447 	"ftbinary",
448 	"chdir",
449 	"chown",
450 	"chroot",
451 	"unlink",
452 	"chmod",
453 	"utime",
454 	"rename",
455 	"link",
456 	"symlink",
457 	"readlink",
458 	"mkdir",
459 	"rmdir",
460 	"open_dir",
461 	"readdir",
462 	"telldir",
463 	"seekdir",
464 	"rewinddir",
465 	"closedir",
466 	"fork",
467 	"wait",
468 	"waitpid",
469 	"system",
470 	"exec",
471 	"kill",
472 	"getppid",
473 	"getpgrp",
474 	"setpgrp",
475 	"getpriority",
476 	"setpriority",
477 	"time",
478 	"tms",
479 	"localtime",
480 	"gmtime",
481 	"alarm",
482 	"sleep",
483 	"shmget",
484 	"shmctl",
485 	"shmread",
486 	"shmwrite",
487 	"msgget",
488 	"msgctl",
489 	"msgsnd",
490 	"msgrcv",
491 	"semop",
492 	"semget",
493 	"semctl",
494 	"require",
495 	"dofile",
496 	"hintseval",
497 	"entereval",
498 	"leaveeval",
499 	"entertry",
500 	"leavetry",
501 	"ghbyname",
502 	"ghbyaddr",
503 	"ghostent",
504 	"gnbyname",
505 	"gnbyaddr",
506 	"gnetent",
507 	"gpbyname",
508 	"gpbynumber",
509 	"gprotoent",
510 	"gsbyname",
511 	"gsbyport",
512 	"gservent",
513 	"shostent",
514 	"snetent",
515 	"sprotoent",
516 	"sservent",
517 	"ehostent",
518 	"enetent",
519 	"eprotoent",
520 	"eservent",
521 	"gpwnam",
522 	"gpwuid",
523 	"gpwent",
524 	"spwent",
525 	"epwent",
526 	"ggrnam",
527 	"ggrgid",
528 	"ggrent",
529 	"sgrent",
530 	"egrent",
531 	"getlogin",
532 	"syscall",
533 	"lock",
534 	"once",
535 	"custom",
536 	"coreargs",
537 	"avhvswitch",
538 	"runcv",
539 	"fc",
540 	"padcv",
541 	"introcv",
542 	"clonecv",
543 	"padrange",
544 	"refassign",
545 	"lvref",
546 	"lvrefslice",
547 	"lvavref",
548 	"anonconst",
549 	"isa",
550 	"cmpchain_and",
551 	"cmpchain_dup",
552 	"entertrycatch",
553 	"leavetrycatch",
554 	"poptry",
555 	"catch",
556 	"pushdefer",
557 	"is_bool",
558 	"is_weak",
559 	"weaken",
560 	"unweaken",
561 	"blessed",
562 	"refaddr",
563 	"reftype",
564 	"ceil",
565 	"floor",
566         "freed",
567 };
568 #endif
569 
570 #ifndef DOINIT
571 EXTCONST char* const PL_op_desc[];
572 #else
573 EXTCONST char* const PL_op_desc[] = {
574 	"null operation",
575 	"stub",
576 	"scalar",
577 	"pushmark",
578 	"wantarray",
579 	"constant item",
580 	"scalar variable",
581 	"glob value",
582 	"glob elem",
583 	"private variable",
584 	"private array",
585 	"private hash",
586 	"private value",
587 	"ref-to-glob cast",
588 	"scalar dereference",
589 	"array length",
590 	"subroutine dereference",
591 	"anonymous subroutine",
592 	"subroutine prototype",
593 	"reference constructor",
594 	"single ref constructor",
595 	"reference-type operator",
596 	"bless",
597 	"quoted execution (``, qx)",
598 	"glob",
599 	"<HANDLE>",
600 	"append I/O operator",
601 	"regexp internal guard",
602 	"regexp internal reset",
603 	"regexp compilation",
604 	"pattern match (m//)",
605 	"pattern quote (qr//)",
606 	"substitution (s///)",
607 	"substitution iterator",
608 	"transliteration (tr///)",
609 	"transliteration (tr///)",
610 	"scalar assignment",
611 	"list assignment",
612 	"chop",
613 	"scalar chop",
614 	"chomp",
615 	"scalar chomp",
616 	"defined operator",
617 	"undef operator",
618 	"study",
619 	"match position",
620 	"preincrement (++)",
621 	"integer preincrement (++)",
622 	"predecrement (--)",
623 	"integer predecrement (--)",
624 	"postincrement (++)",
625 	"integer postincrement (++)",
626 	"postdecrement (--)",
627 	"integer postdecrement (--)",
628 	"exponentiation (**)",
629 	"multiplication (*)",
630 	"integer multiplication (*)",
631 	"division (/)",
632 	"integer division (/)",
633 	"modulus (%)",
634 	"integer modulus (%)",
635 	"repeat (x)",
636 	"addition (+)",
637 	"integer addition (+)",
638 	"subtraction (-)",
639 	"integer subtraction (-)",
640 	"concatenation (.) or string",
641 	"concatenation (.) or string",
642 	"string",
643 	"left bitshift (<<)",
644 	"right bitshift (>>)",
645 	"numeric lt (<)",
646 	"integer lt (<)",
647 	"numeric gt (>)",
648 	"integer gt (>)",
649 	"numeric le (<=)",
650 	"integer le (<=)",
651 	"numeric ge (>=)",
652 	"integer ge (>=)",
653 	"numeric eq (==)",
654 	"integer eq (==)",
655 	"numeric ne (!=)",
656 	"integer ne (!=)",
657 	"numeric comparison (<=>)",
658 	"integer comparison (<=>)",
659 	"string lt",
660 	"string gt",
661 	"string le",
662 	"string ge",
663 	"string eq",
664 	"string ne",
665 	"string comparison (cmp)",
666 	"bitwise and (&)",
667 	"bitwise xor (^)",
668 	"bitwise or (|)",
669 	"numeric bitwise and (&)",
670 	"numeric bitwise xor (^)",
671 	"numeric bitwise or (|)",
672 	"string bitwise and (&.)",
673 	"string bitwise xor (^.)",
674 	"string bitwise or (|.)",
675 	"negation (-)",
676 	"integer negation (-)",
677 	"not",
678 	"1's complement (~)",
679 	"numeric 1's complement (~)",
680 	"string 1's complement (~)",
681 	"smart match",
682 	"atan2",
683 	"sin",
684 	"cos",
685 	"rand",
686 	"srand",
687 	"exp",
688 	"log",
689 	"sqrt",
690 	"int",
691 	"hex",
692 	"oct",
693 	"abs",
694 	"length",
695 	"substr",
696 	"vec",
697 	"index",
698 	"rindex",
699 	"sprintf",
700 	"formline",
701 	"ord",
702 	"chr",
703 	"crypt",
704 	"ucfirst",
705 	"lcfirst",
706 	"uc",
707 	"lc",
708 	"quotemeta",
709 	"array dereference",
710 	"constant array element",
711 	"constant lexical array element",
712 	"array element",
713 	"array slice",
714 	"index/value array slice",
715 	"each on array",
716 	"values on array",
717 	"keys on array",
718 	"each",
719 	"values",
720 	"keys",
721 	"delete",
722 	"exists",
723 	"hash dereference",
724 	"hash element",
725 	"hash slice",
726 	"key/value hash slice",
727 	"array or hash lookup",
728 	"unpack",
729 	"pack",
730 	"split",
731 	"join or string",
732 	"list",
733 	"list slice",
734 	"anonymous array ([])",
735 	"anonymous hash ({})",
736 	"splice",
737 	"push",
738 	"pop",
739 	"shift",
740 	"unshift",
741 	"sort",
742 	"reverse",
743 	"grep",
744 	"grep iterator",
745 	"map",
746 	"map iterator",
747 	"flipflop",
748 	"range (or flip)",
749 	"range (or flop)",
750 	"logical and (&&)",
751 	"logical or (||)",
752 	"logical xor",
753 	"defined or (//)",
754 	"conditional expression",
755 	"logical and assignment (&&=)",
756 	"logical or assignment (||=)",
757 	"defined or assignment (//=)",
758 	"subroutine entry",
759 	"subroutine exit",
760 	"lvalue subroutine return",
761 	"check subroutine arguments",
762 	"subroutine argument",
763 	"subroutine argument default value",
764 	"caller",
765 	"warn",
766 	"die",
767 	"symbol reset",
768 	"line sequence",
769 	"next statement",
770 	"debug next statement",
771 	"iteration finalizer",
772 	"block entry",
773 	"block exit",
774 	"block",
775 	"foreach loop entry",
776 	"foreach loop iterator",
777 	"loop entry",
778 	"loop exit",
779 	"return",
780 	"last",
781 	"next",
782 	"redo",
783 	"dump",
784 	"goto",
785 	"exit",
786 	"method lookup",
787 	"method with known name",
788 	"super with known name",
789 	"redirect method with known name",
790 	"redirect super method with known name",
791 	"given()",
792 	"leave given block",
793 	"when()",
794 	"leave when block",
795 	"break",
796 	"continue",
797 	"open",
798 	"close",
799 	"pipe",
800 	"fileno",
801 	"umask",
802 	"binmode",
803 	"tie",
804 	"untie",
805 	"tied",
806 	"dbmopen",
807 	"dbmclose",
808 	"select system call",
809 	"select",
810 	"getc",
811 	"read",
812 	"write",
813 	"write exit",
814 	"printf",
815 	"print",
816 	"say",
817 	"sysopen",
818 	"sysseek",
819 	"sysread",
820 	"syswrite",
821 	"eof",
822 	"tell",
823 	"seek",
824 	"truncate",
825 	"fcntl",
826 	"ioctl",
827 	"flock",
828 	"send",
829 	"recv",
830 	"socket",
831 	"socketpair",
832 	"bind",
833 	"connect",
834 	"listen",
835 	"accept",
836 	"shutdown",
837 	"getsockopt",
838 	"setsockopt",
839 	"getsockname",
840 	"getpeername",
841 	"lstat",
842 	"stat",
843 	"-R",
844 	"-W",
845 	"-X",
846 	"-r",
847 	"-w",
848 	"-x",
849 	"-e",
850 	"-s",
851 	"-M",
852 	"-A",
853 	"-C",
854 	"-O",
855 	"-o",
856 	"-z",
857 	"-S",
858 	"-c",
859 	"-b",
860 	"-f",
861 	"-d",
862 	"-p",
863 	"-u",
864 	"-g",
865 	"-k",
866 	"-l",
867 	"-t",
868 	"-T",
869 	"-B",
870 	"chdir",
871 	"chown",
872 	"chroot",
873 	"unlink",
874 	"chmod",
875 	"utime",
876 	"rename",
877 	"link",
878 	"symlink",
879 	"readlink",
880 	"mkdir",
881 	"rmdir",
882 	"opendir",
883 	"readdir",
884 	"telldir",
885 	"seekdir",
886 	"rewinddir",
887 	"closedir",
888 	"fork",
889 	"wait",
890 	"waitpid",
891 	"system",
892 	"exec",
893 	"kill",
894 	"getppid",
895 	"getpgrp",
896 	"setpgrp",
897 	"getpriority",
898 	"setpriority",
899 	"time",
900 	"times",
901 	"localtime",
902 	"gmtime",
903 	"alarm",
904 	"sleep",
905 	"shmget",
906 	"shmctl",
907 	"shmread",
908 	"shmwrite",
909 	"msgget",
910 	"msgctl",
911 	"msgsnd",
912 	"msgrcv",
913 	"semop",
914 	"semget",
915 	"semctl",
916 	"require",
917 	"do \"file\"",
918 	"eval hints",
919 	"eval \"string\"",
920 	"eval \"string\" exit",
921 	"eval {block}",
922 	"eval {block} exit",
923 	"gethostbyname",
924 	"gethostbyaddr",
925 	"gethostent",
926 	"getnetbyname",
927 	"getnetbyaddr",
928 	"getnetent",
929 	"getprotobyname",
930 	"getprotobynumber",
931 	"getprotoent",
932 	"getservbyname",
933 	"getservbyport",
934 	"getservent",
935 	"sethostent",
936 	"setnetent",
937 	"setprotoent",
938 	"setservent",
939 	"endhostent",
940 	"endnetent",
941 	"endprotoent",
942 	"endservent",
943 	"getpwnam",
944 	"getpwuid",
945 	"getpwent",
946 	"setpwent",
947 	"endpwent",
948 	"getgrnam",
949 	"getgrgid",
950 	"getgrent",
951 	"setgrent",
952 	"endgrent",
953 	"getlogin",
954 	"syscall",
955 	"lock",
956 	"once",
957 	"unknown custom operator",
958 	"CORE:: subroutine",
959 	"Array/hash switch",
960 	"__SUB__",
961 	"fc",
962 	"private subroutine",
963 	"private subroutine",
964 	"private subroutine",
965 	"list of private variables",
966 	"lvalue ref assignment",
967 	"lvalue ref assignment",
968 	"lvalue ref assignment",
969 	"lvalue array reference",
970 	"anonymous constant",
971 	"derived class test",
972 	"comparison chaining",
973 	"comparand shuffling",
974 	"try {block}",
975 	"try {block} exit",
976 	"pop try",
977 	"catch {} block",
978 	"push defer {} block",
979 	"boolean type test",
980 	"weakref type test",
981 	"reference weaken",
982 	"reference unweaken",
983 	"blessed",
984 	"refaddr",
985 	"reftype",
986 	"ceil",
987 	"floor",
988         "freed op",
989 };
990 #endif
991 
992 END_EXTERN_C
993 
994 START_EXTERN_C
995 
996 EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */
997 #if defined(DOINIT)
998 = {
999 	Perl_pp_null,
1000 	Perl_pp_stub,
1001 	Perl_pp_scalar,	/* implemented by Perl_pp_null */
1002 	Perl_pp_pushmark,
1003 	Perl_pp_wantarray,
1004 	Perl_pp_const,
1005 	Perl_pp_gvsv,
1006 	Perl_pp_gv,
1007 	Perl_pp_gelem,
1008 	Perl_pp_padsv,
1009 	Perl_pp_padav,
1010 	Perl_pp_padhv,
1011 	Perl_pp_padany,	/* implemented by Perl_unimplemented_op */
1012 	Perl_pp_rv2gv,
1013 	Perl_pp_rv2sv,
1014 	Perl_pp_av2arylen,
1015 	Perl_pp_rv2cv,
1016 	Perl_pp_anoncode,
1017 	Perl_pp_prototype,
1018 	Perl_pp_refgen,
1019 	Perl_pp_srefgen,
1020 	Perl_pp_ref,
1021 	Perl_pp_bless,
1022 	Perl_pp_backtick,
1023 	Perl_pp_glob,
1024 	Perl_pp_readline,
1025 	Perl_pp_rcatline,
1026 	Perl_pp_regcmaybe,	/* implemented by Perl_pp_null */
1027 	Perl_pp_regcreset,
1028 	Perl_pp_regcomp,
1029 	Perl_pp_match,
1030 	Perl_pp_qr,
1031 	Perl_pp_subst,
1032 	Perl_pp_substcont,
1033 	Perl_pp_trans,
1034 	Perl_pp_transr,	/* implemented by Perl_pp_trans */
1035 	Perl_pp_sassign,
1036 	Perl_pp_aassign,
1037 	Perl_pp_chop,
1038 	Perl_pp_schop,
1039 	Perl_pp_chomp,	/* implemented by Perl_pp_chop */
1040 	Perl_pp_schomp,	/* implemented by Perl_pp_schop */
1041 	Perl_pp_defined,
1042 	Perl_pp_undef,
1043 	Perl_pp_study,
1044 	Perl_pp_pos,
1045 	Perl_pp_preinc,
1046 	Perl_pp_i_preinc,	/* implemented by Perl_pp_preinc */
1047 	Perl_pp_predec,
1048 	Perl_pp_i_predec,	/* implemented by Perl_pp_predec */
1049 	Perl_pp_postinc,
1050 	Perl_pp_i_postinc,	/* implemented by Perl_pp_postinc */
1051 	Perl_pp_postdec,
1052 	Perl_pp_i_postdec,	/* implemented by Perl_pp_postdec */
1053 	Perl_pp_pow,
1054 	Perl_pp_multiply,
1055 	Perl_pp_i_multiply,
1056 	Perl_pp_divide,
1057 	Perl_pp_i_divide,
1058 	Perl_pp_modulo,
1059 	Perl_pp_i_modulo,
1060 	Perl_pp_repeat,
1061 	Perl_pp_add,
1062 	Perl_pp_i_add,
1063 	Perl_pp_subtract,
1064 	Perl_pp_i_subtract,
1065 	Perl_pp_concat,
1066 	Perl_pp_multiconcat,
1067 	Perl_pp_stringify,
1068 	Perl_pp_left_shift,
1069 	Perl_pp_right_shift,
1070 	Perl_pp_lt,
1071 	Perl_pp_i_lt,
1072 	Perl_pp_gt,
1073 	Perl_pp_i_gt,
1074 	Perl_pp_le,
1075 	Perl_pp_i_le,
1076 	Perl_pp_ge,
1077 	Perl_pp_i_ge,
1078 	Perl_pp_eq,
1079 	Perl_pp_i_eq,
1080 	Perl_pp_ne,
1081 	Perl_pp_i_ne,
1082 	Perl_pp_ncmp,
1083 	Perl_pp_i_ncmp,
1084 	Perl_pp_slt,	/* implemented by Perl_pp_sle */
1085 	Perl_pp_sgt,	/* implemented by Perl_pp_sle */
1086 	Perl_pp_sle,
1087 	Perl_pp_sge,	/* implemented by Perl_pp_sle */
1088 	Perl_pp_seq,
1089 	Perl_pp_sne,
1090 	Perl_pp_scmp,
1091 	Perl_pp_bit_and,
1092 	Perl_pp_bit_xor,	/* implemented by Perl_pp_bit_or */
1093 	Perl_pp_bit_or,
1094 	Perl_pp_nbit_and,
1095 	Perl_pp_nbit_xor,	/* implemented by Perl_pp_nbit_or */
1096 	Perl_pp_nbit_or,
1097 	Perl_pp_sbit_and,
1098 	Perl_pp_sbit_xor,	/* implemented by Perl_pp_sbit_or */
1099 	Perl_pp_sbit_or,
1100 	Perl_pp_negate,
1101 	Perl_pp_i_negate,
1102 	Perl_pp_not,
1103 	Perl_pp_complement,
1104 	Perl_pp_ncomplement,
1105 	Perl_pp_scomplement,
1106 	Perl_pp_smartmatch,
1107 	Perl_pp_atan2,
1108 	Perl_pp_sin,
1109 	Perl_pp_cos,	/* implemented by Perl_pp_sin */
1110 	Perl_pp_rand,
1111 	Perl_pp_srand,
1112 	Perl_pp_exp,	/* implemented by Perl_pp_sin */
1113 	Perl_pp_log,	/* implemented by Perl_pp_sin */
1114 	Perl_pp_sqrt,	/* implemented by Perl_pp_sin */
1115 	Perl_pp_int,
1116 	Perl_pp_hex,	/* implemented by Perl_pp_oct */
1117 	Perl_pp_oct,
1118 	Perl_pp_abs,
1119 	Perl_pp_length,
1120 	Perl_pp_substr,
1121 	Perl_pp_vec,
1122 	Perl_pp_index,
1123 	Perl_pp_rindex,	/* implemented by Perl_pp_index */
1124 	Perl_pp_sprintf,
1125 	Perl_pp_formline,
1126 	Perl_pp_ord,
1127 	Perl_pp_chr,
1128 	Perl_pp_crypt,
1129 	Perl_pp_ucfirst,
1130 	Perl_pp_lcfirst,	/* implemented by Perl_pp_ucfirst */
1131 	Perl_pp_uc,
1132 	Perl_pp_lc,
1133 	Perl_pp_quotemeta,
1134 	Perl_pp_rv2av,
1135 	Perl_pp_aelemfast,
1136 	Perl_pp_aelemfast_lex,	/* implemented by Perl_pp_aelemfast */
1137 	Perl_pp_aelem,
1138 	Perl_pp_aslice,
1139 	Perl_pp_kvaslice,
1140 	Perl_pp_aeach,
1141 	Perl_pp_avalues,	/* implemented by Perl_pp_akeys */
1142 	Perl_pp_akeys,
1143 	Perl_pp_each,
1144 	Perl_pp_values,	/* implemented by Perl_do_kv */
1145 	Perl_pp_keys,	/* implemented by Perl_do_kv */
1146 	Perl_pp_delete,
1147 	Perl_pp_exists,
1148 	Perl_pp_rv2hv,	/* implemented by Perl_pp_rv2av */
1149 	Perl_pp_helem,
1150 	Perl_pp_hslice,
1151 	Perl_pp_kvhslice,
1152 	Perl_pp_multideref,
1153 	Perl_pp_unpack,
1154 	Perl_pp_pack,
1155 	Perl_pp_split,
1156 	Perl_pp_join,
1157 	Perl_pp_list,
1158 	Perl_pp_lslice,
1159 	Perl_pp_anonlist,
1160 	Perl_pp_anonhash,
1161 	Perl_pp_splice,
1162 	Perl_pp_push,
1163 	Perl_pp_pop,	/* implemented by Perl_pp_shift */
1164 	Perl_pp_shift,
1165 	Perl_pp_unshift,
1166 	Perl_pp_sort,
1167 	Perl_pp_reverse,
1168 	Perl_pp_grepstart,
1169 	Perl_pp_grepwhile,
1170 	Perl_pp_mapstart,	/* implemented by Perl_pp_grepstart */
1171 	Perl_pp_mapwhile,
1172 	Perl_pp_range,
1173 	Perl_pp_flip,
1174 	Perl_pp_flop,
1175 	Perl_pp_and,
1176 	Perl_pp_or,
1177 	Perl_pp_xor,
1178 	Perl_pp_dor,	/* implemented by Perl_pp_defined */
1179 	Perl_pp_cond_expr,
1180 	Perl_pp_andassign,	/* implemented by Perl_pp_and */
1181 	Perl_pp_orassign,	/* implemented by Perl_pp_or */
1182 	Perl_pp_dorassign,	/* implemented by Perl_pp_defined */
1183 	Perl_pp_entersub,
1184 	Perl_pp_leavesub,
1185 	Perl_pp_leavesublv,
1186 	Perl_pp_argcheck,
1187 	Perl_pp_argelem,
1188 	Perl_pp_argdefelem,
1189 	Perl_pp_caller,
1190 	Perl_pp_warn,
1191 	Perl_pp_die,
1192 	Perl_pp_reset,
1193 	Perl_pp_lineseq,	/* implemented by Perl_pp_null */
1194 	Perl_pp_nextstate,
1195 	Perl_pp_dbstate,
1196 	Perl_pp_unstack,
1197 	Perl_pp_enter,
1198 	Perl_pp_leave,
1199 	Perl_pp_scope,	/* implemented by Perl_pp_null */
1200 	Perl_pp_enteriter,
1201 	Perl_pp_iter,
1202 	Perl_pp_enterloop,
1203 	Perl_pp_leaveloop,
1204 	Perl_pp_return,
1205 	Perl_pp_last,
1206 	Perl_pp_next,
1207 	Perl_pp_redo,
1208 	Perl_pp_dump,	/* implemented by Perl_pp_goto */
1209 	Perl_pp_goto,
1210 	Perl_pp_exit,
1211 	Perl_pp_method,
1212 	Perl_pp_method_named,
1213 	Perl_pp_method_super,
1214 	Perl_pp_method_redir,
1215 	Perl_pp_method_redir_super,
1216 	Perl_pp_entergiven,
1217 	Perl_pp_leavegiven,
1218 	Perl_pp_enterwhen,
1219 	Perl_pp_leavewhen,
1220 	Perl_pp_break,
1221 	Perl_pp_continue,
1222 	Perl_pp_open,
1223 	Perl_pp_close,
1224 	Perl_pp_pipe_op,
1225 	Perl_pp_fileno,
1226 	Perl_pp_umask,
1227 	Perl_pp_binmode,
1228 	Perl_pp_tie,
1229 	Perl_pp_untie,
1230 	Perl_pp_tied,
1231 	Perl_pp_dbmopen,
1232 	Perl_pp_dbmclose,	/* implemented by Perl_pp_untie */
1233 	Perl_pp_sselect,
1234 	Perl_pp_select,
1235 	Perl_pp_getc,
1236 	Perl_pp_read,	/* implemented by Perl_pp_sysread */
1237 	Perl_pp_enterwrite,
1238 	Perl_pp_leavewrite,
1239 	Perl_pp_prtf,
1240 	Perl_pp_print,
1241 	Perl_pp_say,	/* implemented by Perl_pp_print */
1242 	Perl_pp_sysopen,
1243 	Perl_pp_sysseek,
1244 	Perl_pp_sysread,
1245 	Perl_pp_syswrite,
1246 	Perl_pp_eof,
1247 	Perl_pp_tell,
1248 	Perl_pp_seek,	/* implemented by Perl_pp_sysseek */
1249 	Perl_pp_truncate,
1250 	Perl_pp_fcntl,	/* implemented by Perl_pp_ioctl */
1251 	Perl_pp_ioctl,
1252 	Perl_pp_flock,
1253 	Perl_pp_send,	/* implemented by Perl_pp_syswrite */
1254 	Perl_pp_recv,	/* implemented by Perl_pp_sysread */
1255 	Perl_pp_socket,
1256 	Perl_pp_sockpair,
1257 	Perl_pp_bind,
1258 	Perl_pp_connect,	/* implemented by Perl_pp_bind */
1259 	Perl_pp_listen,
1260 	Perl_pp_accept,
1261 	Perl_pp_shutdown,
1262 	Perl_pp_gsockopt,	/* implemented by Perl_pp_ssockopt */
1263 	Perl_pp_ssockopt,
1264 	Perl_pp_getsockname,	/* implemented by Perl_pp_getpeername */
1265 	Perl_pp_getpeername,
1266 	Perl_pp_lstat,	/* implemented by Perl_pp_stat */
1267 	Perl_pp_stat,
1268 	Perl_pp_ftrread,
1269 	Perl_pp_ftrwrite,	/* implemented by Perl_pp_ftrread */
1270 	Perl_pp_ftrexec,	/* implemented by Perl_pp_ftrread */
1271 	Perl_pp_fteread,	/* implemented by Perl_pp_ftrread */
1272 	Perl_pp_ftewrite,	/* implemented by Perl_pp_ftrread */
1273 	Perl_pp_fteexec,	/* implemented by Perl_pp_ftrread */
1274 	Perl_pp_ftis,
1275 	Perl_pp_ftsize,	/* implemented by Perl_pp_ftis */
1276 	Perl_pp_ftmtime,	/* implemented by Perl_pp_ftis */
1277 	Perl_pp_ftatime,	/* implemented by Perl_pp_ftis */
1278 	Perl_pp_ftctime,	/* implemented by Perl_pp_ftis */
1279 	Perl_pp_ftrowned,
1280 	Perl_pp_fteowned,	/* implemented by Perl_pp_ftrowned */
1281 	Perl_pp_ftzero,	/* implemented by Perl_pp_ftrowned */
1282 	Perl_pp_ftsock,	/* implemented by Perl_pp_ftrowned */
1283 	Perl_pp_ftchr,	/* implemented by Perl_pp_ftrowned */
1284 	Perl_pp_ftblk,	/* implemented by Perl_pp_ftrowned */
1285 	Perl_pp_ftfile,	/* implemented by Perl_pp_ftrowned */
1286 	Perl_pp_ftdir,	/* implemented by Perl_pp_ftrowned */
1287 	Perl_pp_ftpipe,	/* implemented by Perl_pp_ftrowned */
1288 	Perl_pp_ftsuid,	/* implemented by Perl_pp_ftrowned */
1289 	Perl_pp_ftsgid,	/* implemented by Perl_pp_ftrowned */
1290 	Perl_pp_ftsvtx,	/* implemented by Perl_pp_ftrowned */
1291 	Perl_pp_ftlink,
1292 	Perl_pp_fttty,
1293 	Perl_pp_fttext,
1294 	Perl_pp_ftbinary,	/* implemented by Perl_pp_fttext */
1295 	Perl_pp_chdir,
1296 	Perl_pp_chown,
1297 	Perl_pp_chroot,
1298 	Perl_pp_unlink,	/* implemented by Perl_pp_chown */
1299 	Perl_pp_chmod,	/* implemented by Perl_pp_chown */
1300 	Perl_pp_utime,	/* implemented by Perl_pp_chown */
1301 	Perl_pp_rename,
1302 	Perl_pp_link,
1303 	Perl_pp_symlink,	/* implemented by Perl_pp_link */
1304 	Perl_pp_readlink,
1305 	Perl_pp_mkdir,
1306 	Perl_pp_rmdir,
1307 	Perl_pp_open_dir,
1308 	Perl_pp_readdir,
1309 	Perl_pp_telldir,
1310 	Perl_pp_seekdir,
1311 	Perl_pp_rewinddir,
1312 	Perl_pp_closedir,
1313 	Perl_pp_fork,
1314 	Perl_pp_wait,
1315 	Perl_pp_waitpid,
1316 	Perl_pp_system,
1317 	Perl_pp_exec,
1318 	Perl_pp_kill,	/* implemented by Perl_pp_chown */
1319 	Perl_pp_getppid,
1320 	Perl_pp_getpgrp,
1321 	Perl_pp_setpgrp,
1322 	Perl_pp_getpriority,
1323 	Perl_pp_setpriority,
1324 	Perl_pp_time,
1325 	Perl_pp_tms,
1326 	Perl_pp_localtime,	/* implemented by Perl_pp_gmtime */
1327 	Perl_pp_gmtime,
1328 	Perl_pp_alarm,
1329 	Perl_pp_sleep,
1330 	Perl_pp_shmget,	/* implemented by Perl_pp_semget */
1331 	Perl_pp_shmctl,	/* implemented by Perl_pp_semctl */
1332 	Perl_pp_shmread,	/* implemented by Perl_pp_shmwrite */
1333 	Perl_pp_shmwrite,
1334 	Perl_pp_msgget,	/* implemented by Perl_pp_semget */
1335 	Perl_pp_msgctl,	/* implemented by Perl_pp_semctl */
1336 	Perl_pp_msgsnd,	/* implemented by Perl_pp_shmwrite */
1337 	Perl_pp_msgrcv,	/* implemented by Perl_pp_shmwrite */
1338 	Perl_pp_semop,	/* implemented by Perl_pp_shmwrite */
1339 	Perl_pp_semget,
1340 	Perl_pp_semctl,
1341 	Perl_pp_require,
1342 	Perl_pp_dofile,	/* implemented by Perl_pp_require */
1343 	Perl_pp_hintseval,
1344 	Perl_pp_entereval,
1345 	Perl_pp_leaveeval,
1346 	Perl_pp_entertry,
1347 	Perl_pp_leavetry,
1348 	Perl_pp_ghbyname,	/* implemented by Perl_pp_ghostent */
1349 	Perl_pp_ghbyaddr,	/* implemented by Perl_pp_ghostent */
1350 	Perl_pp_ghostent,
1351 	Perl_pp_gnbyname,	/* implemented by Perl_pp_gnetent */
1352 	Perl_pp_gnbyaddr,	/* implemented by Perl_pp_gnetent */
1353 	Perl_pp_gnetent,
1354 	Perl_pp_gpbyname,	/* implemented by Perl_pp_gprotoent */
1355 	Perl_pp_gpbynumber,	/* implemented by Perl_pp_gprotoent */
1356 	Perl_pp_gprotoent,
1357 	Perl_pp_gsbyname,	/* implemented by Perl_pp_gservent */
1358 	Perl_pp_gsbyport,	/* implemented by Perl_pp_gservent */
1359 	Perl_pp_gservent,
1360 	Perl_pp_shostent,
1361 	Perl_pp_snetent,	/* implemented by Perl_pp_shostent */
1362 	Perl_pp_sprotoent,	/* implemented by Perl_pp_shostent */
1363 	Perl_pp_sservent,	/* implemented by Perl_pp_shostent */
1364 	Perl_pp_ehostent,
1365 	Perl_pp_enetent,	/* implemented by Perl_pp_ehostent */
1366 	Perl_pp_eprotoent,	/* implemented by Perl_pp_ehostent */
1367 	Perl_pp_eservent,	/* implemented by Perl_pp_ehostent */
1368 	Perl_pp_gpwnam,	/* implemented by Perl_pp_gpwent */
1369 	Perl_pp_gpwuid,	/* implemented by Perl_pp_gpwent */
1370 	Perl_pp_gpwent,
1371 	Perl_pp_spwent,	/* implemented by Perl_pp_ehostent */
1372 	Perl_pp_epwent,	/* implemented by Perl_pp_ehostent */
1373 	Perl_pp_ggrnam,	/* implemented by Perl_pp_ggrent */
1374 	Perl_pp_ggrgid,	/* implemented by Perl_pp_ggrent */
1375 	Perl_pp_ggrent,
1376 	Perl_pp_sgrent,	/* implemented by Perl_pp_ehostent */
1377 	Perl_pp_egrent,	/* implemented by Perl_pp_ehostent */
1378 	Perl_pp_getlogin,
1379 	Perl_pp_syscall,
1380 	Perl_pp_lock,
1381 	Perl_pp_once,
1382 	Perl_pp_custom,	/* implemented by Perl_unimplemented_op */
1383 	Perl_pp_coreargs,
1384 	Perl_pp_avhvswitch,
1385 	Perl_pp_runcv,
1386 	Perl_pp_fc,
1387 	Perl_pp_padcv,
1388 	Perl_pp_introcv,
1389 	Perl_pp_clonecv,
1390 	Perl_pp_padrange,
1391 	Perl_pp_refassign,
1392 	Perl_pp_lvref,
1393 	Perl_pp_lvrefslice,
1394 	Perl_pp_lvavref,
1395 	Perl_pp_anonconst,
1396 	Perl_pp_isa,
1397 	Perl_pp_cmpchain_and,
1398 	Perl_pp_cmpchain_dup,
1399 	Perl_pp_entertrycatch,
1400 	Perl_pp_leavetrycatch,
1401 	Perl_pp_poptry,
1402 	Perl_pp_catch,
1403 	Perl_pp_pushdefer,
1404 	Perl_pp_is_bool,
1405 	Perl_pp_is_weak,
1406 	Perl_pp_weaken,
1407 	Perl_pp_unweaken,
1408 	Perl_pp_blessed,
1409 	Perl_pp_refaddr,
1410 	Perl_pp_reftype,
1411 	Perl_pp_ceil,
1412 	Perl_pp_floor,
1413 }
1414 #endif
1415 ;
1416 
1417 EXT Perl_check_t PL_check[] /* or perlvars.h */
1418 #if defined(DOINIT)
1419 = {
1420 	Perl_ck_null,		/* null */
1421 	Perl_ck_null,		/* stub */
1422 	Perl_ck_fun,		/* scalar */
1423 	Perl_ck_null,		/* pushmark */
1424 	Perl_ck_null,		/* wantarray */
1425 	Perl_ck_svconst,	/* const */
1426 	Perl_ck_null,		/* gvsv */
1427 	Perl_ck_null,		/* gv */
1428 	Perl_ck_null,		/* gelem */
1429 	Perl_ck_null,		/* padsv */
1430 	Perl_ck_null,		/* padav */
1431 	Perl_ck_null,		/* padhv */
1432 	Perl_ck_null,		/* padany */
1433 	Perl_ck_rvconst,	/* rv2gv */
1434 	Perl_ck_rvconst,	/* rv2sv */
1435 	Perl_ck_null,		/* av2arylen */
1436 	Perl_ck_rvconst,	/* rv2cv */
1437 	Perl_ck_anoncode,	/* anoncode */
1438 	Perl_ck_prototype,	/* prototype */
1439 	Perl_ck_spair,		/* refgen */
1440 	Perl_ck_null,		/* srefgen */
1441 	Perl_ck_fun,		/* ref */
1442 	Perl_ck_fun,		/* bless */
1443 	Perl_ck_backtick,	/* backtick */
1444 	Perl_ck_glob,		/* glob */
1445 	Perl_ck_readline,	/* readline */
1446 	Perl_ck_null,		/* rcatline */
1447 	Perl_ck_fun,		/* regcmaybe */
1448 	Perl_ck_fun,		/* regcreset */
1449 	Perl_ck_null,		/* regcomp */
1450 	Perl_ck_match,		/* match */
1451 	Perl_ck_match,		/* qr */
1452 	Perl_ck_match,		/* subst */
1453 	Perl_ck_null,		/* substcont */
1454 	Perl_ck_match,		/* trans */
1455 	Perl_ck_match,		/* transr */
1456 	Perl_ck_sassign,	/* sassign */
1457 	Perl_ck_null,		/* aassign */
1458 	Perl_ck_spair,		/* chop */
1459 	Perl_ck_null,		/* schop */
1460 	Perl_ck_spair,		/* chomp */
1461 	Perl_ck_null,		/* schomp */
1462 	Perl_ck_defined,	/* defined */
1463 	Perl_ck_fun,		/* undef */
1464 	Perl_ck_fun,		/* study */
1465 	Perl_ck_fun,		/* pos */
1466 	Perl_ck_lfun,		/* preinc */
1467 	Perl_ck_lfun,		/* i_preinc */
1468 	Perl_ck_lfun,		/* predec */
1469 	Perl_ck_lfun,		/* i_predec */
1470 	Perl_ck_lfun,		/* postinc */
1471 	Perl_ck_lfun,		/* i_postinc */
1472 	Perl_ck_lfun,		/* postdec */
1473 	Perl_ck_lfun,		/* i_postdec */
1474 	Perl_ck_null,		/* pow */
1475 	Perl_ck_null,		/* multiply */
1476 	Perl_ck_null,		/* i_multiply */
1477 	Perl_ck_null,		/* divide */
1478 	Perl_ck_null,		/* i_divide */
1479 	Perl_ck_null,		/* modulo */
1480 	Perl_ck_null,		/* i_modulo */
1481 	Perl_ck_repeat,		/* repeat */
1482 	Perl_ck_null,		/* add */
1483 	Perl_ck_null,		/* i_add */
1484 	Perl_ck_null,		/* subtract */
1485 	Perl_ck_null,		/* i_subtract */
1486 	Perl_ck_concat,		/* concat */
1487 	Perl_ck_null,		/* multiconcat */
1488 	Perl_ck_stringify,	/* stringify */
1489 	Perl_ck_bitop,		/* left_shift */
1490 	Perl_ck_bitop,		/* right_shift */
1491 	Perl_ck_cmp,		/* lt */
1492 	Perl_ck_cmp,		/* i_lt */
1493 	Perl_ck_cmp,		/* gt */
1494 	Perl_ck_cmp,		/* i_gt */
1495 	Perl_ck_cmp,		/* le */
1496 	Perl_ck_cmp,		/* i_le */
1497 	Perl_ck_cmp,		/* ge */
1498 	Perl_ck_cmp,		/* i_ge */
1499 	Perl_ck_cmp,		/* eq */
1500 	Perl_ck_cmp,		/* i_eq */
1501 	Perl_ck_cmp,		/* ne */
1502 	Perl_ck_cmp,		/* i_ne */
1503 	Perl_ck_null,		/* ncmp */
1504 	Perl_ck_null,		/* i_ncmp */
1505 	Perl_ck_null,		/* slt */
1506 	Perl_ck_null,		/* sgt */
1507 	Perl_ck_null,		/* sle */
1508 	Perl_ck_null,		/* sge */
1509 	Perl_ck_null,		/* seq */
1510 	Perl_ck_null,		/* sne */
1511 	Perl_ck_null,		/* scmp */
1512 	Perl_ck_bitop,		/* bit_and */
1513 	Perl_ck_bitop,		/* bit_xor */
1514 	Perl_ck_bitop,		/* bit_or */
1515 	Perl_ck_bitop,		/* nbit_and */
1516 	Perl_ck_bitop,		/* nbit_xor */
1517 	Perl_ck_bitop,		/* nbit_or */
1518 	Perl_ck_bitop,		/* sbit_and */
1519 	Perl_ck_bitop,		/* sbit_xor */
1520 	Perl_ck_bitop,		/* sbit_or */
1521 	Perl_ck_null,		/* negate */
1522 	Perl_ck_null,		/* i_negate */
1523 	Perl_ck_null,		/* not */
1524 	Perl_ck_bitop,		/* complement */
1525 	Perl_ck_bitop,		/* ncomplement */
1526 	Perl_ck_null,		/* scomplement */
1527 	Perl_ck_smartmatch,	/* smartmatch */
1528 	Perl_ck_fun,		/* atan2 */
1529 	Perl_ck_fun,		/* sin */
1530 	Perl_ck_fun,		/* cos */
1531 	Perl_ck_fun,		/* rand */
1532 	Perl_ck_fun,		/* srand */
1533 	Perl_ck_fun,		/* exp */
1534 	Perl_ck_fun,		/* log */
1535 	Perl_ck_fun,		/* sqrt */
1536 	Perl_ck_fun,		/* int */
1537 	Perl_ck_fun,		/* hex */
1538 	Perl_ck_fun,		/* oct */
1539 	Perl_ck_fun,		/* abs */
1540 	Perl_ck_length,		/* length */
1541 	Perl_ck_substr,		/* substr */
1542 	Perl_ck_fun,		/* vec */
1543 	Perl_ck_index,		/* index */
1544 	Perl_ck_index,		/* rindex */
1545 	Perl_ck_lfun,		/* sprintf */
1546 	Perl_ck_fun,		/* formline */
1547 	Perl_ck_fun,		/* ord */
1548 	Perl_ck_fun,		/* chr */
1549 	Perl_ck_fun,		/* crypt */
1550 	Perl_ck_fun,		/* ucfirst */
1551 	Perl_ck_fun,		/* lcfirst */
1552 	Perl_ck_fun,		/* uc */
1553 	Perl_ck_fun,		/* lc */
1554 	Perl_ck_fun,		/* quotemeta */
1555 	Perl_ck_rvconst,	/* rv2av */
1556 	Perl_ck_null,		/* aelemfast */
1557 	Perl_ck_null,		/* aelemfast_lex */
1558 	Perl_ck_null,		/* aelem */
1559 	Perl_ck_null,		/* aslice */
1560 	Perl_ck_null,		/* kvaslice */
1561 	Perl_ck_each,		/* aeach */
1562 	Perl_ck_each,		/* avalues */
1563 	Perl_ck_each,		/* akeys */
1564 	Perl_ck_each,		/* each */
1565 	Perl_ck_each,		/* values */
1566 	Perl_ck_each,		/* keys */
1567 	Perl_ck_delete,		/* delete */
1568 	Perl_ck_exists,		/* exists */
1569 	Perl_ck_rvconst,	/* rv2hv */
1570 	Perl_ck_null,		/* helem */
1571 	Perl_ck_null,		/* hslice */
1572 	Perl_ck_null,		/* kvhslice */
1573 	Perl_ck_null,		/* multideref */
1574 	Perl_ck_fun,		/* unpack */
1575 	Perl_ck_fun,		/* pack */
1576 	Perl_ck_split,		/* split */
1577 	Perl_ck_join,		/* join */
1578 	Perl_ck_null,		/* list */
1579 	Perl_ck_null,		/* lslice */
1580 	Perl_ck_fun,		/* anonlist */
1581 	Perl_ck_fun,		/* anonhash */
1582 	Perl_ck_fun,		/* splice */
1583 	Perl_ck_fun,		/* push */
1584 	Perl_ck_shift,		/* pop */
1585 	Perl_ck_shift,		/* shift */
1586 	Perl_ck_fun,		/* unshift */
1587 	Perl_ck_sort,		/* sort */
1588 	Perl_ck_fun,		/* reverse */
1589 	Perl_ck_grep,		/* grepstart */
1590 	Perl_ck_null,		/* grepwhile */
1591 	Perl_ck_grep,		/* mapstart */
1592 	Perl_ck_null,		/* mapwhile */
1593 	Perl_ck_null,		/* range */
1594 	Perl_ck_null,		/* flip */
1595 	Perl_ck_null,		/* flop */
1596 	Perl_ck_null,		/* and */
1597 	Perl_ck_null,		/* or */
1598 	Perl_ck_null,		/* xor */
1599 	Perl_ck_null,		/* dor */
1600 	Perl_ck_null,		/* cond_expr */
1601 	Perl_ck_null,		/* andassign */
1602 	Perl_ck_null,		/* orassign */
1603 	Perl_ck_null,		/* dorassign */
1604 	Perl_ck_subr,		/* entersub */
1605 	Perl_ck_null,		/* leavesub */
1606 	Perl_ck_null,		/* leavesublv */
1607 	Perl_ck_null,		/* argcheck */
1608 	Perl_ck_null,		/* argelem */
1609 	Perl_ck_null,		/* argdefelem */
1610 	Perl_ck_fun,		/* caller */
1611 	Perl_ck_fun,		/* warn */
1612 	Perl_ck_fun,		/* die */
1613 	Perl_ck_fun,		/* reset */
1614 	Perl_ck_null,		/* lineseq */
1615 	Perl_ck_null,		/* nextstate */
1616 	Perl_ck_null,		/* dbstate */
1617 	Perl_ck_null,		/* unstack */
1618 	Perl_ck_null,		/* enter */
1619 	Perl_ck_null,		/* leave */
1620 	Perl_ck_null,		/* scope */
1621 	Perl_ck_null,		/* enteriter */
1622 	Perl_ck_null,		/* iter */
1623 	Perl_ck_null,		/* enterloop */
1624 	Perl_ck_null,		/* leaveloop */
1625 	Perl_ck_return,		/* return */
1626 	Perl_ck_null,		/* last */
1627 	Perl_ck_null,		/* next */
1628 	Perl_ck_null,		/* redo */
1629 	Perl_ck_null,		/* dump */
1630 	Perl_ck_null,		/* goto */
1631 	Perl_ck_fun,		/* exit */
1632 	Perl_ck_method,		/* method */
1633 	Perl_ck_null,		/* method_named */
1634 	Perl_ck_null,		/* method_super */
1635 	Perl_ck_null,		/* method_redir */
1636 	Perl_ck_null,		/* method_redir_super */
1637 	Perl_ck_null,		/* entergiven */
1638 	Perl_ck_null,		/* leavegiven */
1639 	Perl_ck_null,		/* enterwhen */
1640 	Perl_ck_null,		/* leavewhen */
1641 	Perl_ck_null,		/* break */
1642 	Perl_ck_null,		/* continue */
1643 	Perl_ck_open,		/* open */
1644 	Perl_ck_fun,		/* close */
1645 	Perl_ck_fun,		/* pipe_op */
1646 	Perl_ck_fun,		/* fileno */
1647 	Perl_ck_fun,		/* umask */
1648 	Perl_ck_fun,		/* binmode */
1649 	Perl_ck_fun,		/* tie */
1650 	Perl_ck_fun,		/* untie */
1651 	Perl_ck_fun,		/* tied */
1652 	Perl_ck_fun,		/* dbmopen */
1653 	Perl_ck_fun,		/* dbmclose */
1654 	Perl_ck_select,		/* sselect */
1655 	Perl_ck_select,		/* select */
1656 	Perl_ck_eof,		/* getc */
1657 	Perl_ck_fun,		/* read */
1658 	Perl_ck_fun,		/* enterwrite */
1659 	Perl_ck_null,		/* leavewrite */
1660 	Perl_ck_listiob,	/* prtf */
1661 	Perl_ck_listiob,	/* print */
1662 	Perl_ck_listiob,	/* say */
1663 	Perl_ck_fun,		/* sysopen */
1664 	Perl_ck_fun,		/* sysseek */
1665 	Perl_ck_fun,		/* sysread */
1666 	Perl_ck_fun,		/* syswrite */
1667 	Perl_ck_eof,		/* eof */
1668 	Perl_ck_tell,		/* tell */
1669 	Perl_ck_tell,		/* seek */
1670 	Perl_ck_trunc,		/* truncate */
1671 	Perl_ck_fun,		/* fcntl */
1672 	Perl_ck_fun,		/* ioctl */
1673 	Perl_ck_fun,		/* flock */
1674 	Perl_ck_fun,		/* send */
1675 	Perl_ck_fun,		/* recv */
1676 	Perl_ck_fun,		/* socket */
1677 	Perl_ck_fun,		/* sockpair */
1678 	Perl_ck_fun,		/* bind */
1679 	Perl_ck_fun,		/* connect */
1680 	Perl_ck_fun,		/* listen */
1681 	Perl_ck_fun,		/* accept */
1682 	Perl_ck_fun,		/* shutdown */
1683 	Perl_ck_fun,		/* gsockopt */
1684 	Perl_ck_fun,		/* ssockopt */
1685 	Perl_ck_fun,		/* getsockname */
1686 	Perl_ck_fun,		/* getpeername */
1687 	Perl_ck_ftst,		/* lstat */
1688 	Perl_ck_ftst,		/* stat */
1689 	Perl_ck_ftst,		/* ftrread */
1690 	Perl_ck_ftst,		/* ftrwrite */
1691 	Perl_ck_ftst,		/* ftrexec */
1692 	Perl_ck_ftst,		/* fteread */
1693 	Perl_ck_ftst,		/* ftewrite */
1694 	Perl_ck_ftst,		/* fteexec */
1695 	Perl_ck_ftst,		/* ftis */
1696 	Perl_ck_ftst,		/* ftsize */
1697 	Perl_ck_ftst,		/* ftmtime */
1698 	Perl_ck_ftst,		/* ftatime */
1699 	Perl_ck_ftst,		/* ftctime */
1700 	Perl_ck_ftst,		/* ftrowned */
1701 	Perl_ck_ftst,		/* fteowned */
1702 	Perl_ck_ftst,		/* ftzero */
1703 	Perl_ck_ftst,		/* ftsock */
1704 	Perl_ck_ftst,		/* ftchr */
1705 	Perl_ck_ftst,		/* ftblk */
1706 	Perl_ck_ftst,		/* ftfile */
1707 	Perl_ck_ftst,		/* ftdir */
1708 	Perl_ck_ftst,		/* ftpipe */
1709 	Perl_ck_ftst,		/* ftsuid */
1710 	Perl_ck_ftst,		/* ftsgid */
1711 	Perl_ck_ftst,		/* ftsvtx */
1712 	Perl_ck_ftst,		/* ftlink */
1713 	Perl_ck_ftst,		/* fttty */
1714 	Perl_ck_ftst,		/* fttext */
1715 	Perl_ck_ftst,		/* ftbinary */
1716 	Perl_ck_trunc,		/* chdir */
1717 	Perl_ck_fun,		/* chown */
1718 	Perl_ck_fun,		/* chroot */
1719 	Perl_ck_fun,		/* unlink */
1720 	Perl_ck_fun,		/* chmod */
1721 	Perl_ck_fun,		/* utime */
1722 	Perl_ck_fun,		/* rename */
1723 	Perl_ck_fun,		/* link */
1724 	Perl_ck_fun,		/* symlink */
1725 	Perl_ck_fun,		/* readlink */
1726 	Perl_ck_fun,		/* mkdir */
1727 	Perl_ck_fun,		/* rmdir */
1728 	Perl_ck_fun,		/* open_dir */
1729 	Perl_ck_fun,		/* readdir */
1730 	Perl_ck_fun,		/* telldir */
1731 	Perl_ck_fun,		/* seekdir */
1732 	Perl_ck_fun,		/* rewinddir */
1733 	Perl_ck_fun,		/* closedir */
1734 	Perl_ck_null,		/* fork */
1735 	Perl_ck_null,		/* wait */
1736 	Perl_ck_fun,		/* waitpid */
1737 	Perl_ck_exec,		/* system */
1738 	Perl_ck_exec,		/* exec */
1739 	Perl_ck_fun,		/* kill */
1740 	Perl_ck_null,		/* getppid */
1741 	Perl_ck_fun,		/* getpgrp */
1742 	Perl_ck_fun,		/* setpgrp */
1743 	Perl_ck_fun,		/* getpriority */
1744 	Perl_ck_fun,		/* setpriority */
1745 	Perl_ck_null,		/* time */
1746 	Perl_ck_null,		/* tms */
1747 	Perl_ck_fun,		/* localtime */
1748 	Perl_ck_fun,		/* gmtime */
1749 	Perl_ck_fun,		/* alarm */
1750 	Perl_ck_fun,		/* sleep */
1751 	Perl_ck_fun,		/* shmget */
1752 	Perl_ck_fun,		/* shmctl */
1753 	Perl_ck_fun,		/* shmread */
1754 	Perl_ck_fun,		/* shmwrite */
1755 	Perl_ck_fun,		/* msgget */
1756 	Perl_ck_fun,		/* msgctl */
1757 	Perl_ck_fun,		/* msgsnd */
1758 	Perl_ck_fun,		/* msgrcv */
1759 	Perl_ck_fun,		/* semop */
1760 	Perl_ck_fun,		/* semget */
1761 	Perl_ck_fun,		/* semctl */
1762 	Perl_ck_require,	/* require */
1763 	Perl_ck_fun,		/* dofile */
1764 	Perl_ck_svconst,	/* hintseval */
1765 	Perl_ck_eval,		/* entereval */
1766 	Perl_ck_null,		/* leaveeval */
1767 	Perl_ck_eval,		/* entertry */
1768 	Perl_ck_null,		/* leavetry */
1769 	Perl_ck_fun,		/* ghbyname */
1770 	Perl_ck_fun,		/* ghbyaddr */
1771 	Perl_ck_null,		/* ghostent */
1772 	Perl_ck_fun,		/* gnbyname */
1773 	Perl_ck_fun,		/* gnbyaddr */
1774 	Perl_ck_null,		/* gnetent */
1775 	Perl_ck_fun,		/* gpbyname */
1776 	Perl_ck_fun,		/* gpbynumber */
1777 	Perl_ck_null,		/* gprotoent */
1778 	Perl_ck_fun,		/* gsbyname */
1779 	Perl_ck_fun,		/* gsbyport */
1780 	Perl_ck_null,		/* gservent */
1781 	Perl_ck_fun,		/* shostent */
1782 	Perl_ck_fun,		/* snetent */
1783 	Perl_ck_fun,		/* sprotoent */
1784 	Perl_ck_fun,		/* sservent */
1785 	Perl_ck_null,		/* ehostent */
1786 	Perl_ck_null,		/* enetent */
1787 	Perl_ck_null,		/* eprotoent */
1788 	Perl_ck_null,		/* eservent */
1789 	Perl_ck_fun,		/* gpwnam */
1790 	Perl_ck_fun,		/* gpwuid */
1791 	Perl_ck_null,		/* gpwent */
1792 	Perl_ck_null,		/* spwent */
1793 	Perl_ck_null,		/* epwent */
1794 	Perl_ck_fun,		/* ggrnam */
1795 	Perl_ck_fun,		/* ggrgid */
1796 	Perl_ck_null,		/* ggrent */
1797 	Perl_ck_null,		/* sgrent */
1798 	Perl_ck_null,		/* egrent */
1799 	Perl_ck_null,		/* getlogin */
1800 	Perl_ck_fun,		/* syscall */
1801 	Perl_ck_rfun,		/* lock */
1802 	Perl_ck_null,		/* once */
1803 	Perl_ck_null,		/* custom */
1804 	Perl_ck_null,		/* coreargs */
1805 	Perl_ck_null,		/* avhvswitch */
1806 	Perl_ck_null,		/* runcv */
1807 	Perl_ck_fun,		/* fc */
1808 	Perl_ck_null,		/* padcv */
1809 	Perl_ck_null,		/* introcv */
1810 	Perl_ck_null,		/* clonecv */
1811 	Perl_ck_null,		/* padrange */
1812 	Perl_ck_refassign,	/* refassign */
1813 	Perl_ck_null,		/* lvref */
1814 	Perl_ck_null,		/* lvrefslice */
1815 	Perl_ck_null,		/* lvavref */
1816 	Perl_ck_null,		/* anonconst */
1817 	Perl_ck_isa,		/* isa */
1818 	Perl_ck_null,		/* cmpchain_and */
1819 	Perl_ck_null,		/* cmpchain_dup */
1820 	Perl_ck_trycatch,	/* entertrycatch */
1821 	Perl_ck_null,		/* leavetrycatch */
1822 	Perl_ck_null,		/* poptry */
1823 	Perl_ck_null,		/* catch */
1824 	Perl_ck_null,		/* pushdefer */
1825 	Perl_ck_null,		/* is_bool */
1826 	Perl_ck_null,		/* is_weak */
1827 	Perl_ck_null,		/* weaken */
1828 	Perl_ck_null,		/* unweaken */
1829 	Perl_ck_null,		/* blessed */
1830 	Perl_ck_null,		/* refaddr */
1831 	Perl_ck_null,		/* reftype */
1832 	Perl_ck_null,		/* ceil */
1833 	Perl_ck_null,		/* floor */
1834 }
1835 #endif
1836 ;
1837 
1838 #ifndef DOINIT
1839 EXTCONST U32 PL_opargs[];
1840 #else
1841 EXTCONST U32 PL_opargs[] = {
1842 	0x00000000,	/* null */
1843 	0x00000000,	/* stub */
1844 	0x00001b04,	/* scalar */
1845 	0x00000004,	/* pushmark */
1846 	0x00000004,	/* wantarray */
1847 	0x00000604,	/* const */
1848 	0x00000644,	/* gvsv */
1849 	0x00000644,	/* gv */
1850 	0x00011244,	/* gelem */
1851 	0x00000044,	/* padsv */
1852 	0x00000040,	/* padav */
1853 	0x00000040,	/* padhv */
1854 	0x00000040,	/* padany */
1855 	0x00000144,	/* rv2gv */
1856 	0x00000144,	/* rv2sv */
1857 	0x00000104,	/* av2arylen */
1858 	0x00000140,	/* rv2cv */
1859 	0x00000604,	/* anoncode */
1860 	0x00009b84,	/* prototype */
1861 	0x00002101,	/* refgen */
1862 	0x00001106,	/* srefgen */
1863 	0x00009b8c,	/* ref */
1864 	0x00091404,	/* bless */
1865 	0x00009b88,	/* backtick */
1866 	0x00009408,	/* glob */
1867 	0x0000eb08,	/* readline */
1868 	0x00000608,	/* rcatline */
1869 	0x00001104,	/* regcmaybe */
1870 	0x00001104,	/* regcreset */
1871 	0x00001304,	/* regcomp */
1872 	0x00000500,	/* match */
1873 	0x00000504,	/* qr */
1874 	0x00001504,	/* subst */
1875 	0x00000304,	/* substcont */
1876 	0x00001804,	/* trans */
1877 	0x00001804,	/* transr */
1878 	0x00011204,	/* sassign */
1879 	0x00022208,	/* aassign */
1880 	0x00002b0d,	/* chop */
1881 	0x00009b8c,	/* schop */
1882 	0x00002b1d,	/* chomp */
1883 	0x00009b9c,	/* schomp */
1884 	0x00009b84,	/* defined */
1885 	0x0000fb04,	/* undef */
1886 	0x00009b84,	/* study */
1887 	0x0000fb8c,	/* pos */
1888 	0x00001164,	/* preinc */
1889 	0x00001144,	/* i_preinc */
1890 	0x00001164,	/* predec */
1891 	0x00001144,	/* i_predec */
1892 	0x0000112c,	/* postinc */
1893 	0x0000110c,	/* i_postinc */
1894 	0x0000112c,	/* postdec */
1895 	0x0000110c,	/* i_postdec */
1896 	0x0001121e,	/* pow */
1897 	0x0001123e,	/* multiply */
1898 	0x0001121e,	/* i_multiply */
1899 	0x0001123e,	/* divide */
1900 	0x0001121e,	/* i_divide */
1901 	0x0001123e,	/* modulo */
1902 	0x0001121e,	/* i_modulo */
1903 	0x0001220b,	/* repeat */
1904 	0x0001123e,	/* add */
1905 	0x0001121e,	/* i_add */
1906 	0x0001123e,	/* subtract */
1907 	0x0001121e,	/* i_subtract */
1908 	0x0001121e,	/* concat */
1909 	0x00000f1c,	/* multiconcat */
1910 	0x0000141e,	/* stringify */
1911 	0x0001121e,	/* left_shift */
1912 	0x0001121e,	/* right_shift */
1913 	0x00011226,	/* lt */
1914 	0x00011206,	/* i_lt */
1915 	0x00011226,	/* gt */
1916 	0x00011206,	/* i_gt */
1917 	0x00011226,	/* le */
1918 	0x00011206,	/* i_le */
1919 	0x00011226,	/* ge */
1920 	0x00011206,	/* i_ge */
1921 	0x00011226,	/* eq */
1922 	0x00011206,	/* i_eq */
1923 	0x00011226,	/* ne */
1924 	0x00011206,	/* i_ne */
1925 	0x0001122e,	/* ncmp */
1926 	0x0001120e,	/* i_ncmp */
1927 	0x00011206,	/* slt */
1928 	0x00011206,	/* sgt */
1929 	0x00011206,	/* sle */
1930 	0x00011206,	/* sge */
1931 	0x00011206,	/* seq */
1932 	0x00011206,	/* sne */
1933 	0x0001120e,	/* scmp */
1934 	0x0001120e,	/* bit_and */
1935 	0x0001120e,	/* bit_xor */
1936 	0x0001120e,	/* bit_or */
1937 	0x0001121e,	/* nbit_and */
1938 	0x0001121e,	/* nbit_xor */
1939 	0x0001121e,	/* nbit_or */
1940 	0x0001120e,	/* sbit_and */
1941 	0x0001120e,	/* sbit_xor */
1942 	0x0001120e,	/* sbit_or */
1943 	0x0000112e,	/* negate */
1944 	0x0000110e,	/* i_negate */
1945 	0x00001106,	/* not */
1946 	0x0000110e,	/* complement */
1947 	0x0000111e,	/* ncomplement */
1948 	0x0000111e,	/* scomplement */
1949 	0x00000204,	/* smartmatch */
1950 	0x0001141e,	/* atan2 */
1951 	0x00009b9e,	/* sin */
1952 	0x00009b9e,	/* cos */
1953 	0x00009b1c,	/* rand */
1954 	0x00009b1c,	/* srand */
1955 	0x00009b9e,	/* exp */
1956 	0x00009b9e,	/* log */
1957 	0x00009b9e,	/* sqrt */
1958 	0x00009b9e,	/* int */
1959 	0x00009b9e,	/* hex */
1960 	0x00009b9e,	/* oct */
1961 	0x00009b9e,	/* abs */
1962 	0x00009b9e,	/* length */
1963 	0x0991140c,	/* substr */
1964 	0x0011140c,	/* vec */
1965 	0x0091141c,	/* index */
1966 	0x0091141c,	/* rindex */
1967 	0x0002140f,	/* sprintf */
1968 	0x00021405,	/* formline */
1969 	0x00009b9e,	/* ord */
1970 	0x00009b9e,	/* chr */
1971 	0x0001141e,	/* crypt */
1972 	0x00009b8e,	/* ucfirst */
1973 	0x00009b8e,	/* lcfirst */
1974 	0x00009b8e,	/* uc */
1975 	0x00009b8e,	/* lc */
1976 	0x00009b8e,	/* quotemeta */
1977 	0x00000148,	/* rv2av */
1978 	0x00013644,	/* aelemfast */
1979 	0x00013040,	/* aelemfast_lex */
1980 	0x00013204,	/* aelem */
1981 	0x00023401,	/* aslice */
1982 	0x00023401,	/* kvaslice */
1983 	0x00003b40,	/* aeach */
1984 	0x00003b48,	/* avalues */
1985 	0x00003b08,	/* akeys */
1986 	0x00004b40,	/* each */
1987 	0x00004b48,	/* values */
1988 	0x00004b08,	/* keys */
1989 	0x00001b00,	/* delete */
1990 	0x00001b04,	/* exists */
1991 	0x00000148,	/* rv2hv */
1992 	0x00014204,	/* helem */
1993 	0x00024401,	/* hslice */
1994 	0x00024401,	/* kvhslice */
1995 	0x00000f44,	/* multideref */
1996 	0x00091480,	/* unpack */
1997 	0x0002140f,	/* pack */
1998 	0x00111508,	/* split */
1999 	0x0002140f,	/* join */
2000 	0x00002401,	/* list */
2001 	0x00224200,	/* lslice */
2002 	0x00002405,	/* anonlist */
2003 	0x00002405,	/* anonhash */
2004 	0x02993401,	/* splice */
2005 	0x0002341d,	/* push */
2006 	0x0000bb04,	/* pop */
2007 	0x0000bb04,	/* shift */
2008 	0x0002341d,	/* unshift */
2009 	0x0002d401,	/* sort */
2010 	0x00002409,	/* reverse */
2011 	0x00025401,	/* grepstart */
2012 	0x00000308,	/* grepwhile */
2013 	0x00025401,	/* mapstart */
2014 	0x00000308,	/* mapwhile */
2015 	0x00011300,	/* range */
2016 	0x00011100,	/* flip */
2017 	0x00000100,	/* flop */
2018 	0x00000300,	/* and */
2019 	0x00000300,	/* or */
2020 	0x00011206,	/* xor */
2021 	0x00000300,	/* dor */
2022 	0x00000300,	/* cond_expr */
2023 	0x00000304,	/* andassign */
2024 	0x00000304,	/* orassign */
2025 	0x00000304,	/* dorassign */
2026 	0x00002141,	/* entersub */
2027 	0x00000100,	/* leavesub */
2028 	0x00000100,	/* leavesublv */
2029 	0x00000f00,	/* argcheck */
2030 	0x00000f00,	/* argelem */
2031 	0x00000300,	/* argdefelem */
2032 	0x00009b08,	/* caller */
2033 	0x0000240d,	/* warn */
2034 	0x0000240d,	/* die */
2035 	0x00009b04,	/* reset */
2036 	0x00000400,	/* lineseq */
2037 	0x00000a04,	/* nextstate */
2038 	0x00000a04,	/* dbstate */
2039 	0x00000004,	/* unstack */
2040 	0x00000000,	/* enter */
2041 	0x00000400,	/* leave */
2042 	0x00000400,	/* scope */
2043 	0x00000940,	/* enteriter */
2044 	0x00000000,	/* iter */
2045 	0x00000940,	/* enterloop */
2046 	0x00000200,	/* leaveloop */
2047 	0x00002401,	/* return */
2048 	0x00000d04,	/* last */
2049 	0x00000d04,	/* next */
2050 	0x00000d04,	/* redo */
2051 	0x00000d44,	/* dump */
2052 	0x00000d04,	/* goto */
2053 	0x00009b04,	/* exit */
2054 	0x00000e40,	/* method */
2055 	0x00000e40,	/* method_named */
2056 	0x00000e40,	/* method_super */
2057 	0x00000e40,	/* method_redir */
2058 	0x00000e40,	/* method_redir_super */
2059 	0x00000340,	/* entergiven */
2060 	0x00000100,	/* leavegiven */
2061 	0x00000340,	/* enterwhen */
2062 	0x00000100,	/* leavewhen */
2063 	0x00000000,	/* break */
2064 	0x00000000,	/* continue */
2065 	0x0029640d,	/* open */
2066 	0x0000eb04,	/* close */
2067 	0x00066404,	/* pipe_op */
2068 	0x00006b0c,	/* fileno */
2069 	0x00009b0c,	/* umask */
2070 	0x00096404,	/* binmode */
2071 	0x00217445,	/* tie */
2072 	0x00007b04,	/* untie */
2073 	0x00007b44,	/* tied */
2074 	0x00114404,	/* dbmopen */
2075 	0x00004b04,	/* dbmclose */
2076 	0x01111408,	/* sselect */
2077 	0x0000e40c,	/* select */
2078 	0x0000eb0c,	/* getc */
2079 	0x0917640d,	/* read */
2080 	0x0000eb04,	/* enterwrite */
2081 	0x00000100,	/* leavewrite */
2082 	0x0002e405,	/* prtf */
2083 	0x0002e405,	/* print */
2084 	0x0002e405,	/* say */
2085 	0x09116404,	/* sysopen */
2086 	0x00116404,	/* sysseek */
2087 	0x0917640d,	/* sysread */
2088 	0x0991640d,	/* syswrite */
2089 	0x0000eb04,	/* eof */
2090 	0x0000eb0c,	/* tell */
2091 	0x00116404,	/* seek */
2092 	0x00011404,	/* truncate */
2093 	0x0011640c,	/* fcntl */
2094 	0x0011640c,	/* ioctl */
2095 	0x0001641c,	/* flock */
2096 	0x0911640d,	/* send */
2097 	0x0117640d,	/* recv */
2098 	0x01116404,	/* socket */
2099 	0x11166404,	/* sockpair */
2100 	0x00016404,	/* bind */
2101 	0x00016404,	/* connect */
2102 	0x00016404,	/* listen */
2103 	0x0006640c,	/* accept */
2104 	0x0001640c,	/* shutdown */
2105 	0x00116404,	/* gsockopt */
2106 	0x01116404,	/* ssockopt */
2107 	0x00006b04,	/* getsockname */
2108 	0x00006b04,	/* getpeername */
2109 	0x0000ec80,	/* lstat */
2110 	0x0000ec80,	/* stat */
2111 	0x00006c84,	/* ftrread */
2112 	0x00006c84,	/* ftrwrite */
2113 	0x00006c84,	/* ftrexec */
2114 	0x00006c84,	/* fteread */
2115 	0x00006c84,	/* ftewrite */
2116 	0x00006c84,	/* fteexec */
2117 	0x00006c84,	/* ftis */
2118 	0x00006c8c,	/* ftsize */
2119 	0x00006c8c,	/* ftmtime */
2120 	0x00006c8c,	/* ftatime */
2121 	0x00006c8c,	/* ftctime */
2122 	0x00006c84,	/* ftrowned */
2123 	0x00006c84,	/* fteowned */
2124 	0x00006c84,	/* ftzero */
2125 	0x00006c84,	/* ftsock */
2126 	0x00006c84,	/* ftchr */
2127 	0x00006c84,	/* ftblk */
2128 	0x00006c84,	/* ftfile */
2129 	0x00006c84,	/* ftdir */
2130 	0x00006c84,	/* ftpipe */
2131 	0x00006c84,	/* ftsuid */
2132 	0x00006c84,	/* ftsgid */
2133 	0x00006c84,	/* ftsvtx */
2134 	0x00006c84,	/* ftlink */
2135 	0x00006c04,	/* fttty */
2136 	0x00006c84,	/* fttext */
2137 	0x00006c84,	/* ftbinary */
2138 	0x00009b1c,	/* chdir */
2139 	0x0000241d,	/* chown */
2140 	0x00009b9c,	/* chroot */
2141 	0x0000249d,	/* unlink */
2142 	0x0000241d,	/* chmod */
2143 	0x0000241d,	/* utime */
2144 	0x0001141c,	/* rename */
2145 	0x0001141c,	/* link */
2146 	0x0001141c,	/* symlink */
2147 	0x00009b8c,	/* readlink */
2148 	0x0009949c,	/* mkdir */
2149 	0x00009b9c,	/* rmdir */
2150 	0x00016404,	/* open_dir */
2151 	0x00006b00,	/* readdir */
2152 	0x00006b0c,	/* telldir */
2153 	0x00016404,	/* seekdir */
2154 	0x00006b04,	/* rewinddir */
2155 	0x00006b04,	/* closedir */
2156 	0x0000000c,	/* fork */
2157 	0x0000001c,	/* wait */
2158 	0x0001141c,	/* waitpid */
2159 	0x0002941d,	/* system */
2160 	0x0002941d,	/* exec */
2161 	0x0000241d,	/* kill */
2162 	0x0000001c,	/* getppid */
2163 	0x00009b1c,	/* getpgrp */
2164 	0x0009941c,	/* setpgrp */
2165 	0x0001141c,	/* getpriority */
2166 	0x0011141c,	/* setpriority */
2167 	0x0000001c,	/* time */
2168 	0x00000000,	/* tms */
2169 	0x00009b08,	/* localtime */
2170 	0x00009b08,	/* gmtime */
2171 	0x00009b8c,	/* alarm */
2172 	0x00009b1c,	/* sleep */
2173 	0x0011140d,	/* shmget */
2174 	0x0011140d,	/* shmctl */
2175 	0x0111140d,	/* shmread */
2176 	0x0111140d,	/* shmwrite */
2177 	0x0001140d,	/* msgget */
2178 	0x0011140d,	/* msgctl */
2179 	0x0011140d,	/* msgsnd */
2180 	0x1111140d,	/* msgrcv */
2181 	0x0001140d,	/* semop */
2182 	0x0011140d,	/* semget */
2183 	0x0111140d,	/* semctl */
2184 	0x00009bc4,	/* require */
2185 	0x00001140,	/* dofile */
2186 	0x00000604,	/* hintseval */
2187 	0x00009bc0,	/* entereval */
2188 	0x00001100,	/* leaveeval */
2189 	0x00000340,	/* entertry */
2190 	0x00000400,	/* leavetry */
2191 	0x00001b00,	/* ghbyname */
2192 	0x00011400,	/* ghbyaddr */
2193 	0x00000000,	/* ghostent */
2194 	0x00001b00,	/* gnbyname */
2195 	0x00011400,	/* gnbyaddr */
2196 	0x00000000,	/* gnetent */
2197 	0x00001b00,	/* gpbyname */
2198 	0x00001400,	/* gpbynumber */
2199 	0x00000000,	/* gprotoent */
2200 	0x00011400,	/* gsbyname */
2201 	0x00011400,	/* gsbyport */
2202 	0x00000000,	/* gservent */
2203 	0x00001b04,	/* shostent */
2204 	0x00001b04,	/* snetent */
2205 	0x00001b04,	/* sprotoent */
2206 	0x00001b04,	/* sservent */
2207 	0x00000004,	/* ehostent */
2208 	0x00000004,	/* enetent */
2209 	0x00000004,	/* eprotoent */
2210 	0x00000004,	/* eservent */
2211 	0x00001b00,	/* gpwnam */
2212 	0x00001b00,	/* gpwuid */
2213 	0x00000000,	/* gpwent */
2214 	0x00000004,	/* spwent */
2215 	0x00000004,	/* epwent */
2216 	0x00001b00,	/* ggrnam */
2217 	0x00001b00,	/* ggrgid */
2218 	0x00000000,	/* ggrent */
2219 	0x00000004,	/* sgrent */
2220 	0x00000004,	/* egrent */
2221 	0x0000000c,	/* getlogin */
2222 	0x0002140d,	/* syscall */
2223 	0x00007b04,	/* lock */
2224 	0x00000300,	/* once */
2225 	0x00000000,	/* custom */
2226 	0x00000600,	/* coreargs */
2227 	0x00000108,	/* avhvswitch */
2228 	0x00000004,	/* runcv */
2229 	0x00009b8e,	/* fc */
2230 	0x00000040,	/* padcv */
2231 	0x00000040,	/* introcv */
2232 	0x00000040,	/* clonecv */
2233 	0x00000040,	/* padrange */
2234 	0x00000244,	/* refassign */
2235 	0x00000b40,	/* lvref */
2236 	0x00000440,	/* lvrefslice */
2237 	0x00000b40,	/* lvavref */
2238 	0x00000144,	/* anonconst */
2239 	0x00000204,	/* isa */
2240 	0x00000300,	/* cmpchain_and */
2241 	0x00000100,	/* cmpchain_dup */
2242 	0x00000300,	/* entertrycatch */
2243 	0x00000400,	/* leavetrycatch */
2244 	0x00000400,	/* poptry */
2245 	0x00000300,	/* catch */
2246 	0x00000300,	/* pushdefer */
2247 	0x0000011e,	/* is_bool */
2248 	0x0000011e,	/* is_weak */
2249 	0x00000100,	/* weaken */
2250 	0x00000100,	/* unweaken */
2251 	0x00000106,	/* blessed */
2252 	0x0000011e,	/* refaddr */
2253 	0x0000011e,	/* reftype */
2254 	0x0000011e,	/* ceil */
2255 	0x0000011e,	/* floor */
2256 };
2257 #endif
2258 
2259 END_EXTERN_C
2260 
2261 
2262 #define OPpARGELEM_SV           0x00
2263 #define OPpLVREF_SV             0x00
2264 #define OPpARG1_MASK            0x01
2265 #define OPpCOREARGS_DEREF1      0x01
2266 #define OPpENTERSUB_INARGS      0x01
2267 #define OPpPADHV_ISKEYS         0x01
2268 #define OPpRV2HV_ISKEYS         0x01
2269 #define OPpSORT_NUMERIC         0x01
2270 #define OPpTRANS_CAN_FORCE_UTF8 0x01
2271 #define OPpARGELEM_AV           0x02
2272 #define OPpCONST_NOVER          0x02
2273 #define OPpCOREARGS_DEREF2      0x02
2274 #define OPpEVAL_HAS_HH          0x02
2275 #define OPpFT_ACCESS            0x02
2276 #define OPpHINT_STRICT_REFS     0x02
2277 #define OPpITER_REVERSED        0x02
2278 #define OPpSORT_INTEGER         0x02
2279 #define OPpTRANS_USE_SVOP       0x02
2280 #define OPpARG2_MASK            0x03
2281 #define OPpAVHVSWITCH_MASK      0x03
2282 #define OPpARGELEM_HV           0x04
2283 #define OPpASSIGN_TRUEBOOL      0x04
2284 #define OPpCONST_SHORTCIRCUIT   0x04
2285 #define OPpDONT_INIT_GV         0x04
2286 #define OPpENTERSUB_HASTARG     0x04
2287 #define OPpEVAL_UNICODE         0x04
2288 #define OPpFT_STACKED           0x04
2289 #define OPpLVREF_ELEM           0x04
2290 #define OPpSLICEWARNING         0x04
2291 #define OPpSORT_REVERSE         0x04
2292 #define OPpSPLIT_IMPLIM         0x04
2293 #define OPpTRANS_IDENTICAL      0x04
2294 #define OPpUSEINT               0x04
2295 #define OPpARGELEM_MASK         0x06
2296 #define OPpARG3_MASK            0x07
2297 #define OPpPADRANGE_COUNTSHIFT  0x07
2298 #define OPpCONST_STRICT         0x08
2299 #define OPpENTERSUB_AMPER       0x08
2300 #define OPpEVAL_BYTES           0x08
2301 #define OPpFT_STACKING          0x08
2302 #define OPpITER_DEF             0x08
2303 #define OPpLVREF_ITER           0x08
2304 #define OPpMAYBE_LVSUB          0x08
2305 #define OPpMULTICONCAT_STRINGIFY 0x08
2306 #define OPpREVERSE_INPLACE      0x08
2307 #define OPpSORT_INPLACE         0x08
2308 #define OPpSPLIT_LEX            0x08
2309 #define OPpTRANS_SQUASH         0x08
2310 #define OPpARG4_MASK            0x0f
2311 #define OPpASSIGN_COMMON_AGG    0x10
2312 #define OPpCONST_ENTERED        0x10
2313 #define OPpDEREF_AV             0x10
2314 #define OPpEVAL_COPHH           0x10
2315 #define OPpFT_AFTER_t           0x10
2316 #define OPpLVREF_AV             0x10
2317 #define OPpMAYBE_TRUEBOOL       0x10
2318 #define OPpMULTIDEREF_EXISTS    0x10
2319 #define OPpOPEN_IN_RAW          0x10
2320 #define OPpSORT_DESCEND         0x10
2321 #define OPpSPLIT_ASSIGN         0x10
2322 #define OPpSUBSTR_REPL_FIRST    0x10
2323 #define OPpTARGET_MY            0x10
2324 #define OPpASSIGN_COMMON_RC1    0x20
2325 #define OPpDEREF_HV             0x20
2326 #define OPpEARLY_CV             0x20
2327 #define OPpEVAL_RE_REPARSING    0x20
2328 #define OPpHUSH_VMSISH          0x20
2329 #define OPpKVSLICE              0x20
2330 #define OPpLVREF_HV             0x20
2331 #define OPpMAY_RETURN_CONSTANT  0x20
2332 #define OPpMULTICONCAT_FAKE     0x20
2333 #define OPpMULTIDEREF_DELETE    0x20
2334 #define OPpOPEN_IN_CRLF         0x20
2335 #define OPpTRANS_COMPLEMENT     0x20
2336 #define OPpTRUEBOOL             0x20
2337 #define OPpDEREF                0x30
2338 #define OPpDEREF_SV             0x30
2339 #define OPpLVREF_CV             0x30
2340 #define OPpLVREF_TYPE           0x30
2341 #define OPpALLOW_FAKE           0x40
2342 #define OPpASSIGN_BACKWARDS     0x40
2343 #define OPpASSIGN_COMMON_SCALAR 0x40
2344 #define OPpCONCAT_NESTED        0x40
2345 #define OPpCONST_BARE           0x40
2346 #define OPpCOREARGS_SCALARMOD   0x40
2347 #define OPpENTERSUB_DB          0x40
2348 #define OPpEXISTS_SUB           0x40
2349 #define OPpFLIP_LINENUM         0x40
2350 #define OPpINDEX_BOOLNEG        0x40
2351 #define OPpLIST_GUESSED         0x40
2352 #define OPpLVAL_DEFER           0x40
2353 #define OPpMULTICONCAT_APPEND   0x40
2354 #define OPpOPEN_OUT_RAW         0x40
2355 #define OPpOUR_INTRO            0x40
2356 #define OPpPAD_STATE            0x40
2357 #define OPpREFCOUNTED           0x40
2358 #define OPpREPEAT_DOLIST        0x40
2359 #define OPpSLICE                0x40
2360 #define OPpTRANS_GROWS          0x40
2361 #define OPpPADRANGE_COUNTMASK   0x7f
2362 #define OPpASSIGN_CV_TO_GV      0x80
2363 #define OPpCOREARGS_PUSHMARK    0x80
2364 #define OPpDEFER_FINALLY        0x80
2365 #define OPpENTERSUB_NOPAREN     0x80
2366 #define OPpLVALUE               0x80
2367 #define OPpLVAL_INTRO           0x80
2368 #define OPpOFFBYONE             0x80
2369 #define OPpOPEN_OUT_CRLF        0x80
2370 #define OPpPV_IS_UTF8           0x80
2371 #define OPpTRANS_DELETE         0x80
2372 START_EXTERN_C
2373 
2374 #ifndef DOINIT
2375 
2376 /* data about the flags in op_private */
2377 
2378 EXTCONST I16  PL_op_private_bitdef_ix[];
2379 EXTCONST U16  PL_op_private_bitdefs[];
2380 EXTCONST char PL_op_private_labels[];
2381 EXTCONST I16  PL_op_private_bitfields[];
2382 EXTCONST U8   PL_op_private_valid[];
2383 
2384 #else
2385 
2386 
2387 /* PL_op_private_labels[]: the short descriptions of private flags.
2388  * All labels are concatenated into a single char array
2389  * (separated by \0's) for compactness.
2390  */
2391 
2392 EXTCONST char PL_op_private_labels[] = {
2393     '$','M','O','D','\0',
2394     '+','1','\0',
2395     '-','\0',
2396     'A','M','P','E','R','\0',
2397     'A','P','P','E','N','D','\0',
2398     'A','S','S','I','G','N','\0',
2399     'A','V','\0',
2400     'B','A','R','E','\0',
2401     'B','K','W','A','R','D','\0',
2402     'B','O','O','L','\0',
2403     'B','O','O','L','?','\0',
2404     'B','Y','T','E','S','\0',
2405     'C','A','N','_','F','O','R','C','E','_','U','T','F','8','\0',
2406     'C','O','M','P','L','\0',
2407     'C','O','M','_','A','G','G','\0',
2408     'C','O','M','_','R','C','1','\0',
2409     'C','O','M','_','S','C','A','L','A','R','\0',
2410     'C','O','N','S','T','\0',
2411     'C','O','P','H','H','\0',
2412     'C','V','\0',
2413     'C','V','2','G','V','\0',
2414     'D','B','G','\0',
2415     'D','E','F','\0',
2416     'D','E','L','\0',
2417     'D','E','L','E','T','E','\0',
2418     'D','E','R','E','F','1','\0',
2419     'D','E','R','E','F','2','\0',
2420     'D','E','S','C','\0',
2421     'D','O','L','I','S','T','\0',
2422     'D','R','E','F','A','V','\0',
2423     'D','R','E','F','H','V','\0',
2424     'D','R','E','F','S','V','\0',
2425     'E','A','R','L','Y','C','V','\0',
2426     'E','L','E','M','\0',
2427     'E','N','T','E','R','E','D','\0',
2428     'E','X','I','S','T','S','\0',
2429     'F','A','K','E','\0',
2430     'F','I','N','A','L','L','Y','\0',
2431     'F','T','A','C','C','E','S','S','\0',
2432     'F','T','A','F','T','E','R','t','\0',
2433     'F','T','S','T','A','C','K','E','D','\0',
2434     'F','T','S','T','A','C','K','I','N','G','\0',
2435     'G','R','O','W','S','\0',
2436     'G','U','E','S','S','E','D','\0',
2437     'H','A','S','_','H','H','\0',
2438     'H','U','S','H','\0',
2439     'H','V','\0',
2440     'I','D','E','N','T','\0',
2441     'I','M','P','L','I','M','\0',
2442     'I','N','A','R','G','S','\0',
2443     'I','N','B','I','N','\0',
2444     'I','N','C','R','\0',
2445     'I','N','P','L','A','C','E','\0',
2446     'I','N','T','\0',
2447     'I','T','E','R','\0',
2448     'K','E','Y','S','\0',
2449     'K','V','S','L','I','C','E','\0',
2450     'L','E','X','\0',
2451     'L','I','N','E','N','U','M','\0',
2452     'L','V','\0',
2453     'L','V','D','E','F','E','R','\0',
2454     'L','V','I','N','T','R','O','\0',
2455     'L','V','S','U','B','\0',
2456     'M','A','R','K','\0',
2457     'N','E','G','\0',
2458     'N','E','S','T','E','D','\0',
2459     'N','O','(',')','\0',
2460     'N','O','I','N','I','T','\0',
2461     'N','O','V','E','R','\0',
2462     'N','U','M','\0',
2463     'O','U','R','I','N','T','R','\0',
2464     'O','U','T','B','I','N','\0',
2465     'O','U','T','C','R','\0',
2466     'R','E','F','C','\0',
2467     'R','E','P','A','R','S','E','\0',
2468     'R','E','P','L','1','S','T','\0',
2469     'R','E','V','\0',
2470     'R','E','V','E','R','S','E','D','\0',
2471     'S','H','O','R','T','\0',
2472     'S','L','I','C','E','\0',
2473     'S','L','I','C','E','W','A','R','N','\0',
2474     'S','Q','U','A','S','H','\0',
2475     'S','T','A','T','E','\0',
2476     'S','T','R','I','C','T','\0',
2477     'S','T','R','I','N','G','I','F','Y','\0',
2478     'S','U','B','\0',
2479     'S','V','\0',
2480     'T','A','R','G','\0',
2481     'T','A','R','G','M','Y','\0',
2482     'U','N','I','\0',
2483     'U','S','E','I','N','T','\0',
2484     'U','S','E','_','S','V','O','P','\0',
2485     'U','T','F','\0',
2486     'k','e','y','\0',
2487     'o','f','f','s','e','t','\0',
2488     'r','a','n','g','e','\0',
2489 
2490 };
2491 
2492 
2493 
2494 /* PL_op_private_bitfields[]: details about each bit field type.
2495  * Each definition consists of the following list of words:
2496  *    bitmin
2497  *    label (index into PL_op_private_labels[]; -1 if no label)
2498  *    repeat for each enum entry (if any):
2499  *       enum value
2500  *       enum label (index into PL_op_private_labels[])
2501  *    -1
2502  */
2503 
2504 EXTCONST I16 PL_op_private_bitfields[] = {
2505     0, 8, -1,
2506     0, 8, -1,
2507     0, 596, -1,
2508     0, 8, -1,
2509     0, 8, -1,
2510     0, 603, -1,
2511     0, 592, -1,
2512     1, -1, 0, 553, 1, 30, 2, 303, -1,
2513     4, -1, 1, 176, 2, 183, 3, 190, -1,
2514     4, -1, 0, 553, 1, 30, 2, 303, 3, 122, -1,
2515 
2516 };
2517 
2518 
2519 /* PL_op_private_bitdef_ix[]: map an op number to a starting position
2520  * in PL_op_private_bitdefs.  If -1, the op has no bits defined */
2521 
2522 EXTCONST I16  PL_op_private_bitdef_ix[] = {
2523       -1, /* null */
2524       -1, /* stub */
2525        0, /* scalar */
2526        1, /* pushmark */
2527        3, /* wantarray */
2528        4, /* const */
2529        9, /* gvsv */
2530       11, /* gv */
2531       12, /* gelem */
2532       13, /* padsv */
2533       16, /* padav */
2534       21, /* padhv */
2535       -1, /* padany */
2536       28, /* rv2gv */
2537       35, /* rv2sv */
2538       40, /* av2arylen */
2539       42, /* rv2cv */
2540       -1, /* anoncode */
2541        0, /* prototype */
2542        0, /* refgen */
2543        0, /* srefgen */
2544       49, /* ref */
2545       52, /* bless */
2546       53, /* backtick */
2547       52, /* glob */
2548        0, /* readline */
2549       -1, /* rcatline */
2550        0, /* regcmaybe */
2551        0, /* regcreset */
2552        0, /* regcomp */
2553       -1, /* match */
2554       -1, /* qr */
2555       58, /* subst */
2556        0, /* substcont */
2557       59, /* trans */
2558       59, /* transr */
2559       66, /* sassign */
2560       69, /* aassign */
2561        0, /* chop */
2562        0, /* schop */
2563       75, /* chomp */
2564       75, /* schomp */
2565        0, /* defined */
2566        0, /* undef */
2567        0, /* study */
2568       77, /* pos */
2569        0, /* preinc */
2570        0, /* i_preinc */
2571        0, /* predec */
2572        0, /* i_predec */
2573        0, /* postinc */
2574        0, /* i_postinc */
2575        0, /* postdec */
2576        0, /* i_postdec */
2577       80, /* pow */
2578       80, /* multiply */
2579       80, /* i_multiply */
2580       80, /* divide */
2581       80, /* i_divide */
2582       80, /* modulo */
2583       80, /* i_modulo */
2584       82, /* repeat */
2585       80, /* add */
2586       80, /* i_add */
2587       80, /* subtract */
2588       80, /* i_subtract */
2589       84, /* concat */
2590       87, /* multiconcat */
2591       93, /* stringify */
2592       95, /* left_shift */
2593       95, /* right_shift */
2594       12, /* lt */
2595       12, /* i_lt */
2596       12, /* gt */
2597       12, /* i_gt */
2598       12, /* le */
2599       12, /* i_le */
2600       12, /* ge */
2601       12, /* i_ge */
2602       12, /* eq */
2603       12, /* i_eq */
2604       12, /* ne */
2605       12, /* i_ne */
2606       12, /* ncmp */
2607       12, /* i_ncmp */
2608       12, /* slt */
2609       12, /* sgt */
2610       12, /* sle */
2611       12, /* sge */
2612       12, /* seq */
2613       12, /* sne */
2614       12, /* scmp */
2615       97, /* bit_and */
2616       97, /* bit_xor */
2617       97, /* bit_or */
2618       95, /* nbit_and */
2619       95, /* nbit_xor */
2620       95, /* nbit_or */
2621       97, /* sbit_and */
2622       97, /* sbit_xor */
2623       97, /* sbit_or */
2624        0, /* negate */
2625        0, /* i_negate */
2626        0, /* not */
2627       97, /* complement */
2628       95, /* ncomplement */
2629       75, /* scomplement */
2630       12, /* smartmatch */
2631       93, /* atan2 */
2632       75, /* sin */
2633       75, /* cos */
2634       93, /* rand */
2635       93, /* srand */
2636       75, /* exp */
2637       75, /* log */
2638       75, /* sqrt */
2639       75, /* int */
2640       75, /* hex */
2641       75, /* oct */
2642       75, /* abs */
2643       98, /* length */
2644      101, /* substr */
2645      104, /* vec */
2646      106, /* index */
2647      106, /* rindex */
2648       52, /* sprintf */
2649       52, /* formline */
2650       75, /* ord */
2651       75, /* chr */
2652       93, /* crypt */
2653        0, /* ucfirst */
2654        0, /* lcfirst */
2655        0, /* uc */
2656        0, /* lc */
2657        0, /* quotemeta */
2658      110, /* rv2av */
2659      117, /* aelemfast */
2660      117, /* aelemfast_lex */
2661      118, /* aelem */
2662      123, /* aslice */
2663      126, /* kvaslice */
2664        0, /* aeach */
2665        0, /* avalues */
2666       40, /* akeys */
2667        0, /* each */
2668       40, /* values */
2669       40, /* keys */
2670      127, /* delete */
2671      131, /* exists */
2672      133, /* rv2hv */
2673      118, /* helem */
2674      123, /* hslice */
2675      126, /* kvhslice */
2676      141, /* multideref */
2677       52, /* unpack */
2678       52, /* pack */
2679      148, /* split */
2680       52, /* join */
2681      153, /* list */
2682       12, /* lslice */
2683       52, /* anonlist */
2684       52, /* anonhash */
2685       52, /* splice */
2686       93, /* push */
2687        0, /* pop */
2688        0, /* shift */
2689       93, /* unshift */
2690      155, /* sort */
2691      160, /* reverse */
2692        0, /* grepstart */
2693      162, /* grepwhile */
2694        0, /* mapstart */
2695        0, /* mapwhile */
2696        0, /* range */
2697      164, /* flip */
2698      164, /* flop */
2699        0, /* and */
2700        0, /* or */
2701       12, /* xor */
2702        0, /* dor */
2703      166, /* cond_expr */
2704        0, /* andassign */
2705        0, /* orassign */
2706        0, /* dorassign */
2707      168, /* entersub */
2708      175, /* leavesub */
2709      175, /* leavesublv */
2710        0, /* argcheck */
2711      177, /* argelem */
2712        0, /* argdefelem */
2713      179, /* caller */
2714       52, /* warn */
2715       52, /* die */
2716       52, /* reset */
2717       -1, /* lineseq */
2718      181, /* nextstate */
2719      181, /* dbstate */
2720       -1, /* unstack */
2721       -1, /* enter */
2722      182, /* leave */
2723       -1, /* scope */
2724      184, /* enteriter */
2725      188, /* iter */
2726       -1, /* enterloop */
2727      189, /* leaveloop */
2728       -1, /* return */
2729      191, /* last */
2730      191, /* next */
2731      191, /* redo */
2732      191, /* dump */
2733      191, /* goto */
2734       52, /* exit */
2735        0, /* method */
2736        0, /* method_named */
2737        0, /* method_super */
2738        0, /* method_redir */
2739        0, /* method_redir_super */
2740        0, /* entergiven */
2741        0, /* leavegiven */
2742        0, /* enterwhen */
2743        0, /* leavewhen */
2744       -1, /* break */
2745       -1, /* continue */
2746      193, /* open */
2747       52, /* close */
2748       52, /* pipe_op */
2749       52, /* fileno */
2750       52, /* umask */
2751       52, /* binmode */
2752       52, /* tie */
2753        0, /* untie */
2754        0, /* tied */
2755       52, /* dbmopen */
2756        0, /* dbmclose */
2757       52, /* sselect */
2758       52, /* select */
2759       52, /* getc */
2760       52, /* read */
2761       52, /* enterwrite */
2762      175, /* leavewrite */
2763       -1, /* prtf */
2764       -1, /* print */
2765       -1, /* say */
2766       52, /* sysopen */
2767       52, /* sysseek */
2768       52, /* sysread */
2769       52, /* syswrite */
2770       52, /* eof */
2771       52, /* tell */
2772       52, /* seek */
2773       52, /* truncate */
2774       52, /* fcntl */
2775       52, /* ioctl */
2776       93, /* flock */
2777       52, /* send */
2778       52, /* recv */
2779       52, /* socket */
2780       52, /* sockpair */
2781       52, /* bind */
2782       52, /* connect */
2783       52, /* listen */
2784       52, /* accept */
2785       52, /* shutdown */
2786       52, /* gsockopt */
2787       52, /* ssockopt */
2788        0, /* getsockname */
2789        0, /* getpeername */
2790        0, /* lstat */
2791        0, /* stat */
2792      198, /* ftrread */
2793      198, /* ftrwrite */
2794      198, /* ftrexec */
2795      198, /* fteread */
2796      198, /* ftewrite */
2797      198, /* fteexec */
2798      203, /* ftis */
2799      203, /* ftsize */
2800      203, /* ftmtime */
2801      203, /* ftatime */
2802      203, /* ftctime */
2803      203, /* ftrowned */
2804      203, /* fteowned */
2805      203, /* ftzero */
2806      203, /* ftsock */
2807      203, /* ftchr */
2808      203, /* ftblk */
2809      203, /* ftfile */
2810      203, /* ftdir */
2811      203, /* ftpipe */
2812      203, /* ftsuid */
2813      203, /* ftsgid */
2814      203, /* ftsvtx */
2815      203, /* ftlink */
2816      203, /* fttty */
2817      203, /* fttext */
2818      203, /* ftbinary */
2819       93, /* chdir */
2820       93, /* chown */
2821       75, /* chroot */
2822       93, /* unlink */
2823       93, /* chmod */
2824       93, /* utime */
2825       93, /* rename */
2826       93, /* link */
2827       93, /* symlink */
2828        0, /* readlink */
2829       93, /* mkdir */
2830       75, /* rmdir */
2831       52, /* open_dir */
2832        0, /* readdir */
2833        0, /* telldir */
2834       52, /* seekdir */
2835        0, /* rewinddir */
2836        0, /* closedir */
2837       -1, /* fork */
2838      207, /* wait */
2839       93, /* waitpid */
2840       93, /* system */
2841       93, /* exec */
2842       93, /* kill */
2843      207, /* getppid */
2844       93, /* getpgrp */
2845       93, /* setpgrp */
2846       93, /* getpriority */
2847       93, /* setpriority */
2848      207, /* time */
2849       -1, /* tms */
2850        0, /* localtime */
2851       52, /* gmtime */
2852        0, /* alarm */
2853       93, /* sleep */
2854       52, /* shmget */
2855       52, /* shmctl */
2856       52, /* shmread */
2857       52, /* shmwrite */
2858       52, /* msgget */
2859       52, /* msgctl */
2860       52, /* msgsnd */
2861       52, /* msgrcv */
2862       52, /* semop */
2863       52, /* semget */
2864       52, /* semctl */
2865        0, /* require */
2866        0, /* dofile */
2867       -1, /* hintseval */
2868      208, /* entereval */
2869      175, /* leaveeval */
2870        0, /* entertry */
2871       -1, /* leavetry */
2872        0, /* ghbyname */
2873       52, /* ghbyaddr */
2874       -1, /* ghostent */
2875        0, /* gnbyname */
2876       52, /* gnbyaddr */
2877       -1, /* gnetent */
2878        0, /* gpbyname */
2879       52, /* gpbynumber */
2880       -1, /* gprotoent */
2881       52, /* gsbyname */
2882       52, /* gsbyport */
2883       -1, /* gservent */
2884        0, /* shostent */
2885        0, /* snetent */
2886        0, /* sprotoent */
2887        0, /* sservent */
2888       -1, /* ehostent */
2889       -1, /* enetent */
2890       -1, /* eprotoent */
2891       -1, /* eservent */
2892        0, /* gpwnam */
2893        0, /* gpwuid */
2894       -1, /* gpwent */
2895       -1, /* spwent */
2896       -1, /* epwent */
2897        0, /* ggrnam */
2898        0, /* ggrgid */
2899       -1, /* ggrent */
2900       -1, /* sgrent */
2901       -1, /* egrent */
2902       -1, /* getlogin */
2903       52, /* syscall */
2904        0, /* lock */
2905        0, /* once */
2906       -1, /* custom */
2907      214, /* coreargs */
2908      218, /* avhvswitch */
2909        3, /* runcv */
2910        0, /* fc */
2911       -1, /* padcv */
2912       -1, /* introcv */
2913       -1, /* clonecv */
2914      220, /* padrange */
2915      222, /* refassign */
2916      228, /* lvref */
2917      234, /* lvrefslice */
2918      235, /* lvavref */
2919        0, /* anonconst */
2920       12, /* isa */
2921        0, /* cmpchain_and */
2922        0, /* cmpchain_dup */
2923        0, /* entertrycatch */
2924       -1, /* leavetrycatch */
2925       -1, /* poptry */
2926        0, /* catch */
2927      238, /* pushdefer */
2928       75, /* is_bool */
2929       75, /* is_weak */
2930        0, /* weaken */
2931        0, /* unweaken */
2932       49, /* blessed */
2933       75, /* refaddr */
2934       75, /* reftype */
2935       75, /* ceil */
2936       75, /* floor */
2937 
2938 };
2939 
2940 
2941 
2942 /* PL_op_private_bitdefs[]: given a starting position in this array (as
2943  * supplied by PL_op_private_bitdef_ix[]), each word (until a stop bit is
2944  * seen) defines the meaning of a particular op_private bit for a
2945  * particular op. Each word consists of:
2946  *  bit  0:     stop bit: this is the last bit def for the current op
2947  *  bit  1:     bitfield: if set, this defines a bit field rather than a flag
2948  *  bits 2..4:  unsigned number in the range 0..7 which is the bit number
2949  *  bits 5..15: unsigned number in the range 0..2047 which is an index
2950  *              into PL_op_private_labels[]    (for a flag), or
2951  *              into PL_op_private_bitfields[] (for a bit field)
2952  */
2953 
2954 EXTCONST U16  PL_op_private_bitdefs[] = {
2955     0x0003, /* scalar, prototype, refgen, srefgen, readline, regcmaybe, regcreset, regcomp, substcont, chop, schop, defined, undef, study, preinc, i_preinc, predec, i_predec, postinc, i_postinc, postdec, i_postdec, negate, i_negate, not, ucfirst, lcfirst, uc, lc, quotemeta, aeach, avalues, each, pop, shift, grepstart, mapstart, mapwhile, range, and, or, dor, andassign, orassign, dorassign, argcheck, argdefelem, method, method_named, method_super, method_redir, method_redir_super, entergiven, leavegiven, enterwhen, leavewhen, untie, tied, dbmclose, getsockname, getpeername, lstat, stat, readlink, readdir, telldir, rewinddir, closedir, localtime, alarm, require, dofile, entertry, ghbyname, gnbyname, gpbyname, shostent, snetent, sprotoent, sservent, gpwnam, gpwuid, ggrnam, ggrgid, lock, once, fc, anonconst, cmpchain_and, cmpchain_dup, entertrycatch, catch, weaken, unweaken */
2956     0x30dc, 0x41d9, /* pushmark */
2957     0x00bd, /* wantarray, runcv */
2958     0x0438, 0x1a50, 0x428c, 0x3e28, 0x3605, /* const */
2959     0x30dc, 0x3759, /* gvsv */
2960     0x18b5, /* gv */
2961     0x0067, /* gelem, lt, i_lt, gt, i_gt, le, i_le, ge, i_ge, eq, i_eq, ne, i_ne, ncmp, i_ncmp, slt, sgt, sle, sge, seq, sne, scmp, smartmatch, lslice, xor, isa */
2962     0x30dc, 0x41d8, 0x03d7, /* padsv */
2963     0x30dc, 0x41d8, 0x05b4, 0x31cc, 0x3fa9, /* padav */
2964     0x30dc, 0x41d8, 0x05b4, 0x0650, 0x31cc, 0x3fa8, 0x2c41, /* padhv */
2965     0x30dc, 0x1c38, 0x03d6, 0x31cc, 0x3528, 0x4284, 0x0003, /* rv2gv */
2966     0x30dc, 0x3758, 0x03d6, 0x4284, 0x0003, /* rv2sv */
2967     0x31cc, 0x0003, /* av2arylen, akeys, values, keys */
2968     0x349c, 0x1078, 0x0dd4, 0x014c, 0x4588, 0x4284, 0x0003, /* rv2cv */
2969     0x05b4, 0x0650, 0x0003, /* ref, blessed */
2970     0x018f, /* bless, glob, sprintf, formline, unpack, pack, join, anonlist, anonhash, splice, warn, die, reset, exit, close, pipe_op, fileno, umask, binmode, tie, dbmopen, sselect, select, getc, read, enterwrite, sysopen, sysseek, sysread, syswrite, eof, tell, seek, truncate, fcntl, ioctl, send, recv, socket, sockpair, bind, connect, listen, accept, shutdown, gsockopt, ssockopt, open_dir, seekdir, gmtime, shmget, shmctl, shmread, shmwrite, msgget, msgctl, msgsnd, msgrcv, semop, semget, semctl, ghbyaddr, gnbyaddr, gpbynumber, gsbyname, gsbyport, syscall */
2971     0x393c, 0x3858, 0x2994, 0x28d0, 0x0003, /* backtick */
2972     0x05b5, /* subst */
2973     0x117c, 0x22b8, 0x09b4, 0x40ec, 0x2648, 0x4864, 0x07c1, /* trans, transr */
2974     0x0fbc, 0x04d8, 0x0067, /* sassign */
2975     0x0c78, 0x0b74, 0x0a70, 0x31cc, 0x05a8, 0x0067, /* aassign */
2976     0x4630, 0x0003, /* chomp, schomp, scomplement, sin, cos, exp, log, sqrt, int, hex, oct, abs, ord, chr, chroot, rmdir, is_bool, is_weak, refaddr, reftype, ceil, floor */
2977     0x05b4, 0x31cc, 0x0003, /* pos */
2978     0x4630, 0x0067, /* pow, multiply, i_multiply, divide, i_divide, modulo, i_modulo, add, i_add, subtract, i_subtract */
2979     0x1538, 0x0067, /* repeat */
2980     0x33b8, 0x4630, 0x0067, /* concat */
2981     0x30dc, 0x0218, 0x1c34, 0x4630, 0x436c, 0x0003, /* multiconcat */
2982     0x4630, 0x018f, /* stringify, atan2, rand, srand, crypt, push, unshift, flock, chdir, chown, unlink, chmod, utime, rename, link, symlink, mkdir, waitpid, system, exec, kill, getpgrp, setpgrp, getpriority, setpriority, sleep */
2983     0x4630, 0x4789, /* left_shift, right_shift, nbit_and, nbit_xor, nbit_or, ncomplement */
2984     0x4789, /* bit_and, bit_xor, bit_or, sbit_and, sbit_xor, sbit_or, complement */
2985     0x05b4, 0x4630, 0x0003, /* length */
2986     0x3b90, 0x31cc, 0x012b, /* substr */
2987     0x31cc, 0x0067, /* vec */
2988     0x3338, 0x05b4, 0x4630, 0x018f, /* index, rindex */
2989     0x30dc, 0x3758, 0x05b4, 0x31cc, 0x3fa8, 0x4284, 0x0003, /* rv2av */
2990     0x025f, /* aelemfast, aelemfast_lex */
2991     0x30dc, 0x2fd8, 0x03d6, 0x31cc, 0x0067, /* aelem, helem */
2992     0x30dc, 0x31cc, 0x3fa9, /* aslice, hslice */
2993     0x31cd, /* kvaslice, kvhslice */
2994     0x30dc, 0x3ef8, 0x2cf4, 0x0003, /* delete */
2995     0x44b8, 0x0003, /* exists */
2996     0x30dc, 0x3758, 0x05b4, 0x0650, 0x31cc, 0x3fa8, 0x4284, 0x2c41, /* rv2hv */
2997     0x30dc, 0x2fd8, 0x11f4, 0x1b50, 0x31cc, 0x4284, 0x0003, /* multideref */
2998     0x30dc, 0x3758, 0x02f0, 0x2dec, 0x2709, /* split */
2999     0x30dc, 0x2379, /* list */
3000     0x1490, 0x2a2c, 0x3c88, 0x2b24, 0x36c1, /* sort */
3001     0x2a2c, 0x0003, /* reverse */
3002     0x05b4, 0x0003, /* grepwhile */
3003     0x2e78, 0x0003, /* flip, flop */
3004     0x30dc, 0x0003, /* cond_expr */
3005     0x30dc, 0x1078, 0x03d6, 0x014c, 0x4588, 0x4284, 0x27e1, /* entersub */
3006     0x39f8, 0x0003, /* leavesub, leavesublv, leavewrite, leaveeval */
3007     0x02aa, 0x0003, /* argelem */
3008     0x00bc, 0x018f, /* caller */
3009     0x2555, /* nextstate, dbstate */
3010     0x2f7c, 0x39f9, /* leave */
3011     0x30dc, 0x3758, 0x10ec, 0x3d05, /* enteriter */
3012     0x3d05, /* iter */
3013     0x2f7c, 0x0067, /* leaveloop */
3014     0x499c, 0x0003, /* last, next, redo, dump, goto */
3015     0x393c, 0x3858, 0x2994, 0x28d0, 0x018f, /* open */
3016     0x1ef0, 0x214c, 0x2008, 0x1dc4, 0x0003, /* ftrread, ftrwrite, ftrexec, fteread, ftewrite, fteexec */
3017     0x1ef0, 0x214c, 0x2008, 0x0003, /* ftis, ftsize, ftmtime, ftatime, ftctime, ftrowned, fteowned, ftzero, ftsock, ftchr, ftblk, ftfile, ftdir, ftpipe, ftsuid, ftsgid, ftsvtx, ftlink, fttty, fttext, ftbinary */
3018     0x4631, /* wait, getppid, time */
3019     0x3a94, 0x0e90, 0x070c, 0x4708, 0x2464, 0x0003, /* entereval */
3020     0x329c, 0x0018, 0x13a4, 0x12c1, /* coreargs */
3021     0x31cc, 0x00c7, /* avhvswitch */
3022     0x30dc, 0x01fb, /* padrange */
3023     0x30dc, 0x41d8, 0x04f6, 0x2bac, 0x19a8, 0x0067, /* refassign */
3024     0x30dc, 0x41d8, 0x04f6, 0x2bac, 0x19a8, 0x0003, /* lvref */
3025     0x30dd, /* lvrefslice */
3026     0x30dc, 0x41d8, 0x0003, /* lvavref */
3027     0x1cdc, 0x0003, /* pushdefer */
3028 
3029 };
3030 
3031 
3032 /* PL_op_private_valid: for each op, indexed by op_type, indicate which
3033  * flags bits in op_private are legal */
3034 
3035 EXTCONST U8 PL_op_private_valid[] = {
3036     /* NULL       */ (0xff),
3037     /* STUB       */ (0),
3038     /* SCALAR     */ (OPpARG1_MASK),
3039     /* PUSHMARK   */ (OPpPAD_STATE|OPpLVAL_INTRO),
3040     /* WANTARRAY  */ (OPpOFFBYONE),
3041     /* CONST      */ (OPpCONST_NOVER|OPpCONST_SHORTCIRCUIT|OPpCONST_STRICT|OPpCONST_ENTERED|OPpCONST_BARE),
3042     /* GVSV       */ (OPpOUR_INTRO|OPpLVAL_INTRO),
3043     /* GV         */ (OPpEARLY_CV),
3044     /* GELEM      */ (OPpARG2_MASK),
3045     /* PADSV      */ (OPpDEREF|OPpPAD_STATE|OPpLVAL_INTRO),
3046     /* PADAV      */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpTRUEBOOL|OPpPAD_STATE|OPpLVAL_INTRO),
3047     /* PADHV      */ (OPpPADHV_ISKEYS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL|OPpPAD_STATE|OPpLVAL_INTRO),
3048     /* PADANY     */ (0),
3049     /* RV2GV      */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpDONT_INIT_GV|OPpMAYBE_LVSUB|OPpDEREF|OPpALLOW_FAKE|OPpLVAL_INTRO),
3050     /* RV2SV      */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpDEREF|OPpOUR_INTRO|OPpLVAL_INTRO),
3051     /* AV2ARYLEN  */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
3052     /* RV2CV      */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSUB_DB|OPpENTERSUB_NOPAREN),
3053     /* ANONCODE   */ (0),
3054     /* PROTOTYPE  */ (OPpARG1_MASK),
3055     /* REFGEN     */ (OPpARG1_MASK),
3056     /* SREFGEN    */ (OPpARG1_MASK),
3057     /* REF        */ (OPpARG1_MASK|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL),
3058     /* BLESS      */ (OPpARG4_MASK),
3059     /* BACKTICK   */ (OPpARG1_MASK|OPpOPEN_IN_RAW|OPpOPEN_IN_CRLF|OPpOPEN_OUT_RAW|OPpOPEN_OUT_CRLF),
3060     /* GLOB       */ (OPpARG4_MASK),
3061     /* READLINE   */ (OPpARG1_MASK),
3062     /* RCATLINE   */ (0),
3063     /* REGCMAYBE  */ (OPpARG1_MASK),
3064     /* REGCRESET  */ (OPpARG1_MASK),
3065     /* REGCOMP    */ (OPpARG1_MASK),
3066     /* MATCH      */ (0),
3067     /* QR         */ (0),
3068     /* SUBST      */ (OPpTRUEBOOL),
3069     /* SUBSTCONT  */ (OPpARG1_MASK),
3070     /* TRANS      */ (OPpTRANS_CAN_FORCE_UTF8|OPpTRANS_USE_SVOP|OPpTRANS_IDENTICAL|OPpTRANS_SQUASH|OPpTRANS_COMPLEMENT|OPpTRANS_GROWS|OPpTRANS_DELETE),
3071     /* TRANSR     */ (OPpTRANS_CAN_FORCE_UTF8|OPpTRANS_USE_SVOP|OPpTRANS_IDENTICAL|OPpTRANS_SQUASH|OPpTRANS_COMPLEMENT|OPpTRANS_GROWS|OPpTRANS_DELETE),
3072     /* SASSIGN    */ (OPpARG2_MASK|OPpASSIGN_BACKWARDS|OPpASSIGN_CV_TO_GV),
3073     /* AASSIGN    */ (OPpARG2_MASK|OPpASSIGN_TRUEBOOL|OPpMAYBE_LVSUB|OPpASSIGN_COMMON_AGG|OPpASSIGN_COMMON_RC1|OPpASSIGN_COMMON_SCALAR),
3074     /* CHOP       */ (OPpARG1_MASK),
3075     /* SCHOP      */ (OPpARG1_MASK),
3076     /* CHOMP      */ (OPpARG1_MASK|OPpTARGET_MY),
3077     /* SCHOMP     */ (OPpARG1_MASK|OPpTARGET_MY),
3078     /* DEFINED    */ (OPpARG1_MASK),
3079     /* UNDEF      */ (OPpARG1_MASK),
3080     /* STUDY      */ (OPpARG1_MASK),
3081     /* POS        */ (OPpARG1_MASK|OPpMAYBE_LVSUB|OPpTRUEBOOL),
3082     /* PREINC     */ (OPpARG1_MASK),
3083     /* I_PREINC   */ (OPpARG1_MASK),
3084     /* PREDEC     */ (OPpARG1_MASK),
3085     /* I_PREDEC   */ (OPpARG1_MASK),
3086     /* POSTINC    */ (OPpARG1_MASK),
3087     /* I_POSTINC  */ (OPpARG1_MASK),
3088     /* POSTDEC    */ (OPpARG1_MASK),
3089     /* I_POSTDEC  */ (OPpARG1_MASK),
3090     /* POW        */ (OPpARG2_MASK|OPpTARGET_MY),
3091     /* MULTIPLY   */ (OPpARG2_MASK|OPpTARGET_MY),
3092     /* I_MULTIPLY */ (OPpARG2_MASK|OPpTARGET_MY),
3093     /* DIVIDE     */ (OPpARG2_MASK|OPpTARGET_MY),
3094     /* I_DIVIDE   */ (OPpARG2_MASK|OPpTARGET_MY),
3095     /* MODULO     */ (OPpARG2_MASK|OPpTARGET_MY),
3096     /* I_MODULO   */ (OPpARG2_MASK|OPpTARGET_MY),
3097     /* REPEAT     */ (OPpARG2_MASK|OPpREPEAT_DOLIST),
3098     /* ADD        */ (OPpARG2_MASK|OPpTARGET_MY),
3099     /* I_ADD      */ (OPpARG2_MASK|OPpTARGET_MY),
3100     /* SUBTRACT   */ (OPpARG2_MASK|OPpTARGET_MY),
3101     /* I_SUBTRACT */ (OPpARG2_MASK|OPpTARGET_MY),
3102     /* CONCAT     */ (OPpARG2_MASK|OPpTARGET_MY|OPpCONCAT_NESTED),
3103     /* MULTICONCAT */ (OPpARG1_MASK|OPpMULTICONCAT_STRINGIFY|OPpTARGET_MY|OPpMULTICONCAT_FAKE|OPpMULTICONCAT_APPEND|OPpLVAL_INTRO),
3104     /* STRINGIFY  */ (OPpARG4_MASK|OPpTARGET_MY),
3105     /* LEFT_SHIFT */ (OPpUSEINT|OPpTARGET_MY),
3106     /* RIGHT_SHIFT */ (OPpUSEINT|OPpTARGET_MY),
3107     /* LT         */ (OPpARG2_MASK),
3108     /* I_LT       */ (OPpARG2_MASK),
3109     /* GT         */ (OPpARG2_MASK),
3110     /* I_GT       */ (OPpARG2_MASK),
3111     /* LE         */ (OPpARG2_MASK),
3112     /* I_LE       */ (OPpARG2_MASK),
3113     /* GE         */ (OPpARG2_MASK),
3114     /* I_GE       */ (OPpARG2_MASK),
3115     /* EQ         */ (OPpARG2_MASK),
3116     /* I_EQ       */ (OPpARG2_MASK),
3117     /* NE         */ (OPpARG2_MASK),
3118     /* I_NE       */ (OPpARG2_MASK),
3119     /* NCMP       */ (OPpARG2_MASK),
3120     /* I_NCMP     */ (OPpARG2_MASK),
3121     /* SLT        */ (OPpARG2_MASK),
3122     /* SGT        */ (OPpARG2_MASK),
3123     /* SLE        */ (OPpARG2_MASK),
3124     /* SGE        */ (OPpARG2_MASK),
3125     /* SEQ        */ (OPpARG2_MASK),
3126     /* SNE        */ (OPpARG2_MASK),
3127     /* SCMP       */ (OPpARG2_MASK),
3128     /* BIT_AND    */ (OPpUSEINT),
3129     /* BIT_XOR    */ (OPpUSEINT),
3130     /* BIT_OR     */ (OPpUSEINT),
3131     /* NBIT_AND   */ (OPpUSEINT|OPpTARGET_MY),
3132     /* NBIT_XOR   */ (OPpUSEINT|OPpTARGET_MY),
3133     /* NBIT_OR    */ (OPpUSEINT|OPpTARGET_MY),
3134     /* SBIT_AND   */ (OPpUSEINT),
3135     /* SBIT_XOR   */ (OPpUSEINT),
3136     /* SBIT_OR    */ (OPpUSEINT),
3137     /* NEGATE     */ (OPpARG1_MASK),
3138     /* I_NEGATE   */ (OPpARG1_MASK),
3139     /* NOT        */ (OPpARG1_MASK),
3140     /* COMPLEMENT */ (OPpUSEINT),
3141     /* NCOMPLEMENT */ (OPpUSEINT|OPpTARGET_MY),
3142     /* SCOMPLEMENT */ (OPpARG1_MASK|OPpTARGET_MY),
3143     /* SMARTMATCH */ (OPpARG2_MASK),
3144     /* ATAN2      */ (OPpARG4_MASK|OPpTARGET_MY),
3145     /* SIN        */ (OPpARG1_MASK|OPpTARGET_MY),
3146     /* COS        */ (OPpARG1_MASK|OPpTARGET_MY),
3147     /* RAND       */ (OPpARG4_MASK|OPpTARGET_MY),
3148     /* SRAND      */ (OPpARG4_MASK|OPpTARGET_MY),
3149     /* EXP        */ (OPpARG1_MASK|OPpTARGET_MY),
3150     /* LOG        */ (OPpARG1_MASK|OPpTARGET_MY),
3151     /* SQRT       */ (OPpARG1_MASK|OPpTARGET_MY),
3152     /* INT        */ (OPpARG1_MASK|OPpTARGET_MY),
3153     /* HEX        */ (OPpARG1_MASK|OPpTARGET_MY),
3154     /* OCT        */ (OPpARG1_MASK|OPpTARGET_MY),
3155     /* ABS        */ (OPpARG1_MASK|OPpTARGET_MY),
3156     /* LENGTH     */ (OPpARG1_MASK|OPpTARGET_MY|OPpTRUEBOOL),
3157     /* SUBSTR     */ (OPpARG3_MASK|OPpMAYBE_LVSUB|OPpSUBSTR_REPL_FIRST),
3158     /* VEC        */ (OPpARG2_MASK|OPpMAYBE_LVSUB),
3159     /* INDEX      */ (OPpARG4_MASK|OPpTARGET_MY|OPpTRUEBOOL|OPpINDEX_BOOLNEG),
3160     /* RINDEX     */ (OPpARG4_MASK|OPpTARGET_MY|OPpTRUEBOOL|OPpINDEX_BOOLNEG),
3161     /* SPRINTF    */ (OPpARG4_MASK),
3162     /* FORMLINE   */ (OPpARG4_MASK),
3163     /* ORD        */ (OPpARG1_MASK|OPpTARGET_MY),
3164     /* CHR        */ (OPpARG1_MASK|OPpTARGET_MY),
3165     /* CRYPT      */ (OPpARG4_MASK|OPpTARGET_MY),
3166     /* UCFIRST    */ (OPpARG1_MASK),
3167     /* LCFIRST    */ (OPpARG1_MASK),
3168     /* UC         */ (OPpARG1_MASK),
3169     /* LC         */ (OPpARG1_MASK),
3170     /* QUOTEMETA  */ (OPpARG1_MASK),
3171     /* RV2AV      */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpTRUEBOOL|OPpOUR_INTRO|OPpLVAL_INTRO),
3172     /* AELEMFAST  */ (255),
3173     /* AELEMFAST_LEX */ (255),
3174     /* AELEM      */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),
3175     /* ASLICE     */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpLVAL_INTRO),
3176     /* KVASLICE   */ (OPpMAYBE_LVSUB),
3177     /* AEACH      */ (OPpARG1_MASK),
3178     /* AVALUES    */ (OPpARG1_MASK),
3179     /* AKEYS      */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
3180     /* EACH       */ (OPpARG1_MASK),
3181     /* VALUES     */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
3182     /* KEYS       */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
3183     /* DELETE     */ (OPpARG1_MASK|OPpKVSLICE|OPpSLICE|OPpLVAL_INTRO),
3184     /* EXISTS     */ (OPpARG1_MASK|OPpEXISTS_SUB),
3185     /* RV2HV      */ (OPpRV2HV_ISKEYS|OPpHINT_STRICT_REFS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL|OPpOUR_INTRO|OPpLVAL_INTRO),
3186     /* HELEM      */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),
3187     /* HSLICE     */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpLVAL_INTRO),
3188     /* KVHSLICE   */ (OPpMAYBE_LVSUB),
3189     /* MULTIDEREF */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpMAYBE_LVSUB|OPpMULTIDEREF_EXISTS|OPpMULTIDEREF_DELETE|OPpLVAL_DEFER|OPpLVAL_INTRO),
3190     /* UNPACK     */ (OPpARG4_MASK),
3191     /* PACK       */ (OPpARG4_MASK),
3192     /* SPLIT      */ (OPpSPLIT_IMPLIM|OPpSPLIT_LEX|OPpSPLIT_ASSIGN|OPpOUR_INTRO|OPpLVAL_INTRO),
3193     /* JOIN       */ (OPpARG4_MASK),
3194     /* LIST       */ (OPpLIST_GUESSED|OPpLVAL_INTRO),
3195     /* LSLICE     */ (OPpARG2_MASK),
3196     /* ANONLIST   */ (OPpARG4_MASK),
3197     /* ANONHASH   */ (OPpARG4_MASK),
3198     /* SPLICE     */ (OPpARG4_MASK),
3199     /* PUSH       */ (OPpARG4_MASK|OPpTARGET_MY),
3200     /* POP        */ (OPpARG1_MASK),
3201     /* SHIFT      */ (OPpARG1_MASK),
3202     /* UNSHIFT    */ (OPpARG4_MASK|OPpTARGET_MY),
3203     /* SORT       */ (OPpSORT_NUMERIC|OPpSORT_INTEGER|OPpSORT_REVERSE|OPpSORT_INPLACE|OPpSORT_DESCEND),
3204     /* REVERSE    */ (OPpARG1_MASK|OPpREVERSE_INPLACE),
3205     /* GREPSTART  */ (OPpARG1_MASK),
3206     /* GREPWHILE  */ (OPpARG1_MASK|OPpTRUEBOOL),
3207     /* MAPSTART   */ (OPpARG1_MASK),
3208     /* MAPWHILE   */ (OPpARG1_MASK),
3209     /* RANGE      */ (OPpARG1_MASK),
3210     /* FLIP       */ (OPpARG1_MASK|OPpFLIP_LINENUM),
3211     /* FLOP       */ (OPpARG1_MASK|OPpFLIP_LINENUM),
3212     /* AND        */ (OPpARG1_MASK),
3213     /* OR         */ (OPpARG1_MASK),
3214     /* XOR        */ (OPpARG2_MASK),
3215     /* DOR        */ (OPpARG1_MASK),
3216     /* COND_EXPR  */ (OPpARG1_MASK|OPpLVAL_INTRO),
3217     /* ANDASSIGN  */ (OPpARG1_MASK),
3218     /* ORASSIGN   */ (OPpARG1_MASK),
3219     /* DORASSIGN  */ (OPpARG1_MASK),
3220     /* ENTERSUB   */ (OPpENTERSUB_INARGS|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpDEREF|OPpENTERSUB_DB|OPpLVAL_INTRO),
3221     /* LEAVESUB   */ (OPpARG1_MASK|OPpREFCOUNTED),
3222     /* LEAVESUBLV */ (OPpARG1_MASK|OPpREFCOUNTED),
3223     /* ARGCHECK   */ (OPpARG1_MASK),
3224     /* ARGELEM    */ (OPpARG1_MASK|OPpARGELEM_MASK),
3225     /* ARGDEFELEM */ (OPpARG1_MASK),
3226     /* CALLER     */ (OPpARG4_MASK|OPpOFFBYONE),
3227     /* WARN       */ (OPpARG4_MASK),
3228     /* DIE        */ (OPpARG4_MASK),
3229     /* RESET      */ (OPpARG4_MASK),
3230     /* LINESEQ    */ (0),
3231     /* NEXTSTATE  */ (OPpHUSH_VMSISH),
3232     /* DBSTATE    */ (OPpHUSH_VMSISH),
3233     /* UNSTACK    */ (0),
3234     /* ENTER      */ (0),
3235     /* LEAVE      */ (OPpREFCOUNTED|OPpLVALUE),
3236     /* SCOPE      */ (0),
3237     /* ENTERITER  */ (OPpITER_REVERSED|OPpITER_DEF|OPpOUR_INTRO|OPpLVAL_INTRO),
3238     /* ITER       */ (OPpITER_REVERSED),
3239     /* ENTERLOOP  */ (0),
3240     /* LEAVELOOP  */ (OPpARG2_MASK|OPpLVALUE),
3241     /* RETURN     */ (0),
3242     /* LAST       */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3243     /* NEXT       */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3244     /* REDO       */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3245     /* DUMP       */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3246     /* GOTO       */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3247     /* EXIT       */ (OPpARG4_MASK),
3248     /* METHOD     */ (OPpARG1_MASK),
3249     /* METHOD_NAMED */ (OPpARG1_MASK),
3250     /* METHOD_SUPER */ (OPpARG1_MASK),
3251     /* METHOD_REDIR */ (OPpARG1_MASK),
3252     /* METHOD_REDIR_SUPER */ (OPpARG1_MASK),
3253     /* ENTERGIVEN */ (OPpARG1_MASK),
3254     /* LEAVEGIVEN */ (OPpARG1_MASK),
3255     /* ENTERWHEN  */ (OPpARG1_MASK),
3256     /* LEAVEWHEN  */ (OPpARG1_MASK),
3257     /* BREAK      */ (0),
3258     /* CONTINUE   */ (0),
3259     /* OPEN       */ (OPpARG4_MASK|OPpOPEN_IN_RAW|OPpOPEN_IN_CRLF|OPpOPEN_OUT_RAW|OPpOPEN_OUT_CRLF),
3260     /* CLOSE      */ (OPpARG4_MASK),
3261     /* PIPE_OP    */ (OPpARG4_MASK),
3262     /* FILENO     */ (OPpARG4_MASK),
3263     /* UMASK      */ (OPpARG4_MASK),
3264     /* BINMODE    */ (OPpARG4_MASK),
3265     /* TIE        */ (OPpARG4_MASK),
3266     /* UNTIE      */ (OPpARG1_MASK),
3267     /* TIED       */ (OPpARG1_MASK),
3268     /* DBMOPEN    */ (OPpARG4_MASK),
3269     /* DBMCLOSE   */ (OPpARG1_MASK),
3270     /* SSELECT    */ (OPpARG4_MASK),
3271     /* SELECT     */ (OPpARG4_MASK),
3272     /* GETC       */ (OPpARG4_MASK),
3273     /* READ       */ (OPpARG4_MASK),
3274     /* ENTERWRITE */ (OPpARG4_MASK),
3275     /* LEAVEWRITE */ (OPpARG1_MASK|OPpREFCOUNTED),
3276     /* PRTF       */ (0),
3277     /* PRINT      */ (0),
3278     /* SAY        */ (0),
3279     /* SYSOPEN    */ (OPpARG4_MASK),
3280     /* SYSSEEK    */ (OPpARG4_MASK),
3281     /* SYSREAD    */ (OPpARG4_MASK),
3282     /* SYSWRITE   */ (OPpARG4_MASK),
3283     /* EOF        */ (OPpARG4_MASK),
3284     /* TELL       */ (OPpARG4_MASK),
3285     /* SEEK       */ (OPpARG4_MASK),
3286     /* TRUNCATE   */ (OPpARG4_MASK),
3287     /* FCNTL      */ (OPpARG4_MASK),
3288     /* IOCTL      */ (OPpARG4_MASK),
3289     /* FLOCK      */ (OPpARG4_MASK|OPpTARGET_MY),
3290     /* SEND       */ (OPpARG4_MASK),
3291     /* RECV       */ (OPpARG4_MASK),
3292     /* SOCKET     */ (OPpARG4_MASK),
3293     /* SOCKPAIR   */ (OPpARG4_MASK),
3294     /* BIND       */ (OPpARG4_MASK),
3295     /* CONNECT    */ (OPpARG4_MASK),
3296     /* LISTEN     */ (OPpARG4_MASK),
3297     /* ACCEPT     */ (OPpARG4_MASK),
3298     /* SHUTDOWN   */ (OPpARG4_MASK),
3299     /* GSOCKOPT   */ (OPpARG4_MASK),
3300     /* SSOCKOPT   */ (OPpARG4_MASK),
3301     /* GETSOCKNAME */ (OPpARG1_MASK),
3302     /* GETPEERNAME */ (OPpARG1_MASK),
3303     /* LSTAT      */ (OPpARG1_MASK),
3304     /* STAT       */ (OPpARG1_MASK),
3305     /* FTRREAD    */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3306     /* FTRWRITE   */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3307     /* FTREXEC    */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3308     /* FTEREAD    */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3309     /* FTEWRITE   */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3310     /* FTEEXEC    */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3311     /* FTIS       */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3312     /* FTSIZE     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3313     /* FTMTIME    */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3314     /* FTATIME    */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3315     /* FTCTIME    */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3316     /* FTROWNED   */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3317     /* FTEOWNED   */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3318     /* FTZERO     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3319     /* FTSOCK     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3320     /* FTCHR      */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3321     /* FTBLK      */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3322     /* FTFILE     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3323     /* FTDIR      */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3324     /* FTPIPE     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3325     /* FTSUID     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3326     /* FTSGID     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3327     /* FTSVTX     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3328     /* FTLINK     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3329     /* FTTTY      */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3330     /* FTTEXT     */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3331     /* FTBINARY   */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3332     /* CHDIR      */ (OPpARG4_MASK|OPpTARGET_MY),
3333     /* CHOWN      */ (OPpARG4_MASK|OPpTARGET_MY),
3334     /* CHROOT     */ (OPpARG1_MASK|OPpTARGET_MY),
3335     /* UNLINK     */ (OPpARG4_MASK|OPpTARGET_MY),
3336     /* CHMOD      */ (OPpARG4_MASK|OPpTARGET_MY),
3337     /* UTIME      */ (OPpARG4_MASK|OPpTARGET_MY),
3338     /* RENAME     */ (OPpARG4_MASK|OPpTARGET_MY),
3339     /* LINK       */ (OPpARG4_MASK|OPpTARGET_MY),
3340     /* SYMLINK    */ (OPpARG4_MASK|OPpTARGET_MY),
3341     /* READLINK   */ (OPpARG1_MASK),
3342     /* MKDIR      */ (OPpARG4_MASK|OPpTARGET_MY),
3343     /* RMDIR      */ (OPpARG1_MASK|OPpTARGET_MY),
3344     /* OPEN_DIR   */ (OPpARG4_MASK),
3345     /* READDIR    */ (OPpARG1_MASK),
3346     /* TELLDIR    */ (OPpARG1_MASK),
3347     /* SEEKDIR    */ (OPpARG4_MASK),
3348     /* REWINDDIR  */ (OPpARG1_MASK),
3349     /* CLOSEDIR   */ (OPpARG1_MASK),
3350     /* FORK       */ (0),
3351     /* WAIT       */ (OPpTARGET_MY),
3352     /* WAITPID    */ (OPpARG4_MASK|OPpTARGET_MY),
3353     /* SYSTEM     */ (OPpARG4_MASK|OPpTARGET_MY),
3354     /* EXEC       */ (OPpARG4_MASK|OPpTARGET_MY),
3355     /* KILL       */ (OPpARG4_MASK|OPpTARGET_MY),
3356     /* GETPPID    */ (OPpTARGET_MY),
3357     /* GETPGRP    */ (OPpARG4_MASK|OPpTARGET_MY),
3358     /* SETPGRP    */ (OPpARG4_MASK|OPpTARGET_MY),
3359     /* GETPRIORITY */ (OPpARG4_MASK|OPpTARGET_MY),
3360     /* SETPRIORITY */ (OPpARG4_MASK|OPpTARGET_MY),
3361     /* TIME       */ (OPpTARGET_MY),
3362     /* TMS        */ (0),
3363     /* LOCALTIME  */ (OPpARG1_MASK),
3364     /* GMTIME     */ (OPpARG4_MASK),
3365     /* ALARM      */ (OPpARG1_MASK),
3366     /* SLEEP      */ (OPpARG4_MASK|OPpTARGET_MY),
3367     /* SHMGET     */ (OPpARG4_MASK),
3368     /* SHMCTL     */ (OPpARG4_MASK),
3369     /* SHMREAD    */ (OPpARG4_MASK),
3370     /* SHMWRITE   */ (OPpARG4_MASK),
3371     /* MSGGET     */ (OPpARG4_MASK),
3372     /* MSGCTL     */ (OPpARG4_MASK),
3373     /* MSGSND     */ (OPpARG4_MASK),
3374     /* MSGRCV     */ (OPpARG4_MASK),
3375     /* SEMOP      */ (OPpARG4_MASK),
3376     /* SEMGET     */ (OPpARG4_MASK),
3377     /* SEMCTL     */ (OPpARG4_MASK),
3378     /* REQUIRE    */ (OPpARG1_MASK),
3379     /* DOFILE     */ (OPpARG1_MASK),
3380     /* HINTSEVAL  */ (0),
3381     /* ENTEREVAL  */ (OPpARG1_MASK|OPpEVAL_HAS_HH|OPpEVAL_UNICODE|OPpEVAL_BYTES|OPpEVAL_COPHH|OPpEVAL_RE_REPARSING),
3382     /* LEAVEEVAL  */ (OPpARG1_MASK|OPpREFCOUNTED),
3383     /* ENTERTRY   */ (OPpARG1_MASK),
3384     /* LEAVETRY   */ (0),
3385     /* GHBYNAME   */ (OPpARG1_MASK),
3386     /* GHBYADDR   */ (OPpARG4_MASK),
3387     /* GHOSTENT   */ (0),
3388     /* GNBYNAME   */ (OPpARG1_MASK),
3389     /* GNBYADDR   */ (OPpARG4_MASK),
3390     /* GNETENT    */ (0),
3391     /* GPBYNAME   */ (OPpARG1_MASK),
3392     /* GPBYNUMBER */ (OPpARG4_MASK),
3393     /* GPROTOENT  */ (0),
3394     /* GSBYNAME   */ (OPpARG4_MASK),
3395     /* GSBYPORT   */ (OPpARG4_MASK),
3396     /* GSERVENT   */ (0),
3397     /* SHOSTENT   */ (OPpARG1_MASK),
3398     /* SNETENT    */ (OPpARG1_MASK),
3399     /* SPROTOENT  */ (OPpARG1_MASK),
3400     /* SSERVENT   */ (OPpARG1_MASK),
3401     /* EHOSTENT   */ (0),
3402     /* ENETENT    */ (0),
3403     /* EPROTOENT  */ (0),
3404     /* ESERVENT   */ (0),
3405     /* GPWNAM     */ (OPpARG1_MASK),
3406     /* GPWUID     */ (OPpARG1_MASK),
3407     /* GPWENT     */ (0),
3408     /* SPWENT     */ (0),
3409     /* EPWENT     */ (0),
3410     /* GGRNAM     */ (OPpARG1_MASK),
3411     /* GGRGID     */ (OPpARG1_MASK),
3412     /* GGRENT     */ (0),
3413     /* SGRENT     */ (0),
3414     /* EGRENT     */ (0),
3415     /* GETLOGIN   */ (0),
3416     /* SYSCALL    */ (OPpARG4_MASK),
3417     /* LOCK       */ (OPpARG1_MASK),
3418     /* ONCE       */ (OPpARG1_MASK),
3419     /* CUSTOM     */ (0xff),
3420     /* COREARGS   */ (OPpCOREARGS_DEREF1|OPpCOREARGS_DEREF2|OPpCOREARGS_SCALARMOD|OPpCOREARGS_PUSHMARK),
3421     /* AVHVSWITCH */ (OPpAVHVSWITCH_MASK|OPpMAYBE_LVSUB),
3422     /* RUNCV      */ (OPpOFFBYONE),
3423     /* FC         */ (OPpARG1_MASK),
3424     /* PADCV      */ (0),
3425     /* INTROCV    */ (0),
3426     /* CLONECV    */ (0),
3427     /* PADRANGE   */ (OPpPADRANGE_COUNTMASK|OPpLVAL_INTRO),
3428     /* REFASSIGN  */ (OPpARG2_MASK|OPpLVREF_ELEM|OPpLVREF_ITER|OPpLVREF_TYPE|OPpPAD_STATE|OPpLVAL_INTRO),
3429     /* LVREF      */ (OPpARG1_MASK|OPpLVREF_ELEM|OPpLVREF_ITER|OPpLVREF_TYPE|OPpPAD_STATE|OPpLVAL_INTRO),
3430     /* LVREFSLICE */ (OPpLVAL_INTRO),
3431     /* LVAVREF    */ (OPpARG1_MASK|OPpPAD_STATE|OPpLVAL_INTRO),
3432     /* ANONCONST  */ (OPpARG1_MASK),
3433     /* ISA        */ (OPpARG2_MASK),
3434     /* CMPCHAIN_AND */ (OPpARG1_MASK),
3435     /* CMPCHAIN_DUP */ (OPpARG1_MASK),
3436     /* ENTERTRYCATCH */ (OPpARG1_MASK),
3437     /* LEAVETRYCATCH */ (0),
3438     /* POPTRY     */ (0),
3439     /* CATCH      */ (OPpARG1_MASK),
3440     /* PUSHDEFER  */ (OPpARG1_MASK|OPpDEFER_FINALLY),
3441     /* IS_BOOL    */ (OPpARG1_MASK|OPpTARGET_MY),
3442     /* IS_WEAK    */ (OPpARG1_MASK|OPpTARGET_MY),
3443     /* WEAKEN     */ (OPpARG1_MASK),
3444     /* UNWEAKEN   */ (OPpARG1_MASK),
3445     /* BLESSED    */ (OPpARG1_MASK|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL),
3446     /* REFADDR    */ (OPpARG1_MASK|OPpTARGET_MY),
3447     /* REFTYPE    */ (OPpARG1_MASK|OPpTARGET_MY),
3448     /* CEIL       */ (OPpARG1_MASK|OPpTARGET_MY),
3449     /* FLOOR      */ (OPpARG1_MASK|OPpTARGET_MY),
3450 
3451 };
3452 
3453 #endif /* !DOINIT */
3454 
3455 END_EXTERN_C
3456 
3457 
3458 
3459 /* ex: set ro: */
3460