MIPS32_REG_FP_COUNT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MIPS32_REG_FP_COUNT macro

Syntax

#define MIPS32_REG_FP_COUNT 32

References

LocationText
mips32.h:221
#define MIPS32_REG_FP_COUNT 32
mips32.c:278
for (i = MIPS32_REGLIST_FP_INDEX; i < (MIPS32_REGLIST_FP_INDEX + MIPS32_REG_FP_COUNT); i++) {
mips32.h:227
#define MIPS32_REGLIST_FPC_INDEX (MIPS32_REGLIST_FP_INDEX + MIPS32_REG_FP_COUNT)
mips32_pracc.c:926
for (int i = 0; i != MIPS32_REG_FP_COUNT; i++) {
mips32_pracc.c:935
for (int i = 0; i != MIPS32_REG_FP_COUNT; i++) {