Home
last modified time | relevance | path

Searched refs:PSLOTS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dsim-main.h157 #define PSLOTS (8) /* Maximum number of instruction cycles */ macro
163 int slot_delay[PSLOTS];
164 int slot_size[PSLOTS];
165 int slot_bit[PSLOTS];
166 void *slot_dest[PSLOTS];
167 uint64_t slot_value[PSLOTS];
209 PENDING_IN = (PENDING_IN + 1) % PSLOTS; \
Dsim-main.c417 loop++, index = (index + 1) % PSLOTS) in pending_tick()
466 PENDING_OUT = (PENDING_OUT + 1) % PSLOTS; in pending_tick()