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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c84 #define MIPS_MAX_FIRST_STACK_STEP (TARGET_MIPS16 ? 0x100 : 0x7ff0) macro
6867 /* Save the registers. Allocate up to MIPS_MAX_FIRST_STACK_STEP
6874 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP);
7059 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP);

Completed in 75 milliseconds