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

  /src/external/gpl3/gdb/dist/sim/mcore/
mcore-sim.h 57 int stalls; member in struct:mcore_sim_cpu
  /src/external/gpl3/gdb.old/dist/sim/mcore/
mcore-sim.h 57 int stalls; member in struct:mcore_sim_cpu
  /src/external/gpl3/gdb/dist/sim/sh/
sh-sim.h 87 int stalls; member in struct:__anon19969::__anon19970
interp.c 705 #define TL(x) if ((x) == prevlock) stalls++;
706 #define TB(x,y) if ((x) == prevlock || (y) == prevlock) stalls++;
1699 register int stalls = 0; local
1851 saved_state.asregs.stalls += stalls;
2281 sim_io_printf (sd, "# pipeline stalls %10d\n",
2282 saved_state.asregs.stalls);
  /src/external/gpl3/gdb.old/dist/sim/sh/
sh-sim.h 87 int stalls; member in struct:__anon22708::__anon22709
interp.c 705 #define TL(x) if ((x) == prevlock) stalls++;
706 #define TB(x,y) if ((x) == prevlock || (y) == prevlock) stalls++;
1699 register int stalls = 0; local
1851 saved_state.asregs.stalls += stalls;
2281 sim_io_printf (sd, "# pipeline stalls %10d\n",
2282 saved_state.asregs.stalls);

Completed in 33 milliseconds