Home
last modified time | relevance | path

Searched refs:TARGET_40_PLUS (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dpdp11.md336 "TARGET_40_PLUS"
354 "TARGET_40_PLUS"
383 "TARGET_40_PLUS && reload_completed"
749 if (TARGET_40_PLUS)
759 (if_then_else (match_test "TARGET_40_PLUS")
897 "TARGET_40_PLUS"
909 "TARGET_40_PLUS && reload_completed"
1544 "TARGET_40_PLUS"
1558 "TARGET_40_PLUS && reload_completed"
1671 "TARGET_40_PLUS"
[all …]
Dpdp11.h60 #define TARGET_40_PLUS (TARGET_40 || TARGET_45) macro
61 #define TARGET_10 (! TARGET_40_PLUS)
Dpdp11.cc1941 else if (TARGET_40_PLUS) in pdp11_expand_shift()
1984 gcc_assert (small || !TARGET_40_PLUS); in pdp11_assemble_shift()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-19981003 * pdp11.h (TARGET_40_PLUS): Fix typo.
DChangeLog-200526143 (TARGET_40_PLUS): Redefine in terms of TARGET_40 and TARGET_45.