Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c1492 zend_regset low_priority_regs; in zend_jit_try_allocate_free_reg() local
1651 low_priority_regs = *hints; in zend_jit_try_allocate_free_reg()
1654 ZEND_REGSET_INCL(low_priority_regs, ZREG_R0); in zend_jit_try_allocate_free_reg()
1655 ZEND_REGSET_INCL(low_priority_regs, ZREG_R1); in zend_jit_try_allocate_free_reg()
1656 ZEND_REGSET_INCL(low_priority_regs, ZREG_XMM0); in zend_jit_try_allocate_free_reg()
1657 ZEND_REGSET_INCL(low_priority_regs, ZREG_XMM1); in zend_jit_try_allocate_free_reg()
1661 if (ZEND_REGSET_IN(low_priority_regs, i)) { in zend_jit_try_allocate_free_reg()

Completed in 15 milliseconds