Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.h91 #define ZREG_RCX ZREG_R1 macro
103 # define ZREG_FCARG1a ZREG_RCX
115 # define ZREG_FCARG1a ZREG_RCX
160 …(ZEND_REGSET(ZREG_RAX) | ZEND_REGSET(ZREG_RDX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET_INTERVAL(ZREG…
171 …ZREG_RDI) | ZEND_REGSET(ZREG_RSI) | ZEND_REGSET(ZREG_RDX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET_IN…
182 (ZEND_REGSET(ZREG_RAX) | ZEND_REGSET(ZREG_RCX) | ZEND_REGSET(ZREG_RDX) | ZEND_REGSET_FP)
H A Dzend_jit_x86.dasc5089 if (Z_MODE(op2_addr) != IS_REG || Z_REG(op2_addr) != ZREG_RCX) {
5090 | GET_ZVAL_LVAL ZREG_RCX, op2_addr
5130 if (Z_MODE(op2_addr) != IS_REG || Z_REG(op2_addr) != ZREG_RCX) {
5131 | GET_ZVAL_LVAL ZREG_RCX, op2_addr
5182 } else if (Z_MODE(res_addr) == IS_MEM_ZVAL && Z_REG(res_addr) == ZREG_RCX) {
5183 | mov aword T1, Ra(ZREG_RCX) // save
5190 | GET_ZVAL_LVAL ZREG_RCX, op2_addr
5196 | idiv Ra(ZREG_RCX)
5200 } else if (Z_MODE(res_addr) == IS_MEM_ZVAL && Z_REG(res_addr) == ZREG_RCX) {
5201 | mov Ra(ZREG_RCX), aword T1 // restore

Completed in 42 milliseconds