Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c1209 …uint32_t op2_info = opline->op1_type == IS_UNUSED ? 0 : (OP2_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY… in zend_redo_pass_two_ex() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c2076 static bool zend_jit_supported_binary_op(zend_uchar op, uint32_t op1_info, uint32_t op2_info) in zend_jit_supported_binary_op()
2117 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info; in zend_jit() local
H A Dzend_jit_trace.c3690 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info, op1_data_info; in zend_jit_trace() local
/PHP-8.0/Zend/
H A Dzend_vm_execute.h63348 …TCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t op2_info, uint32_t re…

Completed in 157 milliseconds