Home
last modified time | relevance | path

Searched refs:MIPS_MAX_FIRST_STACK_STEP (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/mips/
HDmips.c84 #define MIPS_MAX_FIRST_STACK_STEP (TARGET_MIPS16 ? 0x100 : 0x7ff0) macro
6859 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_prologue()
7042 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_epilogue()
/NextBSD/contrib/gcc/
HDChangeLog-20036411 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): New macro.
HDChangeLog-200417571 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Define to 0x7ff0