Home
last modified time | relevance | path

Searched defs:op1_info (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c547 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 Dzend_jit_trace.c3987 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 Dzend_optimizer.c1180 …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 Dzend_vm_execute.h64019 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t …

Completed in 194 milliseconds