Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1669 if (binary_op(&res, Z_ISREF_P(z) ? Z_REFVAL_P(z) : z, value) == SUCCESS) { in zend_jit_assign_dim_op_helper()
1711 binary_op(var, var, value); in zend_jit_assign_dim_op_helper()
2535 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2541 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2554 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref_tmp()
2791 if (binary_op(&res, z, value) == SUCCESS) { in _zend_jit_assign_op_overloaded_property()
2815 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2821 binary_op(&z_copy, zptr, value); in zend_jit_assign_op_to_typed_prop()
2850 zend_jit_assign_op_to_typed_ref(ref, value, binary_op); in zend_jit_assign_obj_op_helper()
2862 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.c6065 binary_op_type binary_op = get_binary_op(opline->extended_value); in zend_jit_assign_op() local
6090 ref2, arg2, ir_CONST_FC_FUNC(binary_op)); in zend_jit_assign_op()
6093 ref2, arg2, ir_CONST_FC_FUNC(binary_op)); in zend_jit_assign_op()
13515 reference, arg2, ir_CONST_FC_FUNC(binary_op));
13575 binary_op_type binary_op; local
13591 binary_op = get_binary_op(opline->extended_value);
13596 ir_CONST_FC_FUNC(binary_op));
15150 ir_CONST_FC_FUNC(binary_op));
15174 ir_CONST_FC_FUNC(binary_op));
15227 ir_CONST_FC_FUNC(binary_op));
[all …]
/php-src/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-src/Zend/
H A Dzend_ast.c1752 goto binary_op; \
2623 binary_op: in zend_ast_export_ex()

Completed in 76 milliseconds