Home
last modified time | relevance | path

Searched refs:shift_left_function (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_operators.h67 ZEND_API zend_result ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1236 return (binary_op_type) shift_left_function; in get_binary_op()
H A Dzend_operators.c1888 ZEND_API zend_result ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2) /* {{{ */ in shift_left_function() function
H A Dzend_execute.c1638 shift_left_function, in zend_binary_op()
H A Dzend_vm_def.h289 shift_left_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h552 shift_left_function(EX_VAR(opline->result.var), op_1, op_2); in zend_shift_left_helper_SPEC()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c5859 func = ir_CONST_FC_FUNC(shift_left_function); in zend_jit_long_math_helper()

Completed in 252 milliseconds