Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.h250 #define Z_STORE(addr) ((zend_reg)(((addr)>>_ZEND_ADDR_REG_STORE_BIT) & 1)) macro
H A Dzend_jit.c2356 || Z_STORE(res_use_addr)) { in zend_jit()
2421 || Z_STORE(res_use_addr)) { in zend_jit()
2479 || Z_STORE(res_use_addr)) { in zend_jit()
H A Dzend_jit_x86.dasc3886 if (Z_MODE(src) == IS_REG && Z_STORE(src)) {
3895 if (Z_MODE(src) == IS_REG && Z_STORE(src)) {
3901 if (Z_MODE(old) != IS_REG || Z_LOAD(old) || Z_STORE(old)) {
3920 if ((op_type & (IS_TMP_VAR|IS_VAR)) && Z_MODE(addr) == IS_REG && !Z_LOAD(addr) && !Z_STORE(addr)) {
3939 if (!Z_LOAD(src) && !Z_STORE(src) && Z_STORE(dst)) {
3952 if (!Z_LOAD(src) && !Z_STORE(src)) {
3976 } else if (Z_MODE(dst) == IS_REG && Z_STORE(dst)) {
9024 && !Z_STORE(op1_use_addr)) {
H A Dzend_jit_trace.c4047 || Z_STORE(res_use_addr)) { in zend_jit_trace()
4149 || Z_STORE(res_use_addr)) { in zend_jit_trace()
4231 || Z_STORE(res_use_addr)) { in zend_jit_trace()

Completed in 53 milliseconds