Home
last modified time | relevance | path

Searched refs:ZEND_SUB (Results 1 – 21 of 21) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h88 #define ZEND_SUB 2 macro
H A Dzend_language_parser.y1150 { $$ = zend_ast_create_assign_op(ZEND_SUB, $1, $3); }
1193 | expr '-' expr { $$ = zend_ast_create_binary_op(ZEND_SUB, $1, $3); }
H A Dzend_opcode.c1206 case ZEND_SUB: in get_binary_op()
H A Dzend_ast.c2138 case ZEND_SUB: BINARY_OP(" -= ", 90, 91, 90); in zend_ast_export_ex()
2156 case ZEND_SUB: BINARY_OP(" - ", 200, 200, 201); in zend_ast_export_ex()
H A Dzend_operators.c1186 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_SUB); in sub_function_slow()
2783 if (Z_OBJ_HANDLER_P(op1, do_operation)(ZEND_SUB, op1, op1, &op2) == SUCCESS) { in decrement_function()
H A Dzend_vm_def.h106 ZEND_VM_HOT_NOCONSTCONST_HANDLER(2, ZEND_SUB, CONST|TMPVARCV, CONST|TMPVARCV)
9603 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9615 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9627 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (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()
H A Dzend_vm_execute.h65542 case ZEND_SUB:
/PHP-8.3/Zend/Optimizer/
H A Dpass1.c74 case ZEND_SUB: in zend_optimizer_pass1()
H A Ddfa_pass.c1177 || opline->opcode == ZEND_SUB in zend_dfa_optimize_op_array()
1250 if (opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB) { in zend_dfa_optimize_op_array()
1397 if (op_array->opcodes[op_2].opcode == ZEND_SUB in zend_dfa_optimize_op_array()
1551 if (op_array->opcodes[op_2].opcode == ZEND_SUB in zend_dfa_optimize_op_array()
1654 && opline->extended_value == ZEND_SUB in zend_dfa_optimize_op_array()
H A Ddce.c88 case ZEND_SUB: in may_have_side_effects()
H A Dzend_inference.c827 case ZEND_SUB: in zend_inference_calc_binary_op_range()
1268 case ZEND_SUB: in zend_inference_propagate_range()
2299 case ZEND_SUB: in binary_op_result_type()
2586 case ZEND_SUB: in _zend_update_type_info()
4138 return opline->opcode == ZEND_ADD || opline->opcode == ZEND_SUB in is_narrowable_instr()
4144 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
4152 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op1) == 0) in is_effective_op2_double_cast()
4934 case ZEND_SUB: in zend_may_throw_ex()
5013 } else if (opline->extended_value == ZEND_SUB || in zend_may_throw_ex()
H A Dblock_pass.c796 case ZEND_SUB: in zend_optimize_block()
H A Dzend_ssa.c222 } else if (op->opcode == ZEND_SUB) { in find_adjusted_tmp_var()
H A Dsccp.c1239 case ZEND_SUB: in sccp_visit_instr()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c1200 case ZEND_SUB: in zend_may_overflow()
1261 } else if (opline->extended_value == ZEND_SUB) { in zend_may_overflow()
1978 case ZEND_SUB: in zend_jit_compute_liveness()
1992 } else if (opline->opcode != ZEND_SUB && in zend_jit_compute_liveness()
2211 case ZEND_SUB: in zend_jit_try_allocate_free_reg()
2217 || opline->extended_value == ZEND_SUB in zend_jit_try_allocate_free_reg()
2686 case ZEND_SUB: in zend_jit_supported_binary_op()
3031 case ZEND_SUB: in zend_jit()
H A Dzend_jit_trace.c1101 || opline->extended_value == ZEND_SUB in is_checked_guard()
1125 || opline->opcode == ZEND_SUB in is_checked_guard()
1818 case ZEND_SUB: in zend_jit_trace_build_tssa()
2918 || opline->opcode == ZEND_SUB in zend_jit_trace_allocate_registers()
3268 case ZEND_SUB: in zend_jit_trace_allocate_registers()
3289 } else if (opline->opcode != ZEND_SUB && in zend_jit_trace_allocate_registers()
3886 || prev_opcode == ZEND_SUB) { in zend_jit_may_skip_comparison()
3911 || prev_opcode == ZEND_SUB) { in zend_jit_may_skip_comparison()
4441 case ZEND_SUB: in zend_jit_trace()
H A Dzend_jit_x86.dasc676 || case ZEND_SUB:
693 || case ZEND_SUB:
742 || case ZEND_SUB:
759 || case ZEND_SUB:
861 || case ZEND_SUB:
886 || case ZEND_SUB:
6956 case ZEND_SUB:
7099 case ZEND_SUB:
15921 case ZEND_SUB:
15965 case ZEND_SUB:
[all …]
H A Dzend_jit_arm64.dasc906 || case ZEND_SUB:
1021 || case ZEND_SUB:
1043 || case ZEND_SUB:
4078 } else if (opcode == ZEND_SUB &&
4575 } else if (opcode == ZEND_SUB) {
6383 case ZEND_SUB:
6509 case ZEND_SUB:
13313 case ZEND_SUB:
14976 case ZEND_SUB:
15022 case ZEND_SUB:
[all …]
/PHP-8.3/ext/gmp/
H A Dgmp.c378 case ZEND_SUB: in gmp_do_operation_ex()
/PHP-8.3/ext/ffi/
H A Dffi.c1868 } else if (opcode == ZEND_SUB) { in zend_ffi_cdata_do_operation()

Completed in 350 milliseconds