Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.h122 # define ZEND_REGSET_GP \ macro
133 # define ZEND_REGSET_GP \ macro
144 # define ZEND_REGSET_GP \ macro
H A Dzend_jit_arm64.h144 # define ZEND_REGSET_GP \ macro
H A Dzend_jit.c2076 available = ZEND_REGSET_INTERSECTION(available, ZEND_REGSET_GP); in zend_jit_try_allocate_free_reg()
2306 zend_regset available = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP); in zend_jit_linear_scan()
H A Dzend_jit_x86.dasc16458 regset = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP);
H A Dzend_jit_arm64.dasc15429 regset = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP);

Completed in 63 milliseconds