HomeSort by: relevance | last modified time | path
    Searched defs:PENDING_IN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 173 #define PENDING_IN (MIPS_SIM_CPU (CPU)->pending.in)
196 if (PENDING_SLOT_DEST[PENDING_IN] != NULL) \
200 sim_io_eprintf (SD, "PENDING_SCHED - 0x%lx - dest 0x%lx, val 0x%lx, bit %d, size %d, pending_in %d, pending_out %d, pending_total %d\n", \
203 PENDING_IN, PENDING_OUT, PENDING_TOTAL); \
204 PENDING_SLOT_DELAY[PENDING_IN] = (DELAY) + 1; \
205 PENDING_SLOT_DEST[PENDING_IN] = &(DEST); \
206 PENDING_SLOT_VALUE[PENDING_IN] = (VAL); \
207 PENDING_SLOT_SIZE[PENDING_IN] = sizeof (DEST); \
208 PENDING_SLOT_BIT[PENDING_IN] = (BIT); \
209 PENDING_IN = (PENDING_IN + 1) % PSLOTS;
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 173 #define PENDING_IN (MIPS_SIM_CPU (CPU)->pending.in)
196 if (PENDING_SLOT_DEST[PENDING_IN] != NULL) \
200 sim_io_eprintf (SD, "PENDING_SCHED - 0x%lx - dest 0x%lx, val 0x%lx, bit %d, size %d, pending_in %d, pending_out %d, pending_total %d\n", \
203 PENDING_IN, PENDING_OUT, PENDING_TOTAL); \
204 PENDING_SLOT_DELAY[PENDING_IN] = (DELAY) + 1; \
205 PENDING_SLOT_DEST[PENDING_IN] = &(DEST); \
206 PENDING_SLOT_VALUE[PENDING_IN] = (VAL); \
207 PENDING_SLOT_SIZE[PENDING_IN] = sizeof (DEST); \
208 PENDING_SLOT_BIT[PENDING_IN] = (BIT); \
209 PENDING_IN = (PENDING_IN + 1) % PSLOTS;
    [all...]

Completed in 15 milliseconds