Home
last modified time | relevance | path

Searched refs:opcode (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c113 #define OPC1(opcode) ((opcode) << 30) argument
114 #define OPC2(opcode) ((opcode) << 22) argument
115 #define OPC3(opcode) ((opcode) << 19) argument
H A DsljitNativeX86_common.c1070 static sljit_si emit_unary(struct sljit_compiler *compiler, sljit_ub opcode, in emit_unary() argument
1081 *inst |= opcode; in emit_unary()
1089 *inst |= opcode; in emit_unary()
1097 *inst |= opcode; in emit_unary()
1104 *inst |= opcode; in emit_unary()
2289 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode, argument
2297 *inst = opcode;
2301 static sljit_si emit_sse2_logic(struct sljit_compiler *compiler, sljit_ub opcode, argument
2309 *inst = opcode;
H A DsljitNativeX86_64.c331 static sljit_si emit_do_imm32(struct sljit_compiler *compiler, sljit_ub rex, sljit_ub opcode, sljit… in emit_do_imm32() argument
341 *inst++ = opcode; in emit_do_imm32()
H A DsljitNativeTILEGX-encoder.c662 const struct tilegx_opcode *opcode; member
9550 d->opcode = opc; in parse_insn_tilegx()
10090 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx()
10101 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() local
10107 if (opcode->mnemonic == padding_mnemonic in print_insn_tilegx()
10115 name = opcode->name; in print_insn_tilegx()
10120 for (j = 0; j < opcode->num_operands; j++) in print_insn_tilegx()
H A DsljitNativeMIPS_common.c93 #define HI(opcode) ((opcode) << 26) argument
94 #define LO(opcode) (opcode) argument
H A DsljitNativePPC_common.c129 #define HI(opcode) ((opcode) << 26) argument
130 #define LO(opcode) ((opcode) << 1) argument
/PHP-7.0/ext/gmp/
H A Dgmp.c492 static int gmp_do_operation_ex(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation_ex() argument
494 switch (opcode) { in gmp_do_operation_ex()
529 static int gmp_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation() argument
539 retval = gmp_do_operation_ex(opcode, result, op1, op2); in gmp_do_operation()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c201 add_opcode(regex_t* reg, int opcode) in add_opcode() argument
203 BBUF_ADD1(reg, opcode); in add_opcode()
271 add_opcode_rel_addr(regex_t* reg, int opcode, int addr) in add_opcode_rel_addr() argument
275 r = add_opcode(reg, opcode); in add_opcode_rel_addr()
300 r = add_opcode(reg, opcode); in add_opcode_option()
5800 op2name(int opcode) in op2name() argument
5804 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) { in op2name()
5805 if (opcode == OnigOpInfo[i].opcode) in op2name()
5812 op2arg_type(int opcode) in op2arg_type() argument
5816 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) { in op2arg_type()
[all …]
H A DHISTORY827 2004/11/26: [impl] add opcode OP_CCLASS_NODE.
1518 add opcode OP_BACKREFN_IC and OP_BACKREF_MULTI_IC.
1520 2003/07/07: [impl] add opcode OP_ANYCHAR_ML, OP_ANYCHAR_ML_STAR and
1599 add OP_POP opcode.
1738 2003/02/28: [impl] add opcode OP_CALL, OP_RETURN.
1842 to ignore case opcode.
1989 2002/03/08: [impl] add a new opcode OP_PUSH_IF_PEEK_NEXT.
1990 2002/03/08: [impl] add a new opcode OP_ANYCHAR_STAR_PEEK_NEXT.
2014 2002/03/02: [impl] add new opcode OP_FINISH and new stack type
2016 2002/03/02: [impl] add new opcode OP_EXACT1_IC, OP_EXACTN_IC
[all …]
H A Dregexec.c1179 #define MOP_IN(opcode) do {\ argument
1180 if (opcode == OpPrevTarget) OpPrevCounter[OpCurr]++;\
1181 OpCurr = opcode;\
1182 OpCounter[opcode]++;\
1206 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) { in onig_print_statistics()
1222 #define MOP_IN(opcode) argument
H A Dregint.h772 short int opcode; member
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c976 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(zend_uchar opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode() argument
978 const char *opname = zend_get_opcode_name(opcode); in phpdbg_find_breakpoint_opcode()
1139 … & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data->opline->opcode))) { in phpdbg_find_breakpoint()
H A Dphpdbg_utils.c782 return op->opcode == ZEND_CATCH; in phpdbg_check_caught_ex()
/PHP-7.0/Zend/
H A Dzend_generators.c509 if (yield_from->opcode == ZEND_YIELD_FROM) { in zend_generator_update_current()
736 …)) || (generator->execute_data && (generator->execute_data->opline - 1)->opcode == ZEND_YIELD_FROM… in zend_generator_resume()
H A Dzend_inheritance.c455 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
463 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in zend_get_function_declaration()
H A Dzend_exceptions.c168 EG(current_execute_data)->opline->opcode == ZEND_HANDLE_EXCEPTION) { in zend_throw_exception_internal()
H A Dzend_vm_def.h2413 if (old_opline->opcode != ZEND_HANDLE_EXCEPTION && RETURN_VALUE_USED(old_opline)) {
7167 if ((exc_opline->opcode == ZEND_FREE || exc_opline->opcode == ZEND_FE_FREE)
7250 ret = zend_user_opcode_handlers[opline->opcode](execute_data);
7269 ZEND_VM_DISPATCH(opline->opcode, opline);
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c138 switch (opline->opcode) { in zend_optimizer_compact_literals()
/PHP-7.0/sapi/litespeed/
H A DREADME.md125 shared memory block for the opcode cache.
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c421 switch (opline->opcode) { in zend_file_cache_serialize_op_array()
994 switch (opline->opcode) { in zend_file_cache_unserialize_op_array()
H A DZendAccelerator.c1631 EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || in file_cache_compile_file()
1906 EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || in persistent_compile_file()
1978 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in persistent_zend_resolve_path()
H A Dzend_persist.c542 switch (opline->opcode) { in zend_persist_op_array_ex()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c663 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT in _get_recv_op()
664 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == (zend_long)offset) in _get_recv_op()
715 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1518 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2855 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c70854 int opcode = pOp->opcode;
70855 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
70856 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
71052 pOut->opcode = aOp->opcode;
79124 assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne );
82084 assert( pOp->opcode!=OP_Next || pOp->opcode!=OP_NextIfOpen
82087 assert( pOp->opcode!=OP_Prev || pOp->opcode!=OP_PrevIfOpen
82348 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
82351 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
84008 assert( pOp->opcode==OP_Noop || pOp->opcode==OP_Explain );
[all …]
/PHP-7.0/
H A DNEWS723 . Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created
2113 . Fixed bug #70958 (Invalid opcode while using ::class as trait method
2358 called in a stackless way using ZEND_CALL_TRAMPOLINE opcode, without
2607 . Fixed bug #70237 (Empty while and do-while segmentation fault with opcode
2619 . Added experimental (disabled by default) file based opcode cache.
2621 . Fixed bug with try blocks being removed when extended_info opcode

Completed in 540 milliseconds

1234