Searched refs:post_inc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dregmove.c1672 rtx post_inc = 0, post_inc_set = 0, search_end = 0;
1828 post_inc = q;
1880 post_inc = emit_insn_after (copy_rtx (PATTERN (insn)), p);
1883 && try_auto_increment (search_end, post_inc, 0, src, newconst, 1))
1884 post_inc = 0;
1971 && post_inc
1972 && try_auto_increment (p, post_inc, post_inc_set, src, newconst, 0))
1973 post_inc = 0;
1974 /* If post_inc still prevails, try to find an
1977 if (post_inc
1665 rtx post_inc = 0, post_inc_set = 0, search_end = 0; local
[all...]

Completed in 53 milliseconds