Home
last modified time | relevance | path

Searched refs:CP14R0_CCD (Results 1 – 16 of 16) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darminit.c110 state->CP14R0_CCD = -1; in ARMul_NewState()
H A Darmemu.c578 if (state->CP14R0_CCD == -1) in ARMul_Emulate32()
579 state->CP14R0_CCD = newcycles; in ARMul_Emulate32()
581 state->CP14R0_CCD += newcycles; in ARMul_Emulate32()
583 if (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
587 while (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
588 state->CP14R0_CCD -= 64, newcycles++; in ARMul_Emulate32()
598 state->CP14R0_CCD = -1; in ARMul_Emulate32()
H A Darmdefs.h106 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member
H A DChangeLog278 `CP14R0_CCD' used for the timer/counters.
298 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darminit.c110 state->CP14R0_CCD = -1; in ARMul_NewState()
H A Darmemu.c578 if (state->CP14R0_CCD == -1) in ARMul_Emulate32()
579 state->CP14R0_CCD = newcycles; in ARMul_Emulate32()
581 state->CP14R0_CCD += newcycles; in ARMul_Emulate32()
583 if (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
587 while (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
588 state->CP14R0_CCD -= 64, newcycles++; in ARMul_Emulate32()
598 state->CP14R0_CCD = -1; in ARMul_Emulate32()
H A Darmdefs.h106 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member
H A DChangeLog278 `CP14R0_CCD' used for the timer/counters.
298 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darminit.c112 state->CP14R0_CCD = -1; in ARMul_NewState()
H A Darmemu.c783 if (state->CP14R0_CCD == -1) in ARMul_Emulate32()
784 state->CP14R0_CCD = newcycles; in ARMul_Emulate32()
786 state->CP14R0_CCD += newcycles; in ARMul_Emulate32()
788 if (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
792 while (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
793 state->CP14R0_CCD -= 64, newcycles++; in ARMul_Emulate32()
803 state->CP14R0_CCD = -1; in ARMul_Emulate32()
H A Darmdefs.h117 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member
H A DChangeLog455 `CP14R0_CCD' used for the timer/counters.
475 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darminit.c111 state->CP14R0_CCD = -1; in ARMul_NewState()
H A Darmemu.c782 if (state->CP14R0_CCD == -1) in ARMul_Emulate32()
783 state->CP14R0_CCD = newcycles; in ARMul_Emulate32()
785 state->CP14R0_CCD += newcycles; in ARMul_Emulate32()
787 if (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
791 while (state->CP14R0_CCD >= 64) in ARMul_Emulate32()
792 state->CP14R0_CCD -= 64, newcycles++; in ARMul_Emulate32()
802 state->CP14R0_CCD = -1; in ARMul_Emulate32()
H A Darmdefs.h116 ARMword CP14R0_CCD; /* used to count 64 clock cycles with CP14 R0 bit member
H A DChangeLog522 `CP14R0_CCD' used for the timer/counters.
542 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.