Home
last modified time | relevance | path

Searched refs:bitwise_and_function (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_opcode.c770 return (binary_op_type) bitwise_and_function; in get_binary_op()
H A Dzend_vm_execute.h4941 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
8977 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
10824 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
20269 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CV(bitwise_and_function ZEND_OPCODE_HANDLE…
30780 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
36096 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
36495 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CV(bitwise_and_function ZEND_OPCODE_HANDLER…
38778 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
41832 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
44250 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_operators.h58 ZEND_API int ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1451 ZEND_API int ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2) /* {{{ */ in bitwise_and_function() function
1501 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND, bitwise_and_function); in bitwise_and_function()
H A Dzend_vm_def.h629 bitwise_and_function(EX_VAR(opline->result.var), op1, op2);
1067 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_helper, binary_op, bitwise_and_function);
1071 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_dim_helper, binary_op, bitwise_and_function);
1073 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_obj_helper, binary_op, bitwise_and_function);
1076 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_dim_helper, binary_op, bitwise_and_function);

Completed in 143 milliseconds