Lines Matching refs:same_ops

4966 	bool same_ops = zend_jit_same_addr(op1_addr, op2_addr);  in zend_jit_math_long_long()  local
4980 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5097 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5199 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_double_double() local
5215 op2 = (same_ops) ? op1 : jit_Z_DVAL(jit, op2_addr); in zend_jit_math_double_double()
5255 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_helper() local
5284 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_LONG))) { in zend_jit_math_helper()
5305 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_LONG))) { in zend_jit_math_helper()
5341 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5353 if (!same_ops) { in zend_jit_math_helper()
5381 if (!same_ops && (op2_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5393 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_math_helper()
5418 if (!same_ops && (op1_info & (MAY_BE_ANY-MAY_BE_DOUBLE))) { in zend_jit_math_helper()
5430 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_math_helper()
5580 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_long_math_helper() local
5602 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_LONG))) { in zend_jit_long_math_helper()
5760 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
6919 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_cmp() local
6946 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_LONG))) { in zend_jit_cmp()
6983 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
6996 if (!same_ops) { in zend_jit_cmp()
7024 if (!same_ops && (op2_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
7037 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_cmp()
7062 if (!same_ops && (op1_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_DOUBLE))) { in zend_jit_cmp()
7075 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_cmp()