Searched defs:op1_info (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit.c | 547 static bool zend_jit_may_avoid_refcounting(const zend_op *opline, uint32_t op1_info) in zend_jit_may_avoid_refcounting() 2662 static bool zend_jit_supported_binary_op(zend_uchar op, uint32_t op1_info, uint32_t op2_info) in zend_jit_supported_binary_op() 2703 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info; in zend_jit() local
|
H A D | zend_jit_trace.c | 3987 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info, op1_data_info; in zend_jit_trace() local
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_optimizer.c | 1180 …uint32_t op1_info = opline->op1_type == IS_UNUSED ? 0 : (OP1_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY… in zend_redo_pass_two_ex() local
|
/PHP-8.1/Zend/ |
H A D | zend_vm_execute.h | 64019 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t …
|
Completed in 163 milliseconds