Searched refs:ir_ADD_A (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 544 addr = ir_ADD_A(addr, ir_CONST_ADDR(offset)); in jit_ADD_OFFSET() 1961 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_exception_handler_free_op1_op2_stub() 1984 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_exception_handler_free_op2_stub() 2163 ref = ir_ADD_A(jit_FP(jit), ref); in zend_jit_throw_cannot_pass_by_ref_stub() 2326 addr = ir_ADD_A(offset, jit_IP(jit)); in _zend_jit_orig_opline_handler() 13492 hash_p_ref = ir_ADD_A( 13555 packed_p_ref = ir_ADD_A( 14024 prop_ref = ir_ADD_A(obj_ref, offset_ref); 14502 prop_ref = ir_ADD_A(obj_ref, offset_ref); 14867 prop_ref = ir_ADD_A(obj_ref, offset_ref); [all …]
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 84 #define ir_ADD_A(_op1, _op2) ir_BINARY_OP_A(IR_ADD, (_op1), (_op2)) macro
|
Completed in 54 milliseconds