Searched refs:alt_gregs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/mcore/
H A Dsim-main.h44 word alt_gregs[16]; /* alt register file */ member in struct:mcore_regset
60 /* Used to switch between gregs/alt_gregs based on the control state. */
H A Dinterp.c129 cpu->active_gregs = cpu->regs.alt_gregs;
153 memset (&cpu->regs.alt_gregs, 0, sizeof(cpu->regs.alt_gregs));
/netbsd-current/external/gpl3/gdb.old/dist/sim/mcore/
H A Dsim-main.h44 word alt_gregs[16]; /* alt register file */ member in struct:mcore_regset
60 /* Used to switch between gregs/alt_gregs based on the control state. */
H A Dinterp.c125 cpu->active_gregs = cpu->regs.alt_gregs;
149 memset (&cpu->regs.alt_gregs, 0, sizeof(cpu->regs.alt_gregs));

Completed in 186 milliseconds