OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_current_cycle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h
154
uint8_t
cpu_current_cycle
;
member in struct:m68hc11_sim_cpu
205
#define
cpu_current_cycle
(cpu) (M68HC11_SIM_CPU (cpu)->cpu_absolute_cycle)
macro
206
#define cpu_add_cycles(cpu, T) (M68HC11_SIM_CPU (cpu)->
cpu_current_cycle
+= (int64_t) (T))
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h
154
uint8_t
cpu_current_cycle
;
member in struct:m68hc11_sim_cpu
205
#define
cpu_current_cycle
(cpu) (M68HC11_SIM_CPU (cpu)->cpu_absolute_cycle)
macro
206
#define cpu_add_cycles(cpu, T) (M68HC11_SIM_CPU (cpu)->
cpu_current_cycle
+= (int64_t) (T))
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026