Searched defs:binary_op (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 1652 …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() 2530 …_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() 2550 …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() 2777 …y(zend_object *object, zend_string *name, void **cache_slot, zval *value, binary_op_type binary_op) in _zend_jit_assign_op_overloaded_property() 2804 …_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() 2831 …per(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, binary_op_type binary_op) in zend_jit_assign_obj_op_helper()
|
H A D | zend_jit_ir.c | 6065 binary_op_type binary_op = get_binary_op(opline->extended_value); in zend_jit_assign_op() local 13497 binary_op_type binary_op = get_binary_op(opline->extended_value); local 13575 binary_op_type binary_op; local 14968 binary_op_type binary_op = get_binary_op(opline->extended_value); local
|
/php-src/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 57 milliseconds