Home
last modified time | relevance | path

Searched refs:ST_REG_LAST (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h1296 #define ST_REG_LAST 74 macro
1297 #define ST_REG_NUM (ST_REG_LAST - ST_REG_FIRST + 1)
H A Dmips.c5200 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++) in mips_conditional_register_usage()
5210 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++) in mips_conditional_register_usage()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h1837 #define ST_REG_LAST 74 macro
1838 #define ST_REG_NUM (ST_REG_LAST - ST_REG_FIRST + 1)
H A Dmips.c5530 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++) in mips_conditional_register_usage()
5540 for (regno = ST_REG_FIRST; regno <= ST_REG_LAST; regno++) in mips_conditional_register_usage()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.109516 (ST_REG_FIRST, ST_REG_LAST): Increment.
H A DFSFChangeLog.1110691 (ST_REG_LAST): Change to 74.