Home
last modified time | relevance | path

Searched refs:PROCESSOR_8000 (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.h45 PROCESSOR_8000 enumerator
136 #define TARGET_SCHED_DEFAULT PROCESSOR_8000
1031 #define HAVE_POST_INCREMENT (pa_cpu < PROCESSOR_8000)
1032 #define HAVE_POST_DECREMENT (pa_cpu < PROCESSOR_8000)
1034 #define HAVE_PRE_DECREMENT (pa_cpu < PROCESSOR_8000)
1035 #define HAVE_PRE_INCREMENT (pa_cpu < PROCESSOR_8000)
1696 #define BRANCH_COST (pa_cpu == PROCESSOR_8000 ? 2 : 1)
Dpa.c416 pa_cpu = PROCESSOR_8000; in pa_handle_option()
464 if (pa_cpu >= PROCESSOR_8000 in override_options()
4422 if (pa_cpu >= PROCESSOR_8000 || REG_NOTE_KIND (link) == 0) in pa_adjust_cost()
4646 case PROCESSOR_8000: return 4; in pa_issue_rate()
8570 if (pa_cpu < PROCESSOR_8000) in pa_reorg()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.h45 PROCESSOR_8000 enumerator
1175 #define HAVE_POST_INCREMENT (pa_cpu < PROCESSOR_8000)
1176 #define HAVE_POST_DECREMENT (pa_cpu < PROCESSOR_8000)
1178 #define HAVE_PRE_DECREMENT (pa_cpu < PROCESSOR_8000)
1179 #define HAVE_PRE_INCREMENT (pa_cpu < PROCESSOR_8000)
1765 #define BRANCH_COST (pa_cpu == PROCESSOR_8000 ? 2 : 1)
Dpa.c232 pa_cpu = PROCESSOR_8000; in override_options()
292 if (pa_cpu >= PROCESSOR_8000 in override_options()
4038 if (pa_cpu >= PROCESSOR_8000 || REG_NOTE_KIND (link) == 0)
4263 case PROCESSOR_8000: return 4; in pa_issue_rate()
7590 if (pa_cpu < PROCESSOR_8000)
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dinstall.texi2136 PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc
2138 PROCESSOR_8000 is the default. PROCESSOR_7100LC is selected when
2141 The PROCESSOR_8000 model is not well suited to older processors. Thus,
2143 configuring if you want a model other than PROCESSOR_8000. The macro
/openbsd/src/gnu/gcc/gcc/doc/
Dgccinstall.info2273 PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc
2275 PROCESSOR_8000 is the default. PROCESSOR_7100LC is selected when the
2278 The PROCESSOR_8000 model is not well suited to older processors.
2280 when configuring if you want a model other than PROCESSOR_8000. The
Dinstall.texi2875 PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc
2877 PROCESSOR_8000 is the default. PROCESSOR_7100LC is selected when
2880 The PROCESSOR_8000 model is not well suited to older processors. Thus,
2882 configuring if you want a model other than PROCESSOR_8000. The macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.11077 8000 to PROCESSOR_8000.
3093 * pa.h (processor_type): Add PROCESSOR_8000 symbol.