Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_vm_opcodes.h87 #define ZEND_ADD 1 macro
H A DREADME.md53 `<OPCODE>` is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A Dzend_language_parser.y1217 { $$ = zend_ast_create_assign_op(ZEND_ADD, $1, $3); }
1261 | expr '+' expr { $$ = zend_ast_create_binary_op(ZEND_ADD, $1, $3); }
H A Dzend_compile.h1207 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
H A Dzend_opcode.c1223 case ZEND_ADD: in get_binary_op()
H A Dzend_ast.c2199 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
2217 case ZEND_ADD: BINARY_OP(" + ", 200, 200, 201); in zend_ast_export_ex()
H A Dzend_operators.c1120 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
2688 if (Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_ADD, op1, op1, &op2) == SUCCESS) { in increment_function()
H A Dzend_vm_def.h47 ZEND_VM_HOT_NOCONSTCONST_HANDLER(1, ZEND_ADD, CONST|TMPVARCV, CONST|TMPVARCV)
9835 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9847 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9859 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_DOUBLE && op2_info == MAY_BE_DOUBLE), Z…
H A Dzend_compile.c9652 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
9660 if (opcode == ZEND_ADD && Z_TYPE_P(op1) == IS_ARRAY && Z_TYPE_P(op2) == IS_ARRAY) { in zend_binary_op_produces_error()
H A Dzend_execute.c1649 return zend_binary_ops[opcode - ZEND_ADD](ret, op1, op2); in zend_binary_op()
H A Dzend_vm_execute.h68127 case ZEND_ADD:
/PHP-8.4/Zend/Optimizer/
H A Ddfa_pass.c1190 if (opline->opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1211 if (opline->opcode == ZEND_ADD) { in zend_dfa_optimize_op_array()
1245 opline->opcode = ZEND_ADD; in zend_dfa_optimize_op_array()
1264 if (opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB) { in zend_dfa_optimize_op_array()
1290 opline->opcode = ZEND_ADD; in zend_dfa_optimize_op_array()
1427 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1443 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1581 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1597 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1653 && opline->extended_value == ZEND_ADD in zend_dfa_optimize_op_array()
H A Dpass1.c79 case ZEND_ADD: in zend_optimizer_pass1()
H A Ddce.c87 case ZEND_ADD: in may_have_side_effects()
H A Dzend_inference.c792 case ZEND_ADD: in zend_inference_calc_binary_op_range()
1257 case ZEND_ADD: in zend_inference_propagate_range()
2268 case ZEND_ADD: in binary_op_result_type()
2580 case ZEND_ADD: in _zend_update_type_info()
4261 return opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB in is_narrowable_instr()
4266 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
4274 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
5046 case ZEND_ADD: in zend_may_throw_ex()
5123 if (opline->extended_value == ZEND_ADD) { in zend_may_throw_ex()
H A Dblock_pass.c795 case ZEND_ADD: in zend_optimize_block()
H A Dzend_ssa.c206 } else if (op->opcode == ZEND_ADD) { in find_adjusted_tmp_var()
H A Dsccp.c1243 case ZEND_ADD: in sccp_visit_instr()
/PHP-8.4/ext/zend_test/
H A Dobject_handlers.c92 case ZEND_ADD: in donc_do_operation()
/PHP-8.4/ext/bcmath/
H A Dbcmath.c1210 case ZEND_ADD: in bcmath_number_do_operation()
1254 case ZEND_ADD: in bcmath_number_do_operation()
1440 case ZEND_ADD: in bcmath_number_calc_method()
1485 bcmath_number_calc_method(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ADD); in PHP_METHOD()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit.c796 case ZEND_ADD: in zend_may_overflow()
857 if (opline->extended_value == ZEND_ADD) { in zend_may_overflow()
1252 case ZEND_ADD: in zend_jit_supported_binary_op()
1572 case ZEND_ADD: in zend_jit()
1584 if (opline->opcode == ZEND_ADD && in zend_jit()
1619 if (opline->opcode == ZEND_ADD && in zend_jit()
H A Dzend_jit_trace.c1218 && (opline->extended_value == ZEND_ADD in is_checked_guard()
1242 if (opline->opcode == ZEND_ADD in is_checked_guard()
1922 case ZEND_ADD: in zend_jit_trace_build_tssa()
3020 || opline->opcode == ZEND_ADD in zend_jit_trace_allocate_registers()
3809 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
3834 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
4513 case ZEND_ADD: in zend_jit_trace()
4524 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
4577 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
4590 && ((opline->opcode == ZEND_ADD in zend_jit_trace()
H A Dzend_jit_ir.c4970 if (opcode == ZEND_ADD) { in zend_jit_math_long_long()
4991 if (opline->opcode == ZEND_ADD in zend_jit_math_long_long()
5051 if (opcode == ZEND_ADD) { in zend_jit_math_long_long()
5132 if (opcode == ZEND_ADD) { in zend_jit_math_long_double()
5166 if (opcode == ZEND_ADD) { in zend_jit_math_double_long()
5203 if (opcode == ZEND_ADD) { in zend_jit_math_double_double()
5476 if (opcode == ZEND_ADD) { in zend_jit_math_helper()
6101 case ZEND_ADD: in zend_jit_assign_op()
13303 case ZEND_ADD:
15008 case ZEND_ADD:
[all …]
/PHP-8.4/ext/gmp/
H A Dgmp.c381 case ZEND_ADD: in gmp_do_operation_ex()
/PHP-8.4/ext/ffi/
H A Dffi.c1861 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()
1911 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()

Completed in 486 milliseconds