Searched refs:h8_get_memory_buf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c146 h8_get_memory_buf (sim_cpu *cpu) function
1078 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \
1085 _p = ((X) < memory_size ? h8_get_memory_buf (cpu) + (X) : 0); \
1587 if (h8_get_memory_buf (cpu))
1588 free (h8_get_memory_buf (cpu));
1708 decode (sd, cpu, pc, h8_get_memory_buf (cpu) + pc, code);
2091 _src = h8_get_memory_buf (cpu) + h8_get_reg (cpu, R5_REGNUM);
2092 if ((_src + count) >= (h8_get_memory_buf (cpu) + memory_size))
2094 _dst = h8_get_memory_buf (cpu) + h8_get_reg (cpu, R6_REGNUM);
2095 if ((_dst + count) >= (h8_get_memory_buf (cp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c300 h8_get_memory_buf (SIM_DESC sd) function
1221 decode (sd, pc, h8_get_memory_buf (sd) + pc, sd->sim_cache + idx);
1261 _p = ((X) < memory_size ? h8_get_memory_buf (sd) + (X) : \
1269 _p = ((X) < memory_size ? h8_get_memory_buf (sd) + (X) : \
1750 if (h8_get_memory_buf (sd))
1751 free (h8_get_memory_buf (sd));
2279 ? h8_get_memory_buf (sd) + h8_get_reg (sd, R5_REGNUM)
2282 if ((_src + count) >= (h8_get_memory_buf (sd) + memory_size))
2288 ? h8_get_memory_buf (sd) + h8_get_reg (sd, R6_REGNUM)
2292 if ((_dst + count) >= (h8_get_memory_buf (s
[all...]

Completed in 134 milliseconds