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_get_memory_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
153
h8_get_memory_buf
(sim_cpu *cpu)
function
1091
_p = ((X) < memory_size ?
h8_get_memory_buf
(cpu) + (X) : 0); \
1098
_p = ((X) < memory_size ?
h8_get_memory_buf
(cpu) + (X) : 0); \
1678
if (
h8_get_memory_buf
(cpu))
1679
free (
h8_get_memory_buf
(cpu));
1801
decode (sd, cpu, pc,
h8_get_memory_buf
(cpu) + pc, code);
2184
_src =
h8_get_memory_buf
(cpu) + h8_get_reg (cpu, R5_REGNUM);
2185
if ((_src + count) >= (
h8_get_memory_buf
(cpu) + memory_size))
2187
_dst =
h8_get_memory_buf
(cpu) + h8_get_reg (cpu, R6_REGNUM);
2188
if ((_dst + count) >= (
h8_get_memory_buf
(cpu) + memory_size)
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
153
h8_get_memory_buf
(sim_cpu *cpu)
function
1091
_p = ((X) < memory_size ?
h8_get_memory_buf
(cpu) + (X) : 0); \
1098
_p = ((X) < memory_size ?
h8_get_memory_buf
(cpu) + (X) : 0); \
1678
if (
h8_get_memory_buf
(cpu))
1679
free (
h8_get_memory_buf
(cpu));
1801
decode (sd, cpu, pc,
h8_get_memory_buf
(cpu) + pc, code);
2184
_src =
h8_get_memory_buf
(cpu) + h8_get_reg (cpu, R5_REGNUM);
2185
if ((_src + count) >= (
h8_get_memory_buf
(cpu) + memory_size))
2187
_dst =
h8_get_memory_buf
(cpu) + h8_get_reg (cpu, R6_REGNUM);
2188
if ((_dst + count) >= (
h8_get_memory_buf
(cpu) + memory_size)
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026