IP : 18.221.229.47Hostname : server86.web-hosting.comKernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
./
../
../
../
lib64/
./
perl5/
CORE/
opcode.h/
/
/* -*- buffer-read-only: t -*- * * opcode.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, * 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! * This file is built by regen/opcode.pl from its data. * Any changes made here will be lost! */
/* PL_op_private_labels[]: the short descriptions of private flags. * All labels are concatenated into a single char array * (separated by \0's) for compactness. */
/* PL_op_private_bitfields[]: details about each bit field type. * Each definition consists of the following list of words: * bitmin * label (index into PL_op_private_labels[]; -1 if no label) * repeat for each enum entry (if any): * enum value * enum label (index into PL_op_private_labels[]) * -1 */
/* PL_op_private_bitdefs[]: given a starting position in this array (as * supplied by PL_op_private_bitdef_ix[]), each word (until a stop bit is * seen) defines the meaning of a particular op_private bit for a * particular op. Each word consists of: * bit 0: stop bit: this is the last bit def for the current op * bit 1: bitfield: if set, this defines a bit field rather than a flag * bits 2..4: unsigned number in the range 0..7 which is the bit number * bits 5..15: unsigned number in the range 0..2047 which is an index * into PL_op_private_labels[] (for a flag), or * into PL_op_private_bitfields[] (for a bit field) */