Home
last modified time | relevance | path

Searched refs:ZEND_MUL (Results 1 – 20 of 20) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h89 #define ZEND_MUL 3 macro
H A Dzend_language_parser.y1152 { $$ = zend_ast_create_assign_op(ZEND_MUL, $1, $3); }
1194 | expr '*' expr { $$ = zend_ast_create_binary_op(ZEND_MUL, $1, $3); }
H A Dzend_opcode.c1208 case ZEND_MUL: in get_binary_op()
H A Dzend_ast.c2139 case ZEND_MUL: BINARY_OP(" *= ", 90, 91, 90); in zend_ast_export_ex()
2157 case ZEND_MUL: BINARY_OP(" * ", 210, 210, 211); in zend_ast_export_ex()
H A Dzend_vm_def.h165 ZEND_VM_COLD_CONSTCONST_HANDLER(3, ZEND_MUL, CONST|TMPVARCV, CONST|TMPVARCV, SPEC(COMMUTATIVE))
9639 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9651 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9665 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (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()
8810 return zend_try_ct_eval_binary_op(result, ZEND_MUL, op, &right); in zend_try_ct_eval_unary_pm()
9106 zend_emit_op_tmp(result, ZEND_MUL, &expr_node, &right_node); in zend_compile_unary_pm()
H A Dzend_operators.c1255 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function_slow()
H A Dzend_vm_execute.h65560 case ZEND_MUL:
/PHP-8.3/ext/zend_test/
H A Dobject_handlers.c97 case ZEND_MUL: in donc_do_operation()
/PHP-8.3/Zend/Optimizer/
H A Dpass1.c75 case ZEND_MUL: in zend_optimizer_pass1()
H A Dzend_inference.c852 case ZEND_MUL: in zend_inference_calc_binary_op_range()
1269 case ZEND_MUL: in zend_inference_propagate_range()
2300 case ZEND_MUL: in binary_op_result_type()
2587 case ZEND_MUL: in _zend_update_type_info()
4139 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
4145 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op2) == 1) in is_effective_op1_double_cast()
4153 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op1) == 1); in is_effective_op2_double_cast()
4251 if (opline->opcode == ZEND_MUL && Z_LVAL(orig_op2) == 0) { in can_convert_to_double()
4259 if (opline->opcode == ZEND_MUL && Z_LVAL(orig_op1) == 0) { in can_convert_to_double()
4935 case ZEND_MUL: in zend_may_throw_ex()
[all …]
H A Ddce.c89 case ZEND_MUL: in may_have_side_effects()
H A Ddfa_pass.c1178 || opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
1219 } else if (opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
1264 } else if (opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
H A Dblock_pass.c797 case ZEND_MUL: in zend_optimize_block()
H A Dsccp.c1240 case ZEND_MUL: in sccp_visit_instr()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c246 opcode == ZEND_MUL || in zend_is_commutative()
1227 case ZEND_MUL: in zend_may_overflow()
1288 } else if (opline->extended_value == ZEND_MUL) { in zend_may_overflow()
1980 case ZEND_MUL: in zend_jit_compute_liveness()
2212 case ZEND_MUL: in zend_jit_try_allocate_free_reg()
2218 || opline->extended_value == ZEND_MUL) { in zend_jit_try_allocate_free_reg()
2687 case ZEND_MUL: in zend_jit_supported_binary_op()
3032 case ZEND_MUL: in zend_jit()
H A Dzend_jit_x86.dasc679 || case ZEND_MUL:
696 || case ZEND_MUL:
745 || case ZEND_MUL:
762 || case ZEND_MUL:
864 || case ZEND_MUL:
889 || case ZEND_MUL:
6957 case ZEND_MUL:
7100 case ZEND_MUL:
15922 case ZEND_MUL:
15966 case ZEND_MUL:
[all …]
H A Dzend_jit_arm64.dasc909 || case ZEND_MUL:
4029 if (opcode == ZEND_MUL &&
4038 } else if (opcode == ZEND_MUL &&
4045 } else if (opcode == ZEND_MUL &&
4344 if ((opcode == ZEND_MUL) &&
6384 case ZEND_MUL:
6510 case ZEND_MUL:
13314 case ZEND_MUL:
14977 case ZEND_MUL:
15023 case ZEND_MUL:
[all …]
H A Dzend_jit_trace.c1102 || opline->extended_value == ZEND_MUL)) { in is_checked_guard()
1126 || opline->opcode == ZEND_MUL) { in is_checked_guard()
1819 case ZEND_MUL: in zend_jit_trace_build_tssa()
2919 || opline->opcode == ZEND_MUL in zend_jit_trace_allocate_registers()
3270 case ZEND_MUL: in zend_jit_trace_allocate_registers()
4442 case ZEND_MUL: in zend_jit_trace()
/PHP-8.3/ext/gmp/
H A Dgmp.c380 case ZEND_MUL: in gmp_do_operation_ex()

Completed in 341 milliseconds