Searched refs:newtest (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genattrtab.c | 1667 rtx newtest, newval; in simplify_cond() local 1670 newtest = simplify_test_exp_in_temp (tests[i], insn_code, insn_index); in simplify_cond() 1671 tests[i] = newtest; in simplify_cond() 1679 if (newtest == true_rtx) in simplify_cond() 1688 else if (newtest == false_rtx) in simplify_cond() 1703 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 2581 rtx newtest, newval; local 2584 newtest = simplify_test_exp_in_temp (tests[i], insn_code, insn_index); 2585 tests[i] = newtest; 2593 if (newtest == true_rtx) 2602 else if (newtest == false_rtx) 2616 = insert_right_side (IOR, tests[i - 2], newtest,
|