Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.h124 # define ZEND_REGSET_FP \ macro
127 …EGSET(ZREG_RDX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET_INTERVAL(ZREG_R8, ZREG_R11) | ZEND_REGSET_FP)
135 # define ZEND_REGSET_FP \ macro
138 …EGSET(ZREG_RDX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET_INTERVAL(ZREG_R8, ZREG_R11) | ZEND_REGSET_FP)
146 # define ZEND_REGSET_FP \ macro
149 (ZEND_REGSET(ZREG_RAX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET(ZREG_RDX) | ZEND_REGSET_FP)
H A Dzend_jit_arm64.h146 # define ZEND_REGSET_FP \ macro
H A Dzend_jit.c2065 available = ZEND_REGSET_INTERSECTION(available, ZEND_REGSET_FP); in zend_jit_try_allocate_free_reg()
2297 zend_regset available = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP); in zend_jit_linear_scan()
H A Dzend_jit_arm64.dasc15362 regset = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP);
H A Dzend_jit_x86.dasc16379 regset = ZEND_REGSET_UNION(ZEND_REGSET_GP, ZEND_REGSET_FP);

Completed in 75 milliseconds