Searched refs:ZEND_DIV (Results 1 – 17 of 17) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_vm_opcodes.h | 90 #define ZEND_DIV 4 macro
|
H A D | zend_language_parser.y | 1156 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); } 1196 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
|
H A D | zend_opcode.c | 1212 case ZEND_DIV: in get_binary_op()
|
H A D | zend_ast.c | 2140 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 D | zend_operators.c | 1439 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
|
H A D | zend_compile.c | 8722 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error() 8757 || (opcode == ZEND_DIV && zval_get_double(op2) == 0.0)) { in zend_binary_op_produces_error()
|
H A D | zend_vm_def.h | 206 ZEND_VM_COLD_CONSTCONST_HANDLER(4, ZEND_DIV, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
|
/PHP-8.3/Zend/Optimizer/ |
H A D | pass1.c | 82 case ZEND_DIV: in zend_optimizer_pass1()
|
H A D | dce.c | 96 case ZEND_DIV: in may_have_side_effects()
|
H A D | zend_inference.c | 885 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() 4142 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr() 4149 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast() 4277 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double() 4930 case ZEND_DIV: in zend_may_throw_ex() 5007 } else if (opline->extended_value == ZEND_DIV || in zend_may_throw_ex()
|
H A D | block_pass.c | 798 case ZEND_DIV: in zend_optimize_block()
|
H A D | sccp.c | 1241 case ZEND_DIV: in sccp_visit_instr()
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 448 case ZEND_DIV: in gmp_do_operation_ex()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 682 || 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 D | zend_jit_trace.c | 1696 || 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 D | zend_jit_arm64.dasc | 912 || 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 D | zend_jit.c | 2682 case ZEND_DIV: in zend_jit_supported_binary_op()
|
Completed in 273 milliseconds