Searched refs:shift_left_function (Results 1 – 7 of 7) sorted by relevance
67 ZEND_API zend_result ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2);
1236 return (binary_op_type) shift_left_function; in get_binary_op()
1888 ZEND_API zend_result ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2) /* {{{ */ in shift_left_function() function
1638 shift_left_function, in zend_binary_op()
289 shift_left_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
552 shift_left_function(EX_VAR(opline->result.var), op_1, op_2); in zend_shift_left_helper_SPEC()
5859 func = ir_CONST_FC_FUNC(shift_left_function); in zend_jit_long_math_helper()
Completed in 252 milliseconds