Home
last modified time | relevance | path

Searched refs:ir_ADD_A (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c535 addr = ir_ADD_A(addr, ir_CONST_ADDR(offset)); in jit_ADD_OFFSET()
1935 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_exception_handler_free_op1_op2_stub()
1958 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_exception_handler_free_op2_stub()
2137 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_throw_cannot_pass_by_ref_stub()
2300 addr = ir_ADD_A(offset, jit_IP(jit)); in _zend_jit_orig_opline_handler()
13241 hash_p_ref = ir_ADD_A(
13304 packed_p_ref = ir_ADD_A(
13757 prop_ref = ir_ADD_A(obj_ref, offset_ref);
14180 prop_ref = ir_ADD_A(obj_ref, offset_ref);
14462 prop_ref = ir_ADD_A(obj_ref, offset_ref);
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h84 #define ir_ADD_A(_op1, _op2) ir_BINARY_OP_A(IR_ADD, (_op1), (_op2)) macro

Completed in 47 milliseconds