Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h63 #define Z_LOAD(addr) \ macro
H A Dzend_jit.c1498 || Z_LOAD(res_use_addr) in zend_jit()
1556 || Z_LOAD(res_use_addr) in zend_jit()
1610 || Z_LOAD(res_use_addr) in zend_jit()
1679 || Z_LOAD(op1_addr) in zend_jit()
H A Dzend_jit_ir.c4440 if (Z_MODE(old) != IS_REG || Z_LOAD(old) || Z_STORE(old)) { in zend_jit_store_var_if_necessary_ex()
4468 if ((op_type & (IS_TMP_VAR|IS_VAR)) && Z_MODE(addr) == IS_REG && !Z_LOAD(addr) && !Z_STORE(addr)) { in zend_jit_invalidate_var_if_necessary()
4482 if (!Z_LOAD(src) && !Z_STORE(src) && Z_STORE(dst)) { in zend_jit_update_regs()
4495 if (!Z_LOAD(src) && !Z_STORE(src)) { in zend_jit_update_regs()
4653 && !Z_LOAD(op1_addr) in zend_jit_inc_dec()
5586 && Z_LOAD(op1_addr) in zend_jit_long_math_helper()
5592 && Z_LOAD(op2_addr) in zend_jit_long_math_helper()
6649 && !Z_LOAD(op1_use_addr) in zend_jit_assign()
H A Dzend_jit_trace.c4655 || Z_LOAD(op1_addr) in zend_jit_trace()

Completed in 70 milliseconds