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

mips32_dsp_regs variable

Syntax

static const struct { const char *name; } mips32_dsp_regs[MIPS32NUMDSPREGS] = { { "hi0"}, { "hi1"}, { "hi2"}, { "hi3"}, { "lo0"}, { "lo1"}, { "lo2"}, { "lo3"}, { "control"}, };

References

LocationReferrerText
mips32.c:213
} mips32_dsp_regs[MIPS32NUMDSPREGS] = {
mips32.c:2100mips32_dsp_find_register_by_name()
if (strcmp(mips32_dsp_regs[i].name, reg_name) == 0)
mips32.c:2122mips32_dsp_get_all_regs()
command_print(CMD, "couldn't access reg %s", mips32_dsp_regs[i].name);
mips32.c:2125mips32_dsp_get_all_regs()
command_print(CMD, "%*s: 0x%8.8x", 7, mips32_dsp_regs[i].name, value);

Data Use

Functions reading mips32_dsp_regs
mips32_dsp_regs
Type of mips32_dsp_regs
mips32_dsp_regs
all items filtered out