Home
last modified time | relevance | path

Searched refs:PROCESSOR_MAX (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.h121 PROCESSOR_MAX enumerator
H A Dalpha.c134 static struct alpha_rtx_cost_data const alpha_rtx_cost_data[PROCESSOR_MAX] =
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h63 PROCESSOR_MAX enumerator
H A Dmips.c791 static struct mips_rtx_cost_data const mips_rtx_cost_data[PROCESSOR_MAX] =
10274 { mips_bdesc, ARRAY_SIZE (mips_bdesc), PROCESSOR_MAX },
10276 { dsp_bdesc, ARRAY_SIZE (dsp_bdesc), PROCESSOR_MAX }
10608 if (m->proc == PROCESSOR_MAX || (m->proc == mips_arch)) in mips_init_builtins()