Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_vm_opcodes.h90 #define ZEND_DIV 4 macro
H A Dzend_language_parser.y1225 { $$ = zend_ast_create_assign_op(ZEND_DIV, $1, $3); }
1265 | expr '/' expr { $$ = zend_ast_create_binary_op(ZEND_DIV, $1, $3); }
H A Dzend_opcode.c1231 case ZEND_DIV: in get_binary_op()
H A Dzend_ast.c2202 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 Dzend_operators.c1454 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_DIV); in div_function()
H A Dzend_compile.c9652 if (!(opcode == ZEND_ADD || opcode == ZEND_SUB || opcode == ZEND_MUL || opcode == ZEND_DIV in zend_binary_op_produces_error()
9687 || (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-src/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.c875 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()
4262 || opline->opcode == ZEND_MUL || opline->opcode == ZEND_DIV; in is_narrowable_instr()
4269 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
4397 if (opcode == ZEND_DIV && zval_get_double(&orig_op2) == 0.0) { in can_convert_to_double()
5053 case ZEND_DIV: in zend_may_throw_ex()
5130 } 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.c1246 case ZEND_DIV: in sccp_visit_instr()
/php-src/ext/bcmath/
H A Dbcmath.c1213 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 Dgmp.c390 case ZEND_DIV: in gmp_do_operation_ex()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5138 } else if (opcode == ZEND_DIV) { in zend_jit_math_long_double()
5172 } else if (opcode == ZEND_DIV) { in zend_jit_math_double_long()
5209 } else if (opcode == ZEND_DIV) { in zend_jit_math_double_double()
5482 } else if (opcode == ZEND_DIV) { in zend_jit_math_helper()
6104 case ZEND_DIV: in zend_jit_assign_op()
13306 case ZEND_DIV:
H A Dzend_jit_trace.c1814 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1826 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
1884 || opline->extended_value == ZEND_DIV) { in zend_jit_trace_build_tssa()
H A Dzend_jit.c1249 case ZEND_DIV: in zend_jit_supported_binary_op()

Completed in 209 milliseconds