Home
last modified time | relevance | path

Searched refs:ZEND_REGSET_GP (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.h155 # define ZEND_REGSET_GP \ macro
166 # define ZEND_REGSET_GP \ macro
177 # define ZEND_REGSET_GP \ macro
H A Dzend_jit.c1498 available = ZEND_REGSET_INTERSECTION(available, ZEND_REGSET_GP); in zend_jit_try_allocate_free_reg()
1731 zend_regset available = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP); in zend_jit_linear_scan()
H A Dzend_jit_x86.dasc16132 regset = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP);

Completed in 61 milliseconds