Searched refs:CP14R0_CCD (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c115 state->CP14R0_CCD = -1;
H A Darmdefs.h123 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member in struct:ARMul_State
H A Darmemu.c1461 if (state->CP14R0_CCD == -1)
1462 state->CP14R0_CCD = newcycles;
1464 state->CP14R0_CCD += newcycles;
1466 if (state->CP14R0_CCD >= 64)
1470 while (state->CP14R0_CCD >= 64)
1471 state->CP14R0_CCD -= 64, newcycles++;
1481 state->CP14R0_CCD = -1;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c118 state->CP14R0_CCD = -1;
H A Darmdefs.h123 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member in struct:ARMul_State
H A Darmemu.c1525 if (state->CP14R0_CCD == -1)
1526 state->CP14R0_CCD = newcycles;
1528 state->CP14R0_CCD += newcycles;
1530 if (state->CP14R0_CCD >= 64)
1534 while (state->CP14R0_CCD >= 64)
1535 state->CP14R0_CCD -= 64, newcycles++;
1545 state->CP14R0_CCD = -1;

Completed in 278 milliseconds