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

MIPS64_NUM_REGS macro

Syntax

#define MIPS64_NUM_REGS (MIPS64_NUM_CORE_REGS + \     MIPS64_NUM_C0_REGS + \     MIPS64_NUM_FP_REGS)

References

LocationText
mips64.h:69
#define MIPS64_NUM_REGS (MIPS64_NUM_CORE_REGS + \
mips64.c:263
if ((num < 0) || (num >= MIPS64_NUM_REGS))
mips64.c:281
if ((num < 0) || (num >= MIPS64_NUM_REGS))
mips64.c:316
*reg_list_size = MIPS64_NUM_REGS;
mips64.c:319
for (i = 0; i < MIPS64_NUM_REGS; i++)
mips64.c:335
for (unsigned i = 0; i < MIPS64_NUM_REGS; i++)
mips64.c:346
for (unsigned i = 0; i < MIPS64_NUM_REGS; i++) {
mips64.c:390
reg_list = calloc(MIPS64_NUM_REGS, sizeof(*reg_list));
mips64.c:396
arch_info = calloc(MIPS64_NUM_REGS, sizeof(*arch_info));
mips64.c:402
for (i = 0; i < MIPS64_NUM_REGS; i++) {
mips64.c:427
cache->num_regs = MIPS64_NUM_REGS;
mips64.h:89
uint64_t core_regs[MIPS64_NUM_REGS];
mips64_pracc.c:1034
MIPS64_NUM_REGS, regs, 0, NULL);
mips64_pracc.c:1260
0, NULL, MIPS64_NUM_REGS, regs);