Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c81 # define ir_CONST_LONG ir_CONST_I64 macro
113 # define ir_CONST_LONG ir_CONST_I32 macro
1451 return ir_CONST_LONG(Z_LVAL_P(Z_ZV(addr))); in jit_Z_LVAL()
4233 ir_ref src = ir_CONST_LONG(val); in zend_jit_store_const_long()
5440 ref = ir_CONST_LONG(0); in zend_jit_long_math_helper()
5447 ref = ir_CONST_LONG(0); // dead code in zend_jit_long_math_helper()
5471 ref2 = ir_CONST_LONG(0); in zend_jit_long_math_helper()
5496 ref = ir_CONST_LONG(0); // dead code in zend_jit_long_math_helper()
5537 ref = ir_CONST_LONG(0); // dead code in zend_jit_long_math_helper()
7397 ref = ir_NE(ref, ir_CONST_LONG(0)); in zend_jit_bool_jmpznz()
[all …]

Completed in 48 milliseconds