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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c2676 int autoinc_from = autoinc_mode (from);
2691 if (autoinc_from == PRE_INC || autoinc_from == POST_DEC)
2728 if ((autoinc_to != autoinc_from
2729 && autoinc_to != CONST && autoinc_from != CONST)
2755 if (autoinc_from != CONST
2816 && autoinc_from != autoinc_to
2817 && (autoinc_from == POST_INC || autoinc_to == POST_INC))
2662 int autoinc_from = autoinc_mode (from); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c2661 int autoinc_from = autoinc_mode (from);
2676 if (autoinc_from == PRE_INC || autoinc_from == POST_DEC)
2713 if ((autoinc_to != autoinc_from
2714 && autoinc_to != CONST && autoinc_from != CONST)
2740 if (autoinc_from != CONST
2801 && autoinc_from != autoinc_to
2802 && (autoinc_from == POST_INC || autoinc_to == POST_INC))
2648 int autoinc_from = autoinc_mode (from); local

Completed in 122 milliseconds