OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h8300_sim_cpu
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
h8300-sim.h
112
struct
h8300_sim_cpu
{
struct
127
#define
H8300_SIM_CPU
(sd) ((struct
h8300_sim_cpu
*) CPU_ARCH_DATA (sd))
139
#define cpu_set_pc(cpu, val) (
H8300_SIM_CPU
(cpu)->pc = (val))
140
#define cpu_get_pc(cpu) (
H8300_SIM_CPU
(cpu)->pc)
compile.c
67
return
H8300_SIM_CPU
(cpu)->regs[regnum];
73
H8300_SIM_CPU
(cpu)->regs[regnum] = val;
98
return
H8300_SIM_CPU
(cpu)->mask;
104
H8300_SIM_CPU
(cpu)->mask = val;
110
return
H8300_SIM_CPU
(cpu)->exception;
116
H8300_SIM_CPU
(cpu)->exception = val;
135
return &
H8300_SIM_CPU
(cpu)->regs[0];
155
return
H8300_SIM_CPU
(cpu)->memory;
161
H8300_SIM_CPU
(cpu)->memory = ptr;
168
return
H8300_SIM_CPU
(cpu)->memory[idx]
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
h8300-sim.h
112
struct
h8300_sim_cpu
{
struct
127
#define
H8300_SIM_CPU
(sd) ((struct
h8300_sim_cpu
*) CPU_ARCH_DATA (sd))
139
#define cpu_set_pc(cpu, val) (
H8300_SIM_CPU
(cpu)->pc = (val))
140
#define cpu_get_pc(cpu) (
H8300_SIM_CPU
(cpu)->pc)
compile.c
67
return
H8300_SIM_CPU
(cpu)->regs[regnum];
73
H8300_SIM_CPU
(cpu)->regs[regnum] = val;
98
return
H8300_SIM_CPU
(cpu)->mask;
104
H8300_SIM_CPU
(cpu)->mask = val;
110
return
H8300_SIM_CPU
(cpu)->exception;
116
H8300_SIM_CPU
(cpu)->exception = val;
135
return &
H8300_SIM_CPU
(cpu)->regs[0];
155
return
H8300_SIM_CPU
(cpu)->memory;
161
H8300_SIM_CPU
(cpu)->memory = ptr;
168
return
H8300_SIM_CPU
(cpu)->memory[idx]
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026