OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m68hc11_sim_cpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h
134
struct
m68hc11_sim_cpu
{
struct
201
#define
M68HC11_SIM_CPU
(cpu) ((struct
m68hc11_sim_cpu
*) CPU_ARCH_DATA (cpu))
205
#define cpu_current_cycle(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_absolute_cycle)
206
#define cpu_add_cycles(cpu, T) (
M68HC11_SIM_CPU
(cpu)->cpu_current_cycle += (int64_t) (T))
207
#define cpu_is_running(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_running)
211
(((uint16_t)((
M68HC11_SIM_CPU
(cpu)->ios[M6811_INIT]) & 0x0F)) << 12)
213
(((uint16_t)((
M68HC11_SIM_CPU
(cpu)->ios[M6811_INIT]) & 0xF0)) << 8)
216
#define cpu_get_ccr(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_regs.ccr)
217
#define cpu_get_pc(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_regs.pc
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h
134
struct
m68hc11_sim_cpu
{
struct
201
#define
M68HC11_SIM_CPU
(cpu) ((struct
m68hc11_sim_cpu
*) CPU_ARCH_DATA (cpu))
205
#define cpu_current_cycle(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_absolute_cycle)
206
#define cpu_add_cycles(cpu, T) (
M68HC11_SIM_CPU
(cpu)->cpu_current_cycle += (int64_t) (T))
207
#define cpu_is_running(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_running)
211
(((uint16_t)((
M68HC11_SIM_CPU
(cpu)->ios[M6811_INIT]) & 0x0F)) << 12)
213
(((uint16_t)((
M68HC11_SIM_CPU
(cpu)->ios[M6811_INIT]) & 0xF0)) << 8)
216
#define cpu_get_ccr(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_regs.ccr)
217
#define cpu_get_pc(cpu) (
M68HC11_SIM_CPU
(cpu)->cpu_regs.pc
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026