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

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c158 h8_get_memory (sim_cpu *cpu, int idx) function
1064 ? ((h8_get_memory (cpu, (X)+0) << 24) | (h8_get_memory (cpu, (X)+1) << 16) \
1065 | (h8_get_memory (cpu, (X)+2) << 8) | (h8_get_memory (cpu, (X)+3) << 0)) \
1070 ? ((h8_get_memory (cpu, (X)+0) << 8) | (h8_get_memory (cpu, (X)+1) << 0)) \
1074 ((X) < memory_size ? h8_get_memory (cpu, (X)) : 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c312 h8_get_memory (SIM_DESC sd, int idx) function
1240 ? ((h8_get_memory (sd, (X)+0) << 24) | (h8_get_memory (sd, (X)+1) << 16) \
1241 | (h8_get_memory (sd, (X)+2) << 8) | (h8_get_memory (sd, (X)+3) << 0)) \
1249 ? ((h8_get_memory (sd, (X)+0) << 8) \
1250 | (h8_get_memory (sd, (X)+1) << 0)) \
1256 ((X) < memory_size ? (h8_get_memory (sd, (X))) \

Completed in 194 milliseconds