OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:want_predec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc
1927
bool want_postinc,
want_predec
;
1936
want_predec
= volatile_p && generic_p && ! AVR_XMEGA && store_p;
2198
&& msize > 1 && ap.
want_predec
&& ! ap.has_ldd);
2276
&& ap.has_postinc && ! ap.
want_predec
);
6781
else if (ap.
want_predec
)
6797
if (msize > 1 && ap.
want_predec
)
6821
if (ap.
want_predec
)
1926
bool want_postinc,
want_predec
;
member in struct:AVR_LdSt_Props
avr.cc
1927
bool want_postinc,
want_predec
;
1936
want_predec
= volatile_p && generic_p && ! AVR_XMEGA && store_p;
2198
&& msize > 1 && ap.
want_predec
&& ! ap.has_ldd);
2276
&& ap.has_postinc && ! ap.
want_predec
);
6781
else if (ap.
want_predec
)
6797
if (msize > 1 && ap.
want_predec
)
6821
if (ap.
want_predec
)
1926
bool want_postinc,
want_predec
;
member in struct:AVR_LdSt_Props
Completed in 62 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026