Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5639 ir_ref if_wrong, cold_path, ref2, if_ok; in zend_jit_long_math_helper() local
5642 if_wrong = ir_IF(ir_UGT(ref, ir_CONST_LONG((SIZEOF_ZEND_LONG * 8) - 1))); in zend_jit_long_math_helper()
5643 ir_IF_TRUE_cold(if_wrong); in zend_jit_long_math_helper()
5653 ir_IF_FALSE(if_wrong); in zend_jit_long_math_helper()
5688 ir_ref if_wrong, cold_path, ref2, if_ok; in zend_jit_long_math_helper() local
5690 if_wrong = ir_IF(ir_UGT(ref, ir_CONST_LONG((SIZEOF_ZEND_LONG * 8) - 1))); in zend_jit_long_math_helper()
5691 ir_IF_TRUE_cold(if_wrong); in zend_jit_long_math_helper()
5701 ir_IF_FALSE(if_wrong); in zend_jit_long_math_helper()

Completed in 40 milliseconds