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

/netbsd-current/external/gpl3/gdb/dist/sim/mcore/
H A Dsim-main.h48 #define LAST_VALID_CREG 32 /* only 0..12 implemented */ macro
49 #define NUM_MCORE_REGS (16 + 16 + LAST_VALID_CREG + 1)
H A Dinterp.c777 if (r <= LAST_VALID_CREG)
817 if (r <= LAST_VALID_CREG)
/netbsd-current/external/gpl3/gdb.old/dist/sim/mcore/
H A Dsim-main.h48 #define LAST_VALID_CREG 32 /* only 0..12 implemented */ macro
49 #define NUM_MCORE_REGS (16 + 16 + LAST_VALID_CREG + 1)
H A Dinterp.c773 if (r <= LAST_VALID_CREG)
813 if (r <= LAST_VALID_CREG)

Completed in 196 milliseconds