Home
last modified time | relevance | path

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

/PHP-8.3/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.y1148 { $$ = zend_ast_create_assign_op(ZEND_ADD, $1, $3); }
1192 | expr '+' expr { $$ = zend_ast_create_binary_op(ZEND_ADD, $1, $3); }
H A Dzend_compile.h1129 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
H A Dzend_opcode.c1204 case ZEND_ADD: in get_binary_op()
H A Dzend_ast.c2137 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
2155 case ZEND_ADD: BINARY_OP(" + ", 200, 200, 201); in zend_ast_export_ex()
H A Dzend_operators.c1122 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
2676 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)
9567 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9579 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9591 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_DOUBLE && op2_info == MAY_BE_DOUBLE), Z…
H A Dzend_compile.c8715 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
8723 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.c1560 return zend_binary_ops[opcode - ZEND_ADD](ret, op1, op2); in zend_binary_op()
H A Dzend_vm_execute.h65515 case ZEND_ADD:
/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c1176 if (opline->opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1197 if (opline->opcode == ZEND_ADD) { in zend_dfa_optimize_op_array()
1231 opline->opcode = ZEND_ADD; in zend_dfa_optimize_op_array()
1250 if (opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB) { in zend_dfa_optimize_op_array()
1276 opline->opcode = ZEND_ADD; in zend_dfa_optimize_op_array()
1413 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1429 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1567 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1583 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1639 && opline->extended_value == ZEND_ADD in zend_dfa_optimize_op_array()
H A Dpass1.c73 case ZEND_ADD: in zend_optimizer_pass1()
H A Ddce.c87 case ZEND_ADD: in may_have_side_effects()
H A Dzend_inference.c802 case ZEND_ADD: in zend_inference_calc_binary_op_range()
1267 case ZEND_ADD: in zend_inference_propagate_range()
2273 case ZEND_ADD: in binary_op_result_type()
2585 case ZEND_ADD: in _zend_update_type_info()
4138 return opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB in is_narrowable_instr()
4143 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
4151 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
4920 case ZEND_ADD: in zend_may_throw_ex()
4997 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.c1238 case ZEND_ADD: in sccp_visit_instr()
/PHP-8.3/ext/zend_test/
H A Dobject_handlers.c92 case ZEND_ADD: in donc_do_operation()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c245 opcode == ZEND_ADD || in zend_is_commutative()
1173 case ZEND_ADD: in zend_may_overflow()
1234 if (opline->extended_value == ZEND_ADD) { in zend_may_overflow()
1979 case ZEND_ADD: in zend_jit_compute_liveness()
2210 case ZEND_ADD: in zend_jit_try_allocate_free_reg()
2216 if (opline->extended_value == ZEND_ADD in zend_jit_try_allocate_free_reg()
2685 case ZEND_ADD: in zend_jit_supported_binary_op()
3030 case ZEND_ADD: in zend_jit()
3042 if (opline->opcode == ZEND_ADD && in zend_jit()
3077 if (opline->opcode == ZEND_ADD && in zend_jit()
H A Dzend_jit_x86.dasc673 || case ZEND_ADD:
690 || case ZEND_ADD:
739 || case ZEND_ADD:
756 || case ZEND_ADD:
858 || case ZEND_ADD:
883 || case ZEND_ADD:
6955 case ZEND_ADD:
7098 case ZEND_ADD:
15920 case ZEND_ADD:
15964 case ZEND_ADD:
[all …]
H A Dzend_jit_trace.c1100 && (opline->extended_value == ZEND_ADD in is_checked_guard()
1124 if (opline->opcode == ZEND_ADD in is_checked_guard()
1817 case ZEND_ADD: in zend_jit_trace_build_tssa()
2917 || opline->opcode == ZEND_ADD in zend_jit_trace_allocate_registers()
3269 case ZEND_ADD: in zend_jit_trace_allocate_registers()
3885 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
3910 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
4440 case ZEND_ADD: in zend_jit_trace()
4481 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
4504 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
H A Dzend_jit_arm64.dasc903 || case ZEND_ADD:
1018 || case ZEND_ADD:
1040 || case ZEND_ADD:
4174 if (opcode == ZEND_ADD) {
4573 if (opcode == ZEND_ADD) {
6382 case ZEND_ADD:
6508 case ZEND_ADD:
13312 case ZEND_ADD:
14975 case ZEND_ADD:
15021 case ZEND_ADD:
[all …]
/PHP-8.3/ext/gmp/
H A Dgmp.c376 case ZEND_ADD: in gmp_do_operation_ex()
/PHP-8.3/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 392 milliseconds