Home
last modified time | relevance | path

Searched refs:ZEND_ADD (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/opcache/Optimizer/
H A Dpass2.c43 case ZEND_ADD: in zend_optimizer_pass2()
105 if (opline->extended_value == ZEND_ADD in zend_optimizer_pass2()
H A Dpass3.c70 case ZEND_ADD: in zend_optimizer_pass3()
99 (opline->opcode == ZEND_ADD || in zend_optimizer_pass3()
107 if (opline->opcode != ZEND_ADD in zend_optimizer_pass3()
H A Dzend_inference.c557 case ZEND_ADD: in zend_inference_calc_binary_op_range()
988 case ZEND_ADD: in zend_inference_calc_range()
1395 ((opline-1)->extended_value == ZEND_ADD || in zend_inference_calc_range()
2172 case ZEND_ADD: in binary_op_result_type()
2469 case ZEND_ADD: in zend_update_type_info()
3837 return opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB in is_narrowable_instr()
3842 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
3850 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
4519 case ZEND_ADD: in zend_may_throw()
4587 if (opline->extended_value == ZEND_ADD) { in zend_may_throw()
H A Dpass1_5.c48 case ZEND_ADD: in zend_optimizer_pass1()
H A Ddce.c87 case ZEND_ADD: in may_have_side_effects()
H A Ddfa_pass.c1088 if (opline->opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1247 && opline->extended_value == ZEND_ADD in zend_dfa_optimize_op_array()
H A Dzend_optimizer.c67 case ZEND_ADD: in zend_optimizer_eval_binary_op()
H A Dzend_ssa.c193 } else if (op->opcode == ZEND_ADD) { in find_adjusted_tmp_var()
H A Dblock_pass.c786 case ZEND_ADD: in zend_optimize_block()
H A Dsccp.c1457 case ZEND_ADD: in sccp_visit_instr()
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h80 #define ZEND_ADD 1 macro
H A DREADME.md53 `<OPCODE>` is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A Dzend_language_parser.y891 { $$ = zend_ast_create_assign_op(ZEND_ADD, $1, $3); }
934 | expr '+' expr { $$ = zend_ast_create_binary_op(ZEND_ADD, $1, $3); }
H A Dzend_compile.h1018 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
H A Dzend_ast.c1716 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
1734 case ZEND_ADD: BINARY_OP(" + ", 200, 200, 201); in zend_ast_export_ex()
H A Dzend_opcode.c1062 case ZEND_ADD: in get_binary_op()
H A Dzend_operators.c985 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD, add_function); in add_function_slow()
2511 res = Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_ADD, op1, op1, &op2); in increment_function()
H A Dzend_vm_def.h47 ZEND_VM_HOT_NOCONSTCONST_HANDLER(1, ZEND_ADD, CONST|TMPVARCV, CONST|TMPVARCV)
8886 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
8898 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
8910 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_DOUBLE && op2_info == MAY_BE_DOUBLE), Z…
H A Dzend_compile.c7005 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_numeric_string_error()
7222 …if ((opcode == ZEND_ADD || opcode == ZEND_SUB) && left_ast->kind == ZEND_AST_BINARY_OP && left_ast… in zend_compile_binary_op()
H A Dzend_execute.c1310 return zend_binary_ops[opcode - ZEND_ADD](ret, op1, op2); in zend_binary_op()
H A Dzend_vm_execute.h61214 case ZEND_ADD:
/PHP-7.4/
H A DUPGRADING.INTERNALS223 ZEND_ADD (or other) in extended_value.
/PHP-7.4/ext/gmp/
H A Dgmp.c504 case ZEND_ADD: in gmp_do_operation_ex()
/PHP-7.4/ext/ffi/
H A Dffi.c1764 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()
1814 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()

Completed in 262 milliseconds