Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h89 #define ZEND_MUL 3 macro
H A Dzend_language_parser.y1093 { $$ = zend_ast_create_assign_op(ZEND_MUL, $1, $3); }
1135 | expr '*' expr { $$ = zend_ast_create_binary_op(ZEND_MUL, $1, $3); }
H A Dzend_opcode.c1189 case ZEND_MUL: in get_binary_op()
H A Dzend_ast.c1970 case ZEND_MUL: BINARY_OP(" *= ", 90, 91, 90); in zend_ast_export_ex()
1988 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))
9417 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9429 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG), ZEND_…
9443 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (op1_info == MAY_BE_DOUBLE && op2_info == MAY_BE_DOUBLE), Z…
H A Dzend_operators.c1146 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function_slow()
H A Dzend_compile.c8404 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
8499 return zend_try_ct_eval_binary_op(result, ZEND_MUL, op, &right); in zend_try_ct_eval_unary_pm()
8795 zend_emit_op_tmp(result, ZEND_MUL, &expr_node, &right_node); in zend_compile_unary_pm()
H A Dzend_vm_execute.h64069 case ZEND_MUL:
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c856 case ZEND_MUL: in zend_inference_calc_binary_op_range()
1282 case ZEND_MUL: in zend_inference_propagate_range()
2277 case ZEND_MUL: in binary_op_result_type()
2551 case ZEND_MUL: in _zend_update_type_info()
4041 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
4047 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op2) == 1) in is_effective_op1_double_cast()
4055 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op1) == 1); in is_effective_op2_double_cast()
4153 if (opline->opcode == ZEND_MUL && Z_LVAL(orig_op2) == 0) { in can_convert_to_double()
4161 if (opline->opcode == ZEND_MUL && Z_LVAL(orig_op1) == 0) { in can_convert_to_double()
4883 case ZEND_MUL: in zend_may_throw_ex()
[all …]
H A Ddce.c89 case ZEND_MUL: in may_have_side_effects()
H A Dpass1.c67 case ZEND_MUL: in zend_optimizer_pass1()
H A Ddfa_pass.c1239 || opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
1280 } else if (opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
1325 } else if (opline->opcode == ZEND_MUL in zend_dfa_optimize_op_array()
H A Dblock_pass.c837 case ZEND_MUL: in zend_optimize_block()
H A Dsccp.c1378 case ZEND_MUL: in sccp_visit_instr()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c214 opcode == ZEND_MUL || in zend_is_commutative()
1200 case ZEND_MUL: in zend_may_overflow()
1261 } else if (opline->extended_value == ZEND_MUL) { in zend_may_overflow()
1967 case ZEND_MUL: in zend_jit_compute_liveness()
2199 case ZEND_MUL: in zend_jit_try_allocate_free_reg()
2205 || opline->extended_value == ZEND_MUL) { in zend_jit_try_allocate_free_reg()
2674 case ZEND_MUL: in zend_jit_supported_binary_op()
3019 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:
6961 case ZEND_MUL:
7104 case ZEND_MUL:
15948 case ZEND_MUL:
15992 case ZEND_MUL:
[all …]
H A Dzend_jit_arm64.dasc894 || case ZEND_MUL:
4040 if (opcode == ZEND_MUL &&
4049 } else if (opcode == ZEND_MUL &&
4056 } else if (opcode == ZEND_MUL &&
4355 if ((opcode == ZEND_MUL) &&
6386 case ZEND_MUL:
6512 case ZEND_MUL:
13418 case ZEND_MUL:
14995 case ZEND_MUL:
15041 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()
1817 case ZEND_MUL: in zend_jit_trace_build_tssa()
2903 || opline->opcode == ZEND_MUL in zend_jit_trace_allocate_registers()
3254 case ZEND_MUL: in zend_jit_trace_allocate_registers()
4426 case ZEND_MUL: in zend_jit_trace()
/PHP-8.1/ext/gmp/
H A Dgmp.c376 case ZEND_MUL: in gmp_do_operation_ex()

Completed in 375 milliseconds