Home
last modified time | relevance | path

Searched refs:ZEND_DIV (Results 1 – 17 of 17) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h90 #define ZEND_DIV 4 macro
H A Dzend_language_parser.y1156 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); }
1196 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
H A Dzend_opcode.c1212 case ZEND_DIV: in get_binary_op()
H A Dzend_ast.c2140 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
2158 case ZEND_DIV: BINARY_OP(" / ", 210, 210, 211); in zend_ast_export_ex()
H A Dzend_operators.c1439 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
H A Dzend_compile.c8715 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
8750 || (opcode == ZEND_DIV && zval_get_double(op2) == 0.0)) { in zend_binary_op_produces_error()
H A Dzend_vm_def.h206 ZEND_VM_COLD_CONSTCONST_HANDLER(4, ZEND_DIV, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
/PHP-8.3/Zend/Optimizer/
H A Dpass1.c76 case ZEND_DIV: in zend_optimizer_pass1()
H A Ddce.c96 case ZEND_DIV: in may_have_side_effects()
H A Dzend_inference.c885 case ZEND_DIV: in zend_inference_calc_binary_op_range()
1270 case ZEND_DIV: in zend_inference_propagate_range()
2317 case ZEND_DIV: in binary_op_result_type()
2588 case ZEND_DIV: in _zend_update_type_info()
4139 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
4146 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
4274 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double()
4927 case ZEND_DIV: in zend_may_throw_ex()
5004 } else if (opline->extended_value == ZEND_DIV || in zend_may_throw_ex()
H A Dblock_pass.c798 case ZEND_DIV: in zend_optimize_block()
H A Dsccp.c1241 case ZEND_DIV: in sccp_visit_instr()
/PHP-8.3/ext/gmp/
H A Dgmp.c385 case ZEND_DIV: in gmp_do_operation_ex()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc682 || case ZEND_DIV:
699 || case ZEND_DIV:
748 || case ZEND_DIV:
765 || case ZEND_DIV:
4429 } else if (opcode == ZEND_DIV &&
4459 } else if (same_ops && opcode != ZEND_DIV) {
5013 } else if (opcode == ZEND_DIV) {
6958 case ZEND_DIV:
7101 case ZEND_DIV:
H A Dzend_jit_trace.c1696 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1708 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1766 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
H A Dzend_jit_arm64.dasc912 || case ZEND_DIV:
4061 } else if (opcode == ZEND_DIV &&
4105 } else if (same_ops && opcode != ZEND_DIV) {
4579 } else if (opcode == ZEND_DIV) {
6385 case ZEND_DIV:
6511 case ZEND_DIV:
H A Dzend_jit.c2682 case ZEND_DIV: in zend_jit_supported_binary_op()

Completed in 177 milliseconds