Searched refs:same_ops (Results 1 – 1 of 1) sorted by relevance
4973 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_long_long() local4987 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()5222 op2 = (same_ops) ? op1 : jit_Z_DVAL(jit, op2_addr); in zend_jit_math_double_double()5360 if (!same_ops) { in zend_jit_math_helper()5400 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_math_helper()5437 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_math_helper()5767 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()7009 if (!same_ops) { in zend_jit_cmp()7050 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_cmp()[all …]
Completed in 65 milliseconds