Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1912 ref = ir_ZEXT_A(ref); in zend_jit_exception_handler_undef_stub()
1933 ref = ir_ZEXT_A(ref); in zend_jit_exception_handler_free_op1_op2_stub()
1956 ref = ir_ZEXT_A(ref); in zend_jit_exception_handler_free_op2_stub()
2102 ref = ir_ZEXT_A(ref); in zend_jit_throw_cannot_pass_by_ref_stub()
2135 ref = ir_ZEXT_A(ref); in zend_jit_throw_cannot_pass_by_ref_stub()
2498 ref = ir_ZEXT_A(ref); in zend_jit_cannot_add_element_stub()
9829 ref = ir_ZEXT_A(ref);
9860 num_args = ir_ZEXT_A(num_args);
10925 num_used_ref = ir_ZEXT_A(num_used_ref);
13237 ref = ir_ZEXT_A(hash_pos_ref);
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h182 #define ir_ZEXT_A(_op1) ir_UNARY_OP_A(IR_ZEXT, (_op1)) macro

Completed in 56 milliseconds