Home
last modified time | relevance | path

Searched refs:binary_op (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c1583 if (binary_op(&res, Z_ISREF_P(z) ? Z_REFVAL_P(z) : z, value) == SUCCESS) { in zend_jit_assign_dim_op_helper()
1625 binary_op(var, var, value); in zend_jit_assign_dim_op_helper()
2449 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2455 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2468 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref_tmp()
2705 if (binary_op(&res, z, value) == SUCCESS) { in _zend_jit_assign_op_overloaded_property()
2729 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2735 binary_op(&z_copy, zptr, value); in zend_jit_assign_op_to_typed_prop()
2764 zend_jit_assign_op_to_typed_ref(ref, value, binary_op); in zend_jit_assign_obj_op_helper()
2776 zend_jit_assign_op_to_typed_prop(zptr, prop_info, value, binary_op); in zend_jit_assign_obj_op_helper()
[all …]
H A Dzend_jit_ir.c6058 binary_op_type binary_op = get_binary_op(opline->extended_value); in zend_jit_assign_op() local
6083 ref2, arg2, ir_CONST_FC_FUNC(binary_op)); in zend_jit_assign_op()
6086 ref2, arg2, ir_CONST_FC_FUNC(binary_op)); in zend_jit_assign_op()
13296 reference, arg2, ir_CONST_FC_FUNC(binary_op));
13356 binary_op_type binary_op; local
13372 binary_op = get_binary_op(opline->extended_value);
13377 ir_CONST_FC_FUNC(binary_op));
14928 ir_CONST_FC_FUNC(binary_op));
14952 ir_CONST_FC_FUNC(binary_op));
15005 ir_CONST_FC_FUNC(binary_op));
[all …]
/PHP-8.4/Zend/Optimizer/
H A Dzend_optimizer.c62 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op() local
63 return binary_op(result, op1, op2); in zend_optimizer_eval_binary_op()
/PHP-8.4/Zend/
H A Dzend_ast.c1752 goto binary_op; \
2623 binary_op: in zend_ast_export_ex()

Completed in 71 milliseconds