MIPS32_REGLIST_FPC_INDEX is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDMIPS32_REGLIST_FPC_INDEX

MIPS32_REGLIST_FPC_INDEX macro

Syntax

#define MIPS32_REGLIST_FPC_INDEX (MIPS32_REGLIST_FP_INDEX + MIPS32_REG_FP_COUNT)

References

LocationText
mips32.h:227
#define MIPS32_REGLIST_FPC_INDEX (MIPS32_REGLIST_FP_INDEX + MIPS32_REG_FP_COUNT)
mips32.c:144
{ MIPS32_REGLIST_FPC_INDEX + 0, "fcsr", REG_TYPE_INT, "float",
mips32.c:146
{ MIPS32_REGLIST_FPC_INDEX + 1, "fir", REG_TYPE_INT, "float",
mips32.c:338
} else if (num >= MIPS32_REGLIST_FPC_INDEX) {
mips32.c:340
cnum = num - MIPS32_REGLIST_FPC_INDEX;
mips32.c:381
} else if (num >= MIPS32_REGLIST_FPC_INDEX) {
mips32.c:383
cnum = num - MIPS32_REGLIST_FPC_INDEX;
mips32.h:228
#define MIPS32_REGLIST_C0_INDEX (MIPS32_REGLIST_FPC_INDEX + MIPS32_REG_FPC_COUNT)