Lines Matching refs:same_ops

4973 	bool same_ops = zend_jit_same_addr(op1_addr, op2_addr);  in zend_jit_math_long_long()  local
4987 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5104 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5206 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_double_double() local
5222 op2 = (same_ops) ? op1 : jit_Z_DVAL(jit, op2_addr); in zend_jit_math_double_double()
5262 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_helper() local
5291 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_LONG))) { in zend_jit_math_helper()
5312 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_LONG))) { in zend_jit_math_helper()
5348 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5360 if (!same_ops) { in zend_jit_math_helper()
5388 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5400 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_math_helper()
5425 if (!same_ops && (op1_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5437 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_math_helper()
5587 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_long_math_helper() local
5609 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_LONG))) { in zend_jit_long_math_helper()
5767 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
6932 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_cmp() local
6959 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_LONG))) { in zend_jit_cmp()
6996 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
7009 if (!same_ops) { in zend_jit_cmp()
7037 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
7050 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_cmp()
7075 if (!same_ops && (op1_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
7088 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_cmp()