Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_builder.h288 #define ir_OR_U32(_op1, _op2) ir_BINARY_OP_U32(IR_OR, (_op1), (_op2)) macro
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c8526 ir_STORE(ref, ir_OR_U32(ir_LOAD_U32(ref), ir_CONST_U32(ZEND_CALL_HAS_THIS)));
8540 ir_OR_U32(ir_LOAD_U32(ref),
8560 call_info = ir_OR_U32(
8570 call_info2 = ir_OR_U32(call_info, ir_CONST_U32(ZEND_CALL_HAS_THIS));
8581 ir_STORE(ref, ir_OR_U32(ir_LOAD_U32(ref), call_info));
9649 ir_STORE(ref, ir_OR_U32(ir_LOAD_U32(ref), ir_CONST_U32(ZEND_CALL_SEND_ARG_BY_REF)));
9683 ir_STORE(ref, ir_OR_U32(ir_LOAD_U32(ref), ir_CONST_U32(ZEND_CALL_SEND_ARG_BY_REF)));

Completed in 89 milliseconds