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

  /src/external/gpl3/gdb.old/dist/sim/arm/
arminit.c 118 state->CP14R0_CCD = -1;
armdefs.h 126 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit
armemu.c 1523 if (state->CP14R0_CCD == -1)
1524 state->CP14R0_CCD = newcycles;
1526 state->CP14R0_CCD += newcycles;
1528 if (state->CP14R0_CCD >= 64)
1532 while (state->CP14R0_CCD >= 64)
1533 state->CP14R0_CCD -= 64, newcycles++;
1543 state->CP14R0_CCD = -1;

Completed in 27 milliseconds