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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Diris6.h44 #define DWARF_FRAME_RETURN_COLUMN (FP_REG_LAST + 1)
H A Dmips.h990 #define SIGNAL_UNWIND_RETURN_COLUMN (FP_REG_LAST + 1)
1322 #define FP_REG_LAST 63
1323 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
1315 #define FP_REG_LAST macro
H A Dmips.c5028 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++)
5249 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++)
6475 for (regno = (FP_REG_LAST - FP_INC + 1);
6633 for (regno = (FP_REG_LAST - FP_INC + 1);

Completed in 98 milliseconds