Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c575 op2_max = OP2_MAX_RANGE(); in zend_inference_calc_binary_op_range()
600 op2_max = OP2_MAX_RANGE(); in zend_inference_calc_binary_op_range()
627 op2_max = OP2_MAX_RANGE(); in zend_inference_calc_binary_op_range()
658 op2_max = OP2_MAX_RANGE(); in zend_inference_calc_binary_op_range()
699 op2_max = OP2_MAX_RANGE(); in zend_inference_calc_binary_op_range()
745 if (op2_max < 0) { in zend_inference_calc_binary_op_range()
746 op2_max = 0; in zend_inference_calc_binary_op_range()
783 if (op2_max < 0) { in zend_inference_calc_binary_op_range()
784 op2_max = 0; in zend_inference_calc_binary_op_range()
796 t2 = op1_min >> op2_max; in zend_inference_calc_binary_op_range()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c533 zend_long op1_min, op1_max, op2_min, op2_max; in zend_may_overflow() local
590 op2_max = OP2_MAX_RANGE(); in zend_may_overflow()
591 if (zend_add_will_overflow(op1_max, op2_max)) { in zend_may_overflow()
605 op2_max = OP2_MAX_RANGE(); in zend_may_overflow()
606 if (zend_sub_will_overflow(op1_min, op2_max)) { in zend_may_overflow()
651 op2_max = OP2_MAX_RANGE(); in zend_may_overflow()
652 if (zend_add_will_overflow(op1_max, op2_max)) { in zend_may_overflow()
666 op2_max = OP2_MAX_RANGE(); in zend_may_overflow()
667 if (zend_sub_will_overflow(op1_min, op2_max)) { in zend_may_overflow()
H A Dzend_jit_trace.c3473 op2_max = OP2_MAX_RANGE(); in zend_jit_trace_update_condition_ranges()
3487 MIN(op1_max, op2_max)); in zend_jit_trace_update_condition_ranges()
3493 MIN(op2_max, op1_max)); in zend_jit_trace_update_condition_ranges()
3504 MIN(op1_max, op2_max)); in zend_jit_trace_update_condition_ranges()
3510 MIN(op2_max, op1_max)); in zend_jit_trace_update_condition_ranges()
3521 MIN(op1_max, op2_max)); in zend_jit_trace_update_condition_ranges()
3527 op2_max); in zend_jit_trace_update_condition_ranges()
3541 op2_max != ZEND_LONG_MIN ?MIN(op2_max, op1_max - 1) : op1_max); in zend_jit_trace_update_condition_ranges()
3552 op2_max != ZEND_LONG_MIN ? MIN(op1_max, op2_max - 1) : op1_max); in zend_jit_trace_update_condition_ranges()
3558 op2_max); in zend_jit_trace_update_condition_ranges()
[all …]
H A Dzend_jit_x86.dasc6986 zend_long op2_max;
7000 op2_max = op2_range->max;
7003 op2_min = op2_max = Z_LVAL_P(Z_ZV(op2_addr));
7013 if (op1_min == op1_max && op2_min == op2_max && op1_min == op2_min) {
7016 } else if (op1_max < op2_min || op1_min > op2_max) {
7023 if (op1_min == op1_max && op2_min == op2_max && op1_min == op2_min) {
7026 } else if (op1_max < op2_min || op1_min > op2_max) {
7035 } else if (op1_min >= op2_max) {
7044 } else if (op1_min > op2_max) {

Completed in 70 milliseconds