Searched refs:newtest (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | genattrtab.c | 1673 rtx newtest, newval; in simplify_cond() local 1676 newtest = simplify_test_exp_in_temp (tests[i], insn_code, insn_index); in simplify_cond() 1677 tests[i] = newtest; in simplify_cond() 1685 if (newtest == true_rtx) in simplify_cond() 1694 else if (newtest == false_rtx) in simplify_cond() 1709 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genattrtab.c | 1674 rtx newtest, newval; in simplify_cond() local 1677 newtest = simplify_test_exp_in_temp (tests[i], insn_code, insn_index); in simplify_cond() 1678 tests[i] = newtest; in simplify_cond() 1686 if (newtest == true_rtx) in simplify_cond() 1695 else if (newtest == false_rtx) in simplify_cond() 1710 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
|