Searched refs:ZEND_DIV (Results 1 – 17 of 17) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm_opcodes.h | 90 #define ZEND_DIV 4 macro
|
H A D | zend_language_parser.y | 1225 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); } 1265 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
|
H A D | zend_opcode.c | 1231 case ZEND_DIV: in get_binary_op()
|
H A D | zend_ast.c | 2202 case ZEND_DIV: BINARY_OP(" /= ", 90, 91, 90); in zend_ast_export_ex() 2220 case ZEND_DIV: BINARY_OP(" / ", 210, 210, 211); in zend_ast_export_ex()
|
H A D | zend_operators.c | 1454 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
|
H A D | zend_compile.c | 9680 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error() 9715 || (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-src/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 | 875 case ZEND_DIV: in zend_inference_calc_binary_op_range() 1260 case ZEND_DIV: in zend_inference_propagate_range() 2312 case ZEND_DIV: in binary_op_result_type() 2583 case ZEND_DIV: in _zend_update_type_info() 4265 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr() 4272 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast() 4400 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double() 5056 case ZEND_DIV: in zend_may_throw_ex() 5133 } 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 | 1246 case ZEND_DIV: in sccp_visit_instr()
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1213 case ZEND_DIV: in bcmath_number_do_operation() 1265 case ZEND_DIV: in bcmath_number_do_operation() 1451 case ZEND_DIV: in bcmath_number_calc_method() 1500 bcmath_number_calc_method(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_DIV); in PHP_METHOD()
|
/php-src/ext/gmp/ |
H A D | gmp.c | 453 case ZEND_DIV: in gmp_do_operation_ex()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 5142 } else if (opcode == ZEND_DIV) { in zend_jit_math_long_double() 5176 } else if (opcode == ZEND_DIV) { in zend_jit_math_double_long() 5213 } else if (opcode == ZEND_DIV) { in zend_jit_math_double_double() 5486 } else if (opcode == ZEND_DIV) { in zend_jit_math_helper() 6108 case ZEND_DIV: in zend_jit_assign_op() 13528 case ZEND_DIV:
|
H A D | zend_jit.c | 1358 case ZEND_DIV: in zend_jit_supported_binary_op()
|
H A D | zend_jit_trace.c | 1852 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa() 1912 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
|
Completed in 224 milliseconds