Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h90 #define ZEND_DIV 4 macro
H A Dzend_language_parser.y1097 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); }
1137 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
H A Dzend_opcode.c1193 case ZEND_DIV: in get_binary_op()
H A Dzend_ast.c1971 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex()
1989 case ZEND_DIV: BINARY_OP(" / ", 210, 210, 211); in zend_ast_export_ex()
H A Dzend_operators.c1330 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
H A Dzend_compile.c8404 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
8439 || (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.1/Zend/Optimizer/
H A Ddce.c96 case ZEND_DIV: in may_have_side_effects()
H A Dpass1.c68 case ZEND_DIV: in zend_optimizer_pass1()
H A Dzend_inference.c889 case ZEND_DIV: in zend_inference_calc_binary_op_range()
1283 case ZEND_DIV: in zend_inference_propagate_range()
2294 case ZEND_DIV: in binary_op_result_type()
2552 case ZEND_DIV: in _zend_update_type_info()
4041 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
4048 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
4176 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double()
4875 case ZEND_DIV: in zend_may_throw_ex()
4951 } else if (opline->extended_value == ZEND_DIV || in zend_may_throw_ex()
H A Dblock_pass.c838 case ZEND_DIV: in zend_optimize_block()
H A Dsccp.c1379 case ZEND_DIV: in sccp_visit_instr()
/PHP-8.1/ext/gmp/
H A Dgmp.c381 case ZEND_DIV: in gmp_do_operation_ex()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc682 || case ZEND_DIV:
699 || case ZEND_DIV:
748 || case ZEND_DIV:
765 || case ZEND_DIV:
4464 } else if (opcode == ZEND_DIV &&
4494 } else if (same_ops && opcode != ZEND_DIV) {
5042 } else if (opcode == ZEND_DIV) {
6962 case ZEND_DIV:
7105 case ZEND_DIV:
H A Dzend_jit_trace.c1694 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1706 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1764 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
H A Dzend_jit_arm64.dasc897 || case ZEND_DIV:
4072 } else if (opcode == ZEND_DIV &&
4116 } else if (same_ops && opcode != ZEND_DIV) {
4590 } else if (opcode == ZEND_DIV) {
6387 case ZEND_DIV:
6513 case ZEND_DIV:
H A Dzend_jit.c2669 case ZEND_DIV: in zend_jit_supported_binary_op()

Completed in 215 milliseconds