Searched defs:binary_op (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 1565 …LL zend_jit_assign_dim_op_helper(zval *container, zval *dim, zval *value, binary_op_type binary_op) in zend_jit_assign_dim_op_helper() 2362 …_FASTCALL zend_jit_assign_op_to_typed_ref(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref() 2382 …TCALL zend_jit_assign_op_to_typed_ref_tmp(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref_tmp() 2594 …y(zend_object *object, zend_string *name, void **cache_slot, zval *value, binary_op_type binary_op) in _zend_jit_assign_op_overloaded_property() 2621 …_op_to_typed_prop(zval *zptr, zend_property_info *prop_info, zval *value, binary_op_type binary_op) in zend_jit_assign_op_to_typed_prop() 2649 …per(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, binary_op_type binary_op) in zend_jit_assign_obj_op_helper()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_optimizer.c | 62 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op() local
|
Completed in 27 milliseconds