Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.h251 #define Z_LOAD(addr) ((zend_reg)(((addr)>>_ZEND_ADDR_REG_LOAD_BIT) & 1)) macro
H A Dzend_jit.c2355 || Z_LOAD(res_use_addr) in zend_jit()
2420 || Z_LOAD(res_use_addr) in zend_jit()
2478 || Z_LOAD(res_use_addr) in zend_jit()
H A Dzend_jit_trace.c4046 || Z_LOAD(res_use_addr) in zend_jit_trace()
4148 || Z_LOAD(res_use_addr) in zend_jit_trace()
4230 || Z_LOAD(res_use_addr) in zend_jit_trace()
H A Dzend_jit_x86.dasc3901 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)) {
9023 && !Z_LOAD(op1_use_addr)

Completed in 46 milliseconds