Searched refs:revcode (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-deps.c | 542 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local 544 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached() 568 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local 569 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-deps.cc | 542 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local 544 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached() 568 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local 569 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.md | 12312 rtx_code revcode = reverse_condition_maybe_unordered (<CODE>); 12313 rtx eq = gen_rtx_fmt_ee (revcode, <MODE>mode, operands[1], const0_rtx);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.md | 13019 rtx_code revcode = reverse_condition_maybe_unordered (<CODE>); 13020 rtx eq = gen_rtx_fmt_ee (revcode, <MODE>mode, operands[1], const0_rtx);
|