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

MIPS32NUMDSPREGS macro

Syntax

#define MIPS32NUMDSPREGS 9

References

LocationText
mips32.h:72
#define MIPS32NUMDSPREGS 9
mips32.c:213
} mips32_dsp_regs[MIPS32NUMDSPREGS] = {
mips32.c:2099
for (int i = 0; i < MIPS32NUMDSPREGS; i++) {
mips32.c:2103
return MIPS32NUMDSPREGS;
mips32.c:2119
for (int i = 0; i < MIPS32NUMDSPREGS; i++) {
mips32.c:2145
if (index == MIPS32NUMDSPREGS) {
mips32.c:2175
if (index == MIPS32NUMDSPREGS) {