Home
last modified time | relevance | path

Searched refs:ZEND_SL (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_vm_opcodes.h91 #define ZEND_SL 6 macro
H A Dzend_language_parser.y1049 { $$ = zend_ast_create_assign_op(ZEND_SL, $1, $3); }
1078 | expr T_SL expr { $$ = zend_ast_create_binary_op(ZEND_SL, $1, $3); }
H A Dzend_ast.c1838 case ZEND_SL: BINARY_OP(" <<= ", 90, 91, 90); in zend_ast_export_ex()
1856 case ZEND_SL: BINARY_OP(" << ", 190, 190, 191); in zend_ast_export_ex()
H A Dzend_opcode.c1132 case ZEND_SL: in get_binary_op()
H A Dzend_operators.c1745 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, ZEND_SL, "<<"); in shift_left_function()
H A Dzend_compile.c7874 || opcode == ZEND_POW || opcode == ZEND_MOD || opcode == ZEND_SL || opcode == ZEND_SR in zend_binary_op_produces_error()
7912 if ((opcode == ZEND_SL || opcode == ZEND_SR) && zval_get_long(op2) < 0) { in zend_binary_op_produces_error()
H A Dzend_vm_def.h299 ZEND_VM_COLD_CONSTCONST_HANDLER(6, ZEND_SL, CONST|TMPVARCV, CONST|TMPVARCV)
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c71 case ZEND_SL: in zend_optimizer_pass1()
120 || opline->extended_value == ZEND_SL in zend_optimizer_pass1()
H A Ddce.c102 case ZEND_SL: in may_have_side_effects()
H A Dzend_inference.c727 case ZEND_SL: in zend_inference_calc_binary_op_range()
1007 case ZEND_SL: in zend_inference_propagate_range()
2008 case ZEND_SL: in binary_op_result_type()
2267 case ZEND_SL: in _zend_update_type_info()
4397 case ZEND_SL: in zend_may_throw_ex()
4467 } else if (opline->extended_value == ZEND_SL || in zend_may_throw_ex()
H A Dblock_pass.c821 case ZEND_SL: in zend_optimize_block()
H A Dsccp.c1402 case ZEND_SL: in sccp_visit_instr()
/PHP-8.0/ext/gmp/
H A Dgmp.c385 case ZEND_SL: in gmp_do_operation_ex()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc5048 if ((opline->opcode == ZEND_SL || opline->opcode == ZEND_SR)
5061 && (opcode == ZEND_SL || opcode == ZEND_SR)
5069 if (opcode == ZEND_SL) {
5332 } else if (opcode == ZEND_SL) {
6832 case ZEND_SL:
6958 case ZEND_SL:
14129 case ZEND_SL:
15683 case ZEND_SL:
16015 case ZEND_SL:
H A Dzend_jit.c2094 case ZEND_SL: in zend_jit_supported_binary_op()
2381 case ZEND_SL: in zend_jit()
H A Dzend_jit_trace.c1672 case ZEND_SL: in zend_jit_trace_build_tssa()
4089 case ZEND_SL: in zend_jit_trace()

Completed in 217 milliseconds