Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_opcodes.h86 #define ZEND_ADD 1 macro
H A DREADME.md53 `<OPCODE>` is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A Dzend_language_parser.y1029 { $$ = zend_ast_create_assign_op(ZEND_ADD, $1, $3); }
1072 | expr '+' expr { $$ = zend_ast_create_binary_op(ZEND_ADD, $1, $3); }
H A Dzend_compile.h1053 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
H A Dzend_ast.c1833 case ZEND_ADD: BINARY_OP(" += ", 90, 91, 90); in zend_ast_export_ex()
1851 case ZEND_ADD: BINARY_OP(" + ", 200, 200, 201); in zend_ast_export_ex()
H A Dzend_opcode.c1120 case ZEND_ADD: in get_binary_op()
H A Dzend_operators.c998 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_ADD); in add_function_slow()
2461 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)
9197 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9209 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9221 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (op1_info == MAY_BE_DOUBLE && op2_info == MAY_BE_DOUBLE), Z…
H A Dzend_compile.c7873 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
7881 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.c1295 return zend_binary_ops[opcode - ZEND_ADD](ret, op1, op2); in zend_binary_op()
H A Dzend_vm_execute.h63353 case ZEND_ADD:
/PHP-8.0/ext/opcache/Optimizer/
H A Ddfa_pass.c1215 if (opline->opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1236 if (opline->opcode == ZEND_ADD) { in zend_dfa_optimize_op_array()
1271 if (opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB) { in zend_dfa_optimize_op_array()
1391 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1407 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1545 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1561 } else if (op_array->opcodes[op_2].opcode == ZEND_ADD in zend_dfa_optimize_op_array()
1618 && opline->extended_value == ZEND_ADD in zend_dfa_optimize_op_array()
H A Dpass1.c65 case ZEND_ADD: in zend_optimizer_pass1()
108 if (opline->extended_value == ZEND_ADD in zend_optimizer_pass1()
H A Dzend_inference.c570 case ZEND_ADD: in zend_inference_calc_binary_op_range()
1002 case ZEND_ADD: in zend_inference_propagate_range()
1940 case ZEND_ADD: in binary_op_result_type()
2258 case ZEND_ADD: in _zend_update_type_info()
3686 return opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB in is_narrowable_instr()
3691 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
3699 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
4377 case ZEND_ADD: in zend_may_throw_ex()
4446 if (opline->extended_value == ZEND_ADD) { in zend_may_throw_ex()
H A Ddce.c87 case ZEND_ADD: in may_have_side_effects()
H A Dzend_ssa.c207 } else if (op->opcode == ZEND_ADD) { in find_adjusted_tmp_var()
H A Dblock_pass.c816 case ZEND_ADD: in zend_optimize_block()
H A Dsccp.c1396 case ZEND_ADD: in sccp_visit_instr()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c188 opcode == ZEND_ADD || in zend_is_commutative()
569 case ZEND_ADD: in zend_may_overflow()
630 if (opline->extended_value == ZEND_ADD) { in zend_may_overflow()
1388 case ZEND_ADD: in zend_jit_compute_liveness()
1619 case ZEND_ADD: in zend_jit_try_allocate_free_reg()
1625 if (opline->extended_value == ZEND_ADD in zend_jit_try_allocate_free_reg()
2086 case ZEND_ADD: in zend_jit_supported_binary_op()
2434 case ZEND_ADD: in zend_jit()
2446 if (opline->opcode == ZEND_ADD && in zend_jit()
2485 if (opline->opcode == ZEND_ADD && in zend_jit()
H A Dzend_jit_trace.c989 && (opline->extended_value == ZEND_ADD in is_checked_guard()
1013 if (opline->opcode == ZEND_ADD in is_checked_guard()
1675 case ZEND_ADD: in zend_jit_trace_build_tssa()
2634 || opline->opcode == ZEND_ADD in zend_jit_trace_allocate_registers()
2985 case ZEND_ADD: in zend_jit_trace_allocate_registers()
3601 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
3626 if (prev_opcode == ZEND_ADD in zend_jit_may_skip_comparison()
4164 case ZEND_ADD: in zend_jit_trace()
4175 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
4238 if (opline->opcode == ZEND_ADD && in zend_jit_trace()
H A Dzend_jit_x86.dasc686 || case ZEND_ADD:
703 || case ZEND_ADD:
743 || case ZEND_ADD:
760 || case ZEND_ADD:
862 || case ZEND_ADD:
887 || case ZEND_ADD:
6820 case ZEND_ADD:
6949 case ZEND_ADD:
15630 case ZEND_ADD:
15674 case ZEND_ADD:
[all …]
/PHP-8.0/ext/gmp/
H A Dgmp.c372 case ZEND_ADD: in gmp_do_operation_ex()
/PHP-8.0/ext/ffi/
H A Dffi.c1790 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()
1840 if (opcode == ZEND_ADD) { in zend_ffi_cdata_do_operation()

Completed in 321 milliseconds