HomeSort by: relevance | last modified time | path
    Searched refs:LAST_VALID_CREG (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/mcore/
mcore-sim.h 42 #define LAST_VALID_CREG 32 /* only 0..12 implemented */
43 #define NUM_MCORE_REGS (16 + 16 + LAST_VALID_CREG + 1)
interp.c 781 if (r <= LAST_VALID_CREG)
821 if (r <= LAST_VALID_CREG)
  /src/external/gpl3/gdb.old/dist/sim/mcore/
mcore-sim.h 42 #define LAST_VALID_CREG 32 /* only 0..12 implemented */
43 #define NUM_MCORE_REGS (16 + 16 + LAST_VALID_CREG + 1)
interp.c 781 if (r <= LAST_VALID_CREG)
821 if (r <= LAST_VALID_CREG)

Completed in 24 milliseconds