Searched refs:bitwise_and_function (Results 1 – 7 of 7) sorted by relevance
65 ZEND_API zend_result ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2);
1261 return (binary_op_type) bitwise_and_function; in get_binary_op()
1724 ZEND_API zend_result ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2) /* {{{ … in bitwise_and_function() function
1642 bitwise_and_function, in zend_binary_op()
853 bitwise_and_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
703 bitwise_and_function(EX_VAR(opline->result.var), op_1, op_2); in zend_bw_and_helper_SPEC()
5855 func = ir_CONST_FC_FUNC(bitwise_and_function); in zend_jit_long_math_helper()
Completed in 247 milliseconds