Searched refs:then_rtx (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | final.c | 2280 rtx cond_rtx, then_rtx, else_rtx; in final_scan_insn() local 2286 then_rtx = XEXP (SET_SRC (set), 1); in final_scan_insn() 2292 then_rtx = const_true_rtx; in final_scan_insn() 2314 validate_change (insn, &SET_SRC (set), then_rtx, 0); in final_scan_insn()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | final.c | 2622 rtx cond_rtx, then_rtx, else_rtx; local 2628 then_rtx = XEXP (SET_SRC (set), 1); 2634 then_rtx = const_true_rtx; 2656 validate_change (insn, &SET_SRC (set), then_rtx, 0);
|