Searched refs:CP14R0_CCD (Results 1 – 4 of 4) sorted by relevance
118 state->CP14R0_CCD = -1; in ARMul_NewState()
126 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member
1523 if (state->CP14R0_CCD == -1) in ARMul_Emulate32()1524 state->CP14R0_CCD = newcycles; in ARMul_Emulate32()1526 state->CP14R0_CCD += newcycles; in ARMul_Emulate32()1528 if (state->CP14R0_CCD >= 64) in ARMul_Emulate32()1532 while (state->CP14R0_CCD >= 64) in ARMul_Emulate32()1533 state->CP14R0_CCD -= 64, newcycles++; in ARMul_Emulate32()1543 state->CP14R0_CCD = -1; in ARMul_Emulate32()
1221 `CP14R0_CCD' used for the timer/counters.1241 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.