OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h8_set_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
71
h8_set_reg
(sim_cpu *cpu, int regnum, int val)
function
77
#define h8_set_ccr(cpu, val)
h8_set_reg
(cpu, CCR_REGNUM, val)
79
#define h8_set_exr(cpu, val)
h8_set_reg
(cpu, EXR_REGNUM, val)
81
#define h8_set_sbr(cpu, val)
h8_set_reg
(cpu, SBR_REGNUM, val)
83
#define h8_set_vbr(cpu, val)
h8_set_reg
(cpu, VBR_REGNUM, val)
85
#define h8_set_cycles(cpu, val)
h8_set_reg
(cpu, CYCLE_REGNUM, val)
87
#define h8_set_insts(cpu, val)
h8_set_reg
(cpu, INST_REGNUM, val)
89
#define h8_set_ticks(cpu, val)
h8_set_reg
(cpu, TICK_REGNUM, val)
91
#define h8_set_mach(cpu, val)
h8_set_reg
(cpu, MACH_REGNUM, val)
93
#define h8_set_macl(cpu, val)
h8_set_reg
(cpu, MACL_REGNUM, val
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
71
h8_set_reg
(sim_cpu *cpu, int regnum, int val)
function
77
#define h8_set_ccr(cpu, val)
h8_set_reg
(cpu, CCR_REGNUM, val)
79
#define h8_set_exr(cpu, val)
h8_set_reg
(cpu, EXR_REGNUM, val)
81
#define h8_set_sbr(cpu, val)
h8_set_reg
(cpu, SBR_REGNUM, val)
83
#define h8_set_vbr(cpu, val)
h8_set_reg
(cpu, VBR_REGNUM, val)
85
#define h8_set_cycles(cpu, val)
h8_set_reg
(cpu, CYCLE_REGNUM, val)
87
#define h8_set_insts(cpu, val)
h8_set_reg
(cpu, INST_REGNUM, val)
89
#define h8_set_ticks(cpu, val)
h8_set_reg
(cpu, TICK_REGNUM, val)
91
#define h8_set_mach(cpu, val)
h8_set_reg
(cpu, MACH_REGNUM, val)
93
#define h8_set_macl(cpu, val)
h8_set_reg
(cpu, MACL_REGNUM, val
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026