Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c574 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
599 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
626 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
657 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
698 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
716 } else if (op1_max <= 0) { in zend_inference_calc_binary_op_range()
738 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
776 op1_max = OP1_MAX_RANGE(); in zend_inference_calc_binary_op_range()
797 t3 = op1_max >> op2_min; in zend_inference_calc_binary_op_range()
798 t4 = op1_max >> 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
548 op1_max = OP1_MAX_RANGE(); in zend_may_overflow()
549 if (op1_max == ZEND_LONG_MAX) { in zend_may_overflow()
589 op1_max = OP1_MAX_RANGE(); in zend_may_overflow()
591 if (zend_add_will_overflow(op1_max, op2_max)) { in zend_may_overflow()
616 op1_max = OP1_MAX_RANGE(); in zend_may_overflow()
618 if (zend_sub_will_overflow(op1_max, op2_min)) { in zend_may_overflow()
650 op1_max = OP1_MAX_RANGE(); in zend_may_overflow()
652 if (zend_add_will_overflow(op1_max, op2_max)) { in zend_may_overflow()
677 op1_max = OP1_MAX_RANGE(); in zend_may_overflow()
[all …]
H A Dzend_jit_trace.c3471 op1_max = OP1_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()
3535 op1_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()
3566 op1_max); in zend_jit_trace_update_condition_ranges()
[all …]
H A Dzend_jit_x86.dasc6984 zend_long op1_max;
6990 op1_max = op1_range->max;
6993 op1_min = op1_max = Z_LVAL_P(Z_ZV(op1_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) {
7032 if (op1_max < op2_min) {
7041 if (op1_max <= op2_min) {

Completed in 64 milliseconds