Searched refs:ZEND_SL (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_vm_opcodes.h | 91 #define ZEND_SL 6 macro
|
H A D | zend_language_parser.y | 1049 { $$ = 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 D | zend_ast.c | 1838 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 D | zend_opcode.c | 1132 case ZEND_SL: in get_binary_op()
|
H A D | zend_operators.c | 1745 convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, ZEND_SL, "<<"); in shift_left_function()
|
H A D | zend_compile.c | 7874 || 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 D | zend_vm_def.h | 299 ZEND_VM_COLD_CONSTCONST_HANDLER(6, ZEND_SL, CONST|TMPVARCV, CONST|TMPVARCV)
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | pass1.c | 71 case ZEND_SL: in zend_optimizer_pass1() 120 || opline->extended_value == ZEND_SL in zend_optimizer_pass1()
|
H A D | dce.c | 102 case ZEND_SL: in may_have_side_effects()
|
H A D | zend_inference.c | 727 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 D | block_pass.c | 821 case ZEND_SL: in zend_optimize_block()
|
H A D | sccp.c | 1402 case ZEND_SL: in sccp_visit_instr()
|
/PHP-8.0/ext/gmp/ |
H A D | gmp.c | 385 case ZEND_SL: in gmp_do_operation_ex()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 5048 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 D | zend_jit.c | 2094 case ZEND_SL: in zend_jit_supported_binary_op() 2381 case ZEND_SL: in zend_jit()
|
H A D | zend_jit_trace.c | 1672 case ZEND_SL: in zend_jit_trace_build_tssa() 4089 case ZEND_SL: in zend_jit_trace()
|
Completed in 165 milliseconds