Searched refs:same_ops (Results 1 – 1 of 1) sorted by relevance
4966 bool same_ops = zend_jit_same_addr(op1_addr, op2_addr); in zend_jit_math_long_long() local4980 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()5215 op2 = (same_ops) ? op1 : jit_Z_DVAL(jit, op2_addr); in zend_jit_math_double_double()5353 if (!same_ops) { in zend_jit_math_helper()5393 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_math_helper()5430 if (!same_ops && (op1_info & MAY_BE_LONG)) { in zend_jit_math_helper()5760 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()6996 if (!same_ops) { in zend_jit_cmp()7037 if (!same_ops && (op2_info & MAY_BE_LONG)) { in zend_jit_cmp()[all …]
Completed in 46 milliseconds