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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1331 #define ST_REG_FIRST 67
1333 #define ST_REG_NUM (ST_REG_LAST - ST_REG_FIRST + 1)
1368 #define FPSW_REGNUM ST_REG_FIRST
1379 ((unsigned int) ((int) (REGNO) - ST_REG_FIRST) < ST_REG_NUM)
1324 #define ST_REG_FIRST macro
H A Dmips.c5050 && (regno - ST_REG_FIRST) % 2 == 0);
5055 && (regno - ST_REG_FIRST) % 4 == 0);
5251 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++)
5260 and generating RTL that refers directly to ST_REG_FIRST. */
5261 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++)

Completed in 132 milliseconds